public class PLSQLCollection extends ComplexDatabaseType implements java.lang.Cloneable, OraclePLSQLType
DatabaseType.DatabaseTypeHelperPLSQLBoolean_IN_CONV, PLSQLBoolean_OUT_CONVARGNAME_SIZE_LIMIT, COMPAT_SHORT_PREFIX, COMPAT_SUFFIX, TARGET_SHORT_PREFIX, TARGET_SUFFIX| Constructor and Description |
|---|
PLSQLCollection() |
| Modifier and Type | Method and Description |
|---|---|
PLSQLCollection |
clone() |
DatabaseType |
getNestedType()
Return the database type of the value contained in the collection type.
|
int |
getSqlCode() |
boolean |
isCollection() |
void |
setNestedType(DatabaseType nestedType)
Set the database type of the value contained in the collection type.
|
buildBeginBlock, buildInDeclare, buildOutAssignment, buildOutDeclare, buildOutputRow, computeInIndex, computeOutIndex, getCompatibleType, getConversionCode, getJavaType, getJavaTypeName, getTypeName, hasCompatibleType, isComplexDatabaseType, isCursor, isJDBCType, isRecord, logParameter, setCompatibleType, setJavaType, setJavaTypeName, setTypeName, toString, translateequals, getClass, hashCode, notify, notifyAll, wait, wait, waitbuildBeginBlock, buildInDeclare, buildOutAssignment, buildOutDeclare, buildOutputRow, computeInIndex, computeOutIndex, getConversionCode, getTypeName, isComplexDatabaseType, isJDBCType, logParameter, translatepublic PLSQLCollection clone()
clone in class ComplexDatabaseTypepublic boolean isCollection()
isCollection in class ComplexDatabaseTypepublic DatabaseType getNestedType()
public void setNestedType(DatabaseType nestedType)
i.e. the OF type.
This could be a JDBC type, PLSQL type, or a PLSQL RECORD type.
public int getSqlCode()
getSqlCode in interface DatabaseTypeEclipseLink 2.4.2, "build v20130514-5956486" API Reference