Uses of Interface
org.eclipse.persistence.internal.helper.DatabaseType
-
-
Uses of DatabaseType in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type DatabaseType Modifier and Type Method Description static QueryExceptionQueryException. compatibleTypeNotSet(DatabaseType type)static QueryExceptionQueryException. typeNameNotSet(DatabaseType type) -
Uses of DatabaseType in org.eclipse.persistence.internal.helper
Subinterfaces of DatabaseType in org.eclipse.persistence.internal.helper Modifier and Type Interface Description interfaceSimpleDatabaseTypePUBLIC: Marker interface for Simple Database types (e.g.Classes in org.eclipse.persistence.internal.helper that implement DatabaseType Modifier and Type Class Description classComplexDatabaseTypePUBLIC: Abstract class for Complex Database types (e.g.Methods in org.eclipse.persistence.internal.helper with parameters of type DatabaseType Modifier and Type Method Description voidDatabaseType.DatabaseTypeHelper. declareTarget(StringBuilder sb, PLSQLargument arg, DatabaseType databaseType) -
Uses of DatabaseType in org.eclipse.persistence.internal.sessions.factories
Fields in org.eclipse.persistence.internal.sessions.factories declared as DatabaseType Modifier and Type Field Description protected DatabaseTypeDatabaseTypeWrapper. wrappedDatabaseTypeMethods in org.eclipse.persistence.internal.sessions.factories that return DatabaseType Modifier and Type Method Description DatabaseTypeDatabaseTypeWrapper. getWrappedType()static DatabaseTypeObjectPersistenceRuntimeXMLProject_11_1_1. unwrapType(DatabaseTypeWrapper databaseType)Unwrap the type from a type wrapper to handle XML conversion.Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type DatabaseType Modifier and Type Method Description voidDatabaseTypeWrapper. setWrappedDatabaseType(DatabaseType wrappedDatabaseType)static DatabaseTypeWrapperObjectPersistenceRuntimeXMLProject_11_1_1. wrapType(DatabaseType databaseType)Wrap the type in a type wrapper to handle XML conversion.Constructors in org.eclipse.persistence.internal.sessions.factories with parameters of type DatabaseType Constructor Description ComplexPLSQLTypeWrapper(DatabaseType wrappedType)DatabaseTypeWrapper(DatabaseType wrappedDatabaseType)JDBCTypeWrapper(DatabaseType wrappedType)OracleArrayTypeWrapper(DatabaseType wrappedType)OracleObjectTypeWrapper(DatabaseType wrappedType)PLSQLCollectionWrapper(DatabaseType wrappedType)PLSQLCursorWrapper(DatabaseType wrappedType)PLSQLRecordWrapper(DatabaseType wrappedType)SimplePLSQLTypeWrapper(DatabaseType wrappedType) -
Uses of DatabaseType in org.eclipse.persistence.platform.database.jdbc
Subinterfaces of DatabaseType in org.eclipse.persistence.platform.database.jdbc Modifier and Type Interface Description interfaceJDBCTypePUBLIC: Marker interface for JDBC type metadataClasses in org.eclipse.persistence.platform.database.jdbc that implement DatabaseType Modifier and Type Class Description classJDBCTypesPUBLIC: JDBC typesMethods in org.eclipse.persistence.platform.database.jdbc that return DatabaseType Modifier and Type Method Description static DatabaseTypeJDBCTypes. getDatabaseTypeForCode(int typeCode) -
Uses of DatabaseType in org.eclipse.persistence.platform.database.oracle.jdbc
Classes in org.eclipse.persistence.platform.database.oracle.jdbc that implement DatabaseType Modifier and Type Class Description classOracleArrayTypeclassOracleObjectTypeFields in org.eclipse.persistence.platform.database.oracle.jdbc declared as DatabaseType Modifier and Type Field Description protected DatabaseTypeOracleArrayType. nestedTypeDefines the database type of the value contained in the collection type.Fields in org.eclipse.persistence.platform.database.oracle.jdbc with type parameters of type DatabaseType Modifier and Type Field Description protected Map<String,DatabaseType>OracleObjectType. fieldsMethods in org.eclipse.persistence.platform.database.oracle.jdbc that return DatabaseType Modifier and Type Method Description DatabaseTypeOracleArrayType. getNestedType()Return the database type of the value contained in the collection type.Methods in org.eclipse.persistence.platform.database.oracle.jdbc that return types with arguments of type DatabaseType Modifier and Type Method Description Map<String,DatabaseType>OracleObjectType. getFields()Methods in org.eclipse.persistence.platform.database.oracle.jdbc with parameters of type DatabaseType Modifier and Type Method Description voidOracleArrayType. setNestedType(DatabaseType nestedType)Set the database type of the value contained in the collection type.Method parameters in org.eclipse.persistence.platform.database.oracle.jdbc with type arguments of type DatabaseType Modifier and Type Method Description voidOracleObjectType. setFields(Map<String,DatabaseType> fields) -
Uses of DatabaseType in org.eclipse.persistence.platform.database.oracle.plsql
Subinterfaces of DatabaseType in org.eclipse.persistence.platform.database.oracle.plsql Modifier and Type Interface Description interfaceOraclePLSQLTypePUBLIC: Marker interface for Oracle PL/SQL typesClasses in org.eclipse.persistence.platform.database.oracle.plsql that implement DatabaseType Modifier and Type Class Description classOraclePLSQLTypesPUBLIC: Oracle PL/SQL typesclassPLSQLCollectionPUBLIC: Marker interface for Oracle PL/SQL Collections (Nested Tables and Varrays)classPLSQLCursorPUBLIC: describe an Oracle PL/SQL Cursor typeclassPLSQLrecordPUBLIC: describe an Oracle PL/SQL Record typeFields in org.eclipse.persistence.platform.database.oracle.plsql declared as DatabaseType Modifier and Type Field Description DatabaseTypePLSQLargument. databaseTypeprotected DatabaseTypePLSQLCollection. nestedTypeDefines the database type of the value contained in the collection type.Methods in org.eclipse.persistence.platform.database.oracle.plsql that return DatabaseType Modifier and Type Method Description static DatabaseTypeOraclePLSQLTypes. getDatabaseTypeForCode(String typeName)DatabaseTypePLSQLCollection. getNestedType()Return the database type of the value contained in the collection type.Methods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type DatabaseType Modifier and Type Method Description voidPLSQLrecord. addField(String fieldName, DatabaseType databaseType)voidPLSQLrecord. addField(String fieldName, DatabaseType databaseType, int length)voidPLSQLrecord. addField(String fieldName, DatabaseType databaseType, int precision, int scale)voidPLSQLStoredProcedureCall. addNamedArgument(String procedureParameterName, DatabaseType databaseType)PUBLIC: Add a named IN argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedArgument(String procedureParameterName, DatabaseType databaseType, int length)PUBLIC: Add a named IN argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedArgument(String procedureParameterName, DatabaseType databaseType, int precision, int scale)PUBLIC: Add a named IN argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedInOutputArgument(String procedureParameterName, DatabaseType databaseType)PUBLIC: Add a named IN OUT argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedInOutputArgument(String procedureParameterName, DatabaseType databaseType, int length)PUBLIC: Add a named IN OUT argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedInOutputArgument(String procedureParameterName, DatabaseType databaseType, int precision, int scale)PUBLIC: Add a named IN OUT argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedOutputArgument(String procedureParameterName, DatabaseType databaseType)PUBLIC: Add a named OUT argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedOutputArgument(String procedureParameterName, DatabaseType databaseType, int length)PUBLIC: Add a named OUT argument to the stored procedure.voidPLSQLStoredProcedureCall. addNamedOutputArgument(String procedureParameterName, DatabaseType databaseType, int precision, int scale)PUBLIC: Add a named OUT argument to the stored procedure.protected voidPLSQLStoredProcedureCall. addNestedFunctionsForArgument(List<String> functions, PLSQLargument argument, DatabaseType databaseType, Set<DatabaseType> processed)INTERNAL Add the nested function string required for the type and its subtypes.voidPLSQLCollection. setNestedType(DatabaseType nestedType)Set the database type of the value contained in the collection type.voidPLSQLStoredFunctionCall. setResult(DatabaseType databaseType)PUBLIC: Define the return type of the function.voidPLSQLStoredFunctionCall. setResult(DatabaseType databaseType, int length)PUBLIC: Define the return type of the function.voidPLSQLStoredFunctionCall. setResult(DatabaseType databaseType, int length, int scale)PUBLIC: Define the return type of the function.voidPLSQLStoredProcedureCall. useNamedCursorOutputAsResultSet(String argumentName, DatabaseType databaseType)PUBLIC: Add a named OUT cursor argument to the stored procedure.Method parameters in org.eclipse.persistence.platform.database.oracle.plsql with type arguments of type DatabaseType Modifier and Type Method Description protected voidPLSQLStoredProcedureCall. addNestedFunctionsForArgument(List<String> functions, PLSQLargument argument, DatabaseType databaseType, Set<DatabaseType> processed)INTERNAL Add the nested function string required for the type and its subtypes.Constructors in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type DatabaseType Constructor Description PLSQLargument(String name, int originalIndex, DatasourceCall.ParameterType direction, DatabaseType databaseType)PLSQLargument(String name, int originalIndex, DatasourceCall.ParameterType direction, DatabaseType databaseType, int length)PLSQLargument(String name, int originalIndex, DatasourceCall.ParameterType direction, DatabaseType databaseType, int precision, int scale)PLSQLStoredFunctionCall(DatabaseType databaseType)PLSQLStoredFunctionCall(DatabaseType databaseType, int length)PLSQLStoredFunctionCall(DatabaseType databaseType, int length, int scale)
-