Uses of Class
org.owasp.esapi.codecs.MySQLCodec.Mode
-
Packages that use MySQLCodec.Mode Package Description org.owasp.esapi.codecs This package contains codecs for application layer encoding/escaping schemes that can be used for both canonicalization and output encoding. -
-
Uses of MySQLCodec.Mode in org.owasp.esapi.codecs
Methods in org.owasp.esapi.codecs that return MySQLCodec.Mode Modifier and Type Method Description static MySQLCodec.Mode
MySQLCodec.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MySQLCodec.Mode[]
MySQLCodec.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.owasp.esapi.codecs with parameters of type MySQLCodec.Mode Constructor Description MySQLCodec(MySQLCodec.Mode mode)
Instantiate the MySQL Codec with the given SQLMySQLCodec.Mode
.
-