Package | Description |
---|---|
org.apache.empire.db.derby |
This package contains classes necessary to support the Apache Derby database system.
|
org.apache.empire.db.h2 |
This package contains classes necessary to support the H2 database system.
|
org.apache.empire.db.hsql |
This package contains classes necessary to support the HSQLDB database system.
|
org.apache.empire.db.mysql |
This package contains classes necessary to support the MySQL database system.
|
org.apache.empire.db.oracle |
This package contains classes necessary to support the Oracle database system.
|
org.apache.empire.db.postgresql |
This package contains classes necessary to support the PostgreSQL database system.
|
org.apache.empire.db.sqlite | |
org.apache.empire.db.sqlserver |
This package contains classes necessary to support the Microsoft SQL-Server database system.
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
H2DDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
HSqlDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
MySQLDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
OracleDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
PostgreDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
MSSqlDDLGenerator |
Modifier and Type | Field and Description |
---|---|
protected DBDDLGenerator<?> |
DBDatabaseDriverMSSQL.ddlGenerator |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.