com.rapiddweller.jdbacl.databene.db_dialect.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rd-lib-jdbacl Show documentation
Show all versions of rd-lib-jdbacl Show documentation
'jdbacl' stands for 'Java DataBase ACcess Layer' and provides utilities for accessing JDBC databases from
Java programs, retrieving meta information in an object model and querying database data.
'rapiddweller jdbacl' is forked from Databene jdbacl by Volker Bergmann.
The newest version!
oracle=com.rapiddweller.jdbacl.dialect.OracleDialect
db2=com.rapiddweller.jdbacl.dialect.DB2Dialect
postgres 10=com.rapiddweller.jdbacl.dialect.PostgreSQL10Dialect
postgres=com.rapiddweller.jdbacl.dialect.PostgreSQLDialect
hsql 2=com.rapiddweller.jdbacl.dialect.HSQL2Dialect
hsql=com.rapiddweller.jdbacl.dialect.HSQLDialect
firebird 2.5=com.rapiddweller.jdbacl.dialect.Firebird2_5Dialect
firebird=com.rapiddweller.jdbacl.dialect.FirebirdDialect
derby 10.6=com.rapiddweller.jdbacl.dialect.Derby10_6Dialect
derby=com.rapiddweller.jdbacl.dialect.DerbyDialect
sql_server=com.rapiddweller.jdbacl.dialect.SqlServerDialect
h2=com.rapiddweller.jdbacl.dialect.H2Dialect
mysql=com.rapiddweller.jdbacl.dialect.MySQLDialect
cubrid=com.rapiddweller.jdbacl.dialect.CubridDialect