Uses of Class
org.owasp.esapi.codecs.MySQLCodec.Mode

Packages that use MySQLCodec.Mode
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
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
MySQLCodec(MySQLCodec.Mode mode)
          Instantiate the MySQL Codec with the given SQL MySQLCodec.Mode.
 



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.