Uses of Class
com.j256.ormlite.db.BaseDatabaseType

Packages that use BaseDatabaseType
com.j256.ormlite.db Per-database type and SQL information. 
 

Uses of BaseDatabaseType in com.j256.ormlite.db
 

Subclasses of BaseDatabaseType in com.j256.ormlite.db
 class Db2DatabaseType
          IBM DB2 database type information used to create the tables, etc..
 class DerbyClientServerDatabaseType
          Derby database type information used to create the tables, etc..
 class DerbyEmbeddedDatabaseType
          Derby database type information used to create the tables, etc..
 class H2DatabaseType
          H2 database type information used to create the tables, etc..
 class HsqldbDatabaseType
          HyberSQL database type information used to create the tables, etc..
 class MysqlDatabaseType
          MySQL database type information used to create the tables, etc..
 class OracleDatabaseType
          Oracle database type information used to create the tables, etc..
 class PostgresDatabaseType
          Postgres database type information used to create the tables, etc..
 class SqlDroidDatabaseType
          Sqlite database type information used on the Android OS using the SqlDroid 3rd party database driver.
 class SqliteAndroidDatabaseType
          Sqlite database type information for the Android OS.
 class SqliteDatabaseType
          Sqlite database type information used to create the tables, etc..
 class SqlServerDatabaseType
          Microsoft SQL server database type information used to create the tables, etc..
 class SqlServerJtdsDatabaseType
          Microsoft SQL server database type information connected through the JTDS JDBC driver.
 



Copyright © 2010. All Rights Reserved.