| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private MySQLCodec.Mode |
MySQLCodec.mode |
| Modifier and Type | Method and Description |
|---|---|
(package private) static MySQLCodec.Mode |
MySQLCodec.Mode.findByKey(int key) |
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.
|
| Constructor and Description |
|---|
MySQLCodec(MySQLCodec.Mode mode)
Instantiate the MySQL Codec with the given SQL
MySQLCodec.Mode. |