Uses of Class
org.eclipse.persistence.platform.database.DatabasePlatform
-
-
Uses of DatabasePlatform in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type DatabasePlatform Modifier and Type Method Description voidComplexDatabaseType. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidDatabaseType.DatabaseTypeHelper. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)voidDatabaseType. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform) -
Uses of DatabasePlatform in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return DatabasePlatform Modifier and Type Method Description DatabasePlatformAbstractSession. getPlatform()INTERNAL: Return the database platform currently connected to.DatabasePlatformDatabaseSessionImpl. getPlatform()INTERNAL: Return the database platform currently connected to. -
Uses of DatabasePlatform in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return DatabasePlatform Modifier and Type Method Description DatabasePlatformRemoteUnitOfWork. getPlatform()INTERNAL: Return the database platform currently connected to. -
Uses of DatabasePlatform in org.eclipse.persistence.platform.database
Subclasses of DatabasePlatform in org.eclipse.persistence.platform.database Modifier and Type Class Description classAccessPlatformPurpose: Provides Microsoft Access specific behavior.classAttunityPlatformTopLink Platform class which works with Attunity's Connect JDBC driver.classCloudscapePlatformPurpose: Provides CloudScape DBMS specific behavior.classDB2MainframePlatformPurpose: Provides DB2 Mainframe specific behavior.classDB2PlatformPurpose: Provides DB2 specific behavior.classDB2ZPlatformPurpose: Provides DB2 z/OS specific behavior.classDBasePlatformPurpose: Provides DBase specific behavior.classDerbyPlatformPurpose: Provides Derby DBMS specific behavior.classFirebirdPlatformclassH2PlatformclassHANAPlatformDatabase Platform for SAP HANAclassHSQLPlatformPurpose: Provides HSQL specific behavior.classInformix11PlatformAnInformixPlatformthat fixes many EclipseLink bugs related to Informix support.classInformixPlatformPurpose: Provides Informix specific behavior.classJavaDBPlatformPurpose: Allows to use JavaDBPlatform as a synonym for DerbyPlatformclassMariaDBPlatformPurpose: Provides MariaDB specific behavior.classMaxDBPlatformDatabase Platform for SAP MaxDB.classMySQLPlatformPurpose: Provides MySQL specific behavior.classOracle10PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle11PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle12PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle18PlatformclassOracle19PlatformclassOracle21PlatformclassOracle23PlatformclassOracle8PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOracle9PlatformPurpose: Provides Oracle version specific behavior when org.eclipse.persistence.oracle bundle is not available.classOraclePlatformPurpose: Provides Oracle specific behavior.classPervasivePlatformPurpose: Provides Pervasive SQL DBMS specific behavior.classPointBasePlatformSupport the Pointbase database.classPostgreSQL10PlatformPostgres 10 database platform extension.classPostgreSQLPlatformPurpose: Provides Postgres specific behavior.classSQLAnywherePlatformProvides SQL Anywhere specific behaviour.classSQLServerPlatformPurpose: Provides SQL Server specific behavior.classSybasePlatformPurpose: Provides Sybase ASE specific behavior.classSymfowarePlatformSymfoware ServerclassTimesTen7PlatformPurpose: Provides TimesTen 7 specific behavior.classTimesTenPlatformDatabase platform for the TimesTen database product. -
Uses of DatabasePlatform in org.eclipse.persistence.platform.database.jdbc
Methods in org.eclipse.persistence.platform.database.jdbc with parameters of type DatabasePlatform Modifier and Type Method Description voidJDBCTypes. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform) -
Uses of DatabasePlatform in org.eclipse.persistence.platform.database.oracle.plsql
Methods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type DatabasePlatform Modifier and Type Method Description voidOraclePLSQLTypes. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform)INTERNAL: Append the parameter for logging purposes.voidPLSQLrecord. logParameter(StringBuilder sb, DatasourceCall.ParameterType direction, PLSQLargument arg, AbstractRecord translationRow, DatabasePlatform platform) -
Uses of DatabasePlatform in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return DatabasePlatform Modifier and Type Method Description DatabasePlatformDatasourceLogin. getPlatform()INTERNAL: Return the database platform specific information.DatabasePlatformLogin. getPlatform()INTERNAL: Return the database platform specific information.DatabasePlatformSession. getPlatform()PUBLIC: Return the database platform currently connected to.Methods in org.eclipse.persistence.sessions with parameters of type DatabasePlatform Modifier and Type Method Description voidDatabaseLogin. usePlatform(DatabasePlatform platform)ADVANCED: Set the database platform to be custom platform.Constructors in org.eclipse.persistence.sessions with parameters of type DatabasePlatform Constructor Description DatabaseLogin(DatabasePlatform databasePlatform)ADVANCED: Create a new login for the given platform.
-