Package com.j256.ormlite.db

Per-database type and SQL information.

See:
          Description

Interface Summary
DatabaseType Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Class Summary
BaseDatabaseType Base class for all of the DatabaseType classes that provide the per-database type functionality to create tables and build queries.
BaseDatabaseType.BooleanNumberFieldConverter Conversion to/from the Boolean Java field as a number because some databases like the true/false.
DatabaseTypeUtils Utility class which helps with managing database specific classes.
Db2DatabaseType IBM DB2 database type information used to create the tables, etc..
DerbyClientServerDatabaseType Derby database type information used to create the tables, etc..
DerbyEmbeddedDatabaseType Derby database type information used to create the tables, etc..
H2DatabaseType H2 database type information used to create the tables, etc..
HsqldbDatabaseType HyberSQL database type information used to create the tables, etc..
MysqlDatabaseType MySQL database type information used to create the tables, etc..
OracleDatabaseType Oracle database type information used to create the tables, etc..
PostgresDatabaseType Postgres database type information used to create the tables, etc..
SqlDroidDatabaseType Sqlite database type information used on the Android OS using the SqlDroid 3rd party database driver.
SqliteAndroidDatabaseType Sqlite database type information for the Android OS.
SqliteDatabaseType Sqlite database type information used to create the tables, etc..
SqlServerDatabaseType Microsoft SQL server database type information used to create the tables, etc..
SqlServerJtdsDatabaseType Microsoft SQL server database type information connected through the JTDS JDBC driver.
 

Package com.j256.ormlite.db Description

Per-database type and SQL information.



Copyright © 2010. All Rights Reserved.