Package | Description |
---|---|
org.apache.empire.dbms.derby |
This package contains classes necessary to support the Apache Derby database system.
|
org.apache.empire.dbms.h2 |
This package contains classes necessary to support the H2 database system.
|
org.apache.empire.dbms.hsql |
This package contains classes necessary to support the HSQLDB database system.
|
org.apache.empire.dbms.mysql |
This package contains classes necessary to support the MySQL database system.
|
org.apache.empire.dbms.oracle |
This package contains classes necessary to support the Oracle database system.
|
org.apache.empire.dbms.postgresql |
This package contains classes necessary to support the PostgreSQL database system.
|
org.apache.empire.dbms.sqlite | |
org.apache.empire.dbms.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 |
PostgresDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteDDLGenerator |
Modifier and Type | Class and Description |
---|---|
class |
MSSqlDDLGenerator |
Modifier and Type | Field and Description |
---|---|
protected DBDDLGenerator<?> |
DBMSHandlerMSSQL.ddlGenerator |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.