Module eclipselink
Class OracleObjectType
java.lang.Object
org.eclipse.persistence.internal.helper.ComplexDatabaseType
org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
- All Implemented Interfaces:
Cloneable,org.eclipse.persistence.internal.helper.DatabaseType
public class OracleObjectType
extends org.eclipse.persistence.internal.helper.ComplexDatabaseType
implements Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intFields inherited from class org.eclipse.persistence.internal.helper.ComplexDatabaseType
compatibleType, javaType, javaTypeName, typeNameFields inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
ARGNAME_SIZE_LIMIT, COMPAT_SHORT_PREFIX, COMPAT_SUFFIX, TARGET_SHORT_PREFIX, TARGET_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildBeginBlock(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call) voidbuildInDeclare(StringBuilder sb, PLSQLargument inArg) voidbuildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) voidbuildOutDeclare(StringBuilder sb, PLSQLargument outArg) Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type nameintintbooleanbooleanbooleanisStruct()voidsetCompatibleType(String compatibleType) Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type namevoidvoidsetLastFieldIndex(int lastFieldIdx) Methods inherited from class org.eclipse.persistence.internal.helper.ComplexDatabaseType
buildOutputRow, clone, computeInIndex, computeOutIndex, getConversionCode, getJavaType, getJavaTypeName, getTypeName, hasCompatibleType, isArray, isCollection, isCursor, isRecord, logParameter, setJavaType, setJavaTypeName, setTypeName, toString, translate
-
Field Details
-
lastFieldIdx
protected int lastFieldIdx -
fields
-
-
Constructor Details
-
OracleObjectType
public OracleObjectType()
-
-
Method Details
-
getLastFieldIndex
public int getLastFieldIndex() -
setLastFieldIndex
public void setLastFieldIndex(int lastFieldIdx) -
getFields
-
setFields
-
isJDBCType
public boolean isJDBCType()- Specified by:
isJDBCTypein interfaceorg.eclipse.persistence.internal.helper.DatabaseType- Overrides:
isJDBCTypein classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
isComplexDatabaseType
public boolean isComplexDatabaseType()- Specified by:
isComplexDatabaseTypein interfaceorg.eclipse.persistence.internal.helper.DatabaseType- Overrides:
isComplexDatabaseTypein classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
isStruct
public boolean isStruct()- Overrides:
isStructin classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
getSqlCode
public int getSqlCode()- Specified by:
getSqlCodein interfaceorg.eclipse.persistence.internal.helper.DatabaseType
-
getCompatibleType
Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type name- Overrides:
getCompatibleTypein classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
setCompatibleType
Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type name- Overrides:
setCompatibleTypein classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
buildBeginBlock
- Specified by:
buildBeginBlockin interfaceorg.eclipse.persistence.internal.helper.DatabaseType- Overrides:
buildBeginBlockin classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
buildInDeclare
- Specified by:
buildInDeclarein interfaceorg.eclipse.persistence.internal.helper.DatabaseType- Overrides:
buildInDeclarein classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
buildOutDeclare
- Specified by:
buildOutDeclarein interfaceorg.eclipse.persistence.internal.helper.DatabaseType- Overrides:
buildOutDeclarein classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-
buildOutAssignment
public void buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) - Specified by:
buildOutAssignmentin interfaceorg.eclipse.persistence.internal.helper.DatabaseType- Overrides:
buildOutAssignmentin classorg.eclipse.persistence.internal.helper.ComplexDatabaseType
-