Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.SqlBuilder
Package
Description
This package mainly contains the database platform abstraction,
org.apache.ddlutils.Platform
and the factory to create instances for individual platforms,
org.apache.ddlutils.PlatformFactory
.
This package contains the platform implementations for the individual databases.
This package contains the platform implementation for the Axion database.
This package contains the platform implementation for the
Cloudscape database.
This package contains the platform implementation for the
DB2 UDB database.
This package contains the platform implementation for the
Apache Derby database.
This package contains the platform implementation for the
Firebird database.
This package contains the platform implementation for the
HSQLDB database.
This package contains the platform implementation for the
Interbase database.
This package contains the platform implementation for the
MaxDB database.
This package contains the platform implementation for the
Mckoi database.
This package contains the platform implementation for the
Sql Server database.
This package contains the platform implementation for the
MySQL database.
This package contains the platform implementation for the
Oracle database.
This package contains the platform implementation for the
PostgreSQL database.
This package contains the platform implementation for the
SAP DB database.
This package contains the platform implementation for the
Sybase ASE database.
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ddl
Modifier and TypeMethodDescriptionvoid
DdlVersionBean.setSqlBuilder
(SqlBuilder sqlBuilder) ddlutils schemabuilderstatic void
GrouperDdlUtils.upgradeDatabaseVersion
(Database baseVersion, Database oldVersion, int baseDatabaseVersion, String objectName, int upgradeToVersion, StringBuilder additionalScripts, StringBuilder fullScript, Platform platform, Connection connection, String schema, SqlBuilder sqlBuilder) get a database object of a certain version based on the existing database, and tack on all the enums up to the version we want (if any)static void
GrouperDdlUtils.upgradeDatabaseVersion
(Database baseVersion, Database oldVersion, int baseDatabaseVersion, String objectName, int upgradeToVersion, StringBuilder additionalScripts, StringBuilder fullScript, Platform platform, Connection connection, String schema, SqlBuilder sqlBuilder, GrouperDdlCompareResult grouperDdlCompareResult) get a database object of a certain version based on the existing database, and tack on all the enums up to the version we want (if any)ModifierConstructorDescriptionDdlVersionBean
(String objectName, Platform platform, Connection connection, String schema, SqlBuilder sqlBuilder, Database oldDatabase, Database database, StringBuilder additionalScripts, boolean isDestinationVersion, int buildingToVersion, StringBuilder fullScript, int theBuildingFromVersion) construct -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils
Modifier and TypeMethodDescriptionPlatform.getSqlBuilder()
Returns the sql builder for the this platform. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform
Modifier and TypeMethodDescriptionPlatformImplBase.getSqlBuilder()
Returns the sql builder for the this platform.Modifier and TypeMethodDescriptionprotected void
PlatformImplBase.setSqlBuilder
(SqlBuilder builder) Sets the sql builder for this platform. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.axion
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.cloudscape
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.db2
Modifier and TypeClassDescriptionclass
The SQL Builder for DB2.class
The SQL Builder for DB2 v8 and above. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.derby
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.firebird
Modifier and TypeClassDescriptionclass
The SQL Builder for the FireBird database. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.hsqldb
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.interbase
Modifier and TypeClassDescriptionclass
The SQL Builder for the Interbase database. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.maxdb
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.mckoi
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.mssql
Modifier and TypeClassDescriptionclass
The SQL Builder for the Microsoft SQL Server. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.mysql
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.oracle
Modifier and TypeClassDescriptionclass
The SQL builder for Oracle 10.class
The SQL Builder for Oracle. -
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.postgresql
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.sapdb
-
Uses of SqlBuilder in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform.sybase