|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlBuilder | |
---|---|
org.apache.ddlutils |
This package mainly contains the database platform abstraction, Platform
and the factory to create instances for individual platforms,
PlatformFactory . |
org.apache.ddlutils.platform | This package contains the platform implementations for the individual databases. |
org.apache.ddlutils.platform.axion | This package contains the platform implementation for the Axion database. |
org.apache.ddlutils.platform.cloudscape | This package contains the platform implementation for the Cloudscape database. |
org.apache.ddlutils.platform.db2 | This package contains the platform implementation for the DB2 UDB database. |
org.apache.ddlutils.platform.derby | This package contains the platform implementation for the Apache Derby database. |
org.apache.ddlutils.platform.firebird | This package contains the platform implementation for the Firebird database. |
org.apache.ddlutils.platform.hsqldb | This package contains the platform implementation for the HSQLDB database. |
org.apache.ddlutils.platform.interbase | This package contains the platform implementation for the Interbase database. |
org.apache.ddlutils.platform.maxdb | This package contains the platform implementation for the MaxDB database. |
org.apache.ddlutils.platform.mckoi | This package contains the platform implementation for the Mckoi database. |
org.apache.ddlutils.platform.mssql | This package contains the platform implementation for the Sql Server database. |
org.apache.ddlutils.platform.mysql | This package contains the platform implementation for the MySQL database. |
org.apache.ddlutils.platform.oracle | This package contains the platform implementation for the Oracle database. |
org.apache.ddlutils.platform.postgresql | This package contains the platform implementation for the PostgreSQL database. |
org.apache.ddlutils.platform.sapdb | This package contains the platform implementation for the SAP DB database. |
org.apache.ddlutils.platform.sybase | This package contains the platform implementation for the Sybase ASE database. |
Uses of SqlBuilder in org.apache.ddlutils |
---|
Methods in org.apache.ddlutils that return SqlBuilder | |
---|---|
SqlBuilder |
Platform.getSqlBuilder()
Returns the sql builder for the this platform. |
Uses of SqlBuilder in org.apache.ddlutils.platform |
---|
Methods in org.apache.ddlutils.platform that return SqlBuilder | |
---|---|
SqlBuilder |
PlatformImplBase.getSqlBuilder()
Returns the sql builder for the this platform. |
Methods in org.apache.ddlutils.platform with parameters of type SqlBuilder | |
---|---|
protected void |
PlatformImplBase.setSqlBuilder(SqlBuilder builder)
Sets the sql builder for this platform. |
Uses of SqlBuilder in org.apache.ddlutils.platform.axion |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.axion | |
---|---|
class |
AxionBuilder
The SQL Builder for the Axion database. |
Uses of SqlBuilder in org.apache.ddlutils.platform.cloudscape |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.cloudscape | |
---|---|
class |
CloudscapeBuilder
The SQL Builder for Cloudscape. |
Uses of SqlBuilder in org.apache.ddlutils.platform.db2 |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.db2 | |
---|---|
class |
Db2Builder
The SQL Builder for DB2. |
class |
Db2v8Builder
The SQL Builder for DB2 v8 and above. |
Uses of SqlBuilder in org.apache.ddlutils.platform.derby |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.derby | |
---|---|
class |
DerbyBuilder
The SQL Builder for Derby. |
Uses of SqlBuilder in org.apache.ddlutils.platform.firebird |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.firebird | |
---|---|
class |
FirebirdBuilder
The SQL Builder for the FireBird database. |
Uses of SqlBuilder in org.apache.ddlutils.platform.hsqldb |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.hsqldb | |
---|---|
class |
HsqlDbBuilder
The SQL Builder for the HsqlDb database. |
Uses of SqlBuilder in org.apache.ddlutils.platform.interbase |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.interbase | |
---|---|
class |
InterbaseBuilder
The SQL Builder for the Interbase database. |
Uses of SqlBuilder in org.apache.ddlutils.platform.maxdb |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.maxdb | |
---|---|
class |
MaxDbBuilder
The SQL Builder for MaxDB. |
Uses of SqlBuilder in org.apache.ddlutils.platform.mckoi |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.mckoi | |
---|---|
class |
MckoiBuilder
The SQL Builder for the Mckoi database. |
Uses of SqlBuilder in org.apache.ddlutils.platform.mssql |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.mssql | |
---|---|
class |
MSSqlBuilder
The SQL Builder for the Microsoft SQL Server. |
Uses of SqlBuilder in org.apache.ddlutils.platform.mysql |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.mysql | |
---|---|
class |
MySqlBuilder
The SQL Builder for MySQL. |
Uses of SqlBuilder in org.apache.ddlutils.platform.oracle |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.oracle | |
---|---|
class |
Oracle10Builder
The SQL builder for Oracle 10. |
class |
Oracle8Builder
The SQL Builder for Oracle. |
Uses of SqlBuilder in org.apache.ddlutils.platform.postgresql |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.postgresql | |
---|---|
class |
PostgreSqlBuilder
The SQL Builder for PostgresSql. |
Uses of SqlBuilder in org.apache.ddlutils.platform.sapdb |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.sapdb | |
---|---|
class |
SapDbBuilder
The SQL Builder for SapDB. |
Uses of SqlBuilder in org.apache.ddlutils.platform.sybase |
---|
Subclasses of SqlBuilder in org.apache.ddlutils.platform.sybase | |
---|---|
class |
SybaseBuilder
The SQL Builder for Sybase. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |