Uses of Class
com.j256.ormlite.field.SqlType

Packages that use SqlType
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
com.j256.ormlite.support Database support classes. 
 

Uses of SqlType in com.j256.ormlite.db
 

Methods in com.j256.ormlite.db that return SqlType
 SqlType BaseDatabaseType.BooleanNumberFieldConverter.getSqlType()
           
 

Uses of SqlType in com.j256.ormlite.field
 

Methods in com.j256.ormlite.field that return SqlType
 SqlType FieldType.getSqlType()
           
 SqlType FieldConverter.getSqlType()
          Return the SQL type that is stored in the database for this argument.
 SqlType DataType.getSqlType()
           
static SqlType SqlType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SqlType[] SqlType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SqlType in com.j256.ormlite.support
 

Methods in com.j256.ormlite.support with parameters of type SqlType
 void CompiledStatement.setNull(int parameterIndex, SqlType sqlType)
          Set the parameter specified by the index and type to be null.
 void CompiledStatement.setObject(int parameterIndex, Object obj, SqlType sqlType)
          Set the parameter specified by the index and type to be an object.
 



Copyright © 2011. All Rights Reserved.