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.
BaseSqliteDatabaseType Sqlite database type information used to create the tables, etc..
 

Package com.j256.ormlite.db Description

Per-database type and SQL information.



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