Package jodd.db.type

Database types for converstion to and from result set.

See:
          Description

Class Summary
BigDecimalSqlType  
BigIntegerSqlType  
BlobSqlType  
BooleanSqlType  
ByteArraySqlType  
ByteSqlType  
CharacterSqlType Char SQL type.
ClobSqlType  
DateSqlType  
DoubleSqlType  
FloatSqlType  
IntegerSqlType  
JDateTimeSqlType JDateTime sql type stores JDateTime data as number of milliseconds passed from 1970.
LongSqlType  
NullAwareSqlType<T> Null-aware sql types.
ShortSqlType  
SqlArraySqlType  
SqlDateSqlType  
SqlRefSqlType  
SqlType<T> SQL type.
SqlTypeManager Provides dynamic object conversion to a type.
StringSqlType  
TimeSqlType  
TimestampSqlType  
TypesUtil Some java.sql.Types utilities.
URLSqlType  
 

Package jodd.db.type Description

Database types for converstion to and from result set.



Copyright © 2003-2011 Jodd Team