Package com.j256.ormlite.db

Classes to support the JDBC database types.

See:
          Description

Class Summary
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..
GenericOdbcDatabaseType Generic JdbcOdbcBridge 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..
NetezzaDatabaseType Netezza 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..
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

Classes to support the JDBC database types.



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.