Module org.eclipse.persistence.core
Class OracleObjectType
java.lang.Object
org.eclipse.persistence.internal.helper.ComplexDatabaseType
org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
- All Implemented Interfaces:
Cloneable
,DatabaseType
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
DatabaseType.DatabaseTypeHelper
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.helper.ComplexDatabaseType
compatibleType, javaType, javaTypeName, typeName
Fields inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
ARGNAME_SIZE_LIMIT, COMPAT_SHORT_PREFIX, COMPAT_SUFFIX, TARGET_SHORT_PREFIX, TARGET_SUFFIX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildBeginBlock
(StringBuilder sb, PLSQLargument arg, PLSQLStoredProcedureCall call) void
buildInDeclare
(StringBuilder sb, PLSQLargument inArg) void
buildOutAssignment
(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) void
buildOutDeclare
(StringBuilder sb, PLSQLargument outArg) Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type nameint
int
boolean
boolean
boolean
isStruct()
void
setCompatibleType
(String compatibleType) Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type namevoid
setFields
(Map<String, DatabaseType> fields) void
setLastFieldIndex
(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:
isJDBCType
in interfaceDatabaseType
- Overrides:
isJDBCType
in classComplexDatabaseType
-
isComplexDatabaseType
public boolean isComplexDatabaseType()- Specified by:
isComplexDatabaseType
in interfaceDatabaseType
- Overrides:
isComplexDatabaseType
in classComplexDatabaseType
-
isStruct
public boolean isStruct()- Overrides:
isStruct
in classComplexDatabaseType
-
getSqlCode
public int getSqlCode()- Specified by:
getSqlCode
in interfaceDatabaseType
-
getCompatibleType
Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type name- Overrides:
getCompatibleType
in classComplexDatabaseType
-
setCompatibleType
Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type name- Overrides:
setCompatibleType
in classComplexDatabaseType
-
buildBeginBlock
- Specified by:
buildBeginBlock
in interfaceDatabaseType
- Overrides:
buildBeginBlock
in classComplexDatabaseType
-
buildInDeclare
- Specified by:
buildInDeclare
in interfaceDatabaseType
- Overrides:
buildInDeclare
in classComplexDatabaseType
-
buildOutDeclare
- Specified by:
buildOutDeclare
in interfaceDatabaseType
- Overrides:
buildOutDeclare
in classComplexDatabaseType
-
buildOutAssignment
public void buildOutAssignment(StringBuilder sb, PLSQLargument outArg, PLSQLStoredProcedureCall call) - Specified by:
buildOutAssignment
in interfaceDatabaseType
- Overrides:
buildOutAssignment
in classComplexDatabaseType
-