Uses of Class
demos.antiSQLInjection.ESQLInjectionType

Packages that use ESQLInjectionType
demos.antiSQLInjection   
 

Uses of ESQLInjectionType in demos.antiSQLInjection
 

Methods in demos.antiSQLInjection that return ESQLInjectionType
 ESQLInjectionType TSQLInjection.getType()
           
static ESQLInjectionType ESQLInjectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ESQLInjectionType[] ESQLInjectionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in demos.antiSQLInjection with parameters of type ESQLInjectionType
TSQLInjection(ESQLInjectionType pType)