Uses of Class
org.sequalite.session.StatementTypeEnum

Packages that use StatementTypeEnum
org.sequalite.schema   
org.sequalite.session   
 

Uses of StatementTypeEnum in org.sequalite.schema
 

Methods in org.sequalite.schema that return StatementTypeEnum
 StatementTypeEnum SqlMapper.getType()
           
 

Methods in org.sequalite.schema with parameters of type StatementTypeEnum
 void SqlMapper.setType(StatementTypeEnum type)
           
 

Uses of StatementTypeEnum in org.sequalite.session
 

Methods in org.sequalite.session that return StatementTypeEnum
static StatementTypeEnum StatementTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatementTypeEnum[] StatementTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.