|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.internal.helper.ComplexDatabaseType
org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
public class OracleArrayType
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.persistence.internal.helper.DatabaseType |
|---|
org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper |
| Field Summary | |
|---|---|
protected org.eclipse.persistence.internal.helper.DatabaseType |
nestedType
Defines the database type of the value contained in the collection type. |
| 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 | |
|---|---|
OracleArrayType()
|
|
| Method Summary | |
|---|---|
org.eclipse.persistence.internal.helper.DatabaseType |
getNestedType()
Return the database type of the value contained in the collection type. |
int |
getSqlCode()
|
boolean |
isCollection()
|
boolean |
isComplexDatabaseType()
|
boolean |
isJDBCType()
|
void |
setNestedType(org.eclipse.persistence.internal.helper.DatabaseType nestedType)
Set the database type of the value contained in the collection type. |
| Methods inherited from class org.eclipse.persistence.internal.helper.ComplexDatabaseType |
|---|
buildBeginBlock, buildInDeclare, buildOutAssignment, buildOutDeclare, buildOutputRow, clone, computeInIndex, computeOutIndex, getCompatibleType, getConversionCode, getJavaType, getJavaTypeName, getTypeName, hasCompatibleType, isRecord, logParameter, setCompatibleType, setJavaType, setJavaTypeName, setTypeName, toString, translate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.persistence.internal.helper.DatabaseType nestedType
i.e. the OF type.
This could be a JDBC type, PLSQL type, or a PLSQL RECORD type.
| Constructor Detail |
|---|
public OracleArrayType()
| Method Detail |
|---|
public org.eclipse.persistence.internal.helper.DatabaseType getNestedType()
public void setNestedType(org.eclipse.persistence.internal.helper.DatabaseType nestedType)
i.e. the OF type.
This could be a JDBC type, PLSQL type, or a PLSQL RECORD type.
public boolean isCollection()
isCollection in class org.eclipse.persistence.internal.helper.ComplexDatabaseTypepublic boolean isJDBCType()
isJDBCType in interface org.eclipse.persistence.internal.helper.DatabaseTypeisJDBCType in class org.eclipse.persistence.internal.helper.ComplexDatabaseTypepublic boolean isComplexDatabaseType()
isComplexDatabaseType in interface org.eclipse.persistence.internal.helper.DatabaseTypeisComplexDatabaseType in class org.eclipse.persistence.internal.helper.ComplexDatabaseTypepublic int getSqlCode()
getSqlCode in interface org.eclipse.persistence.internal.helper.DatabaseType
|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||