EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.platform.database.oracle.plsql
Interface OraclePLSQLType

All Superinterfaces:
org.eclipse.persistence.internal.helper.DatabaseType, org.eclipse.persistence.internal.helper.SimpleDatabaseType
All Known Implementing Classes:
OraclePLSQLTypes, PLSQLCollection, PLSQLCursor, PLSQLrecord

public interface OraclePLSQLType
extends org.eclipse.persistence.internal.helper.SimpleDatabaseType

PUBLIC: Marker interface for Oracle PL/SQL types

Author:
Mike Norman - michael.norman@oracle.com
Since:
Oracle TopLink 11.x.x

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
Field Summary
static java.lang.String PLSQLBoolean_IN_CONV
           
static java.lang.String PLSQLBoolean_OUT_CONV
           
 
Fields inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
ARGNAME_SIZE_LIMIT, COMPAT_SHORT_PREFIX, COMPAT_SUFFIX, TARGET_SHORT_PREFIX, TARGET_SUFFIX
 
Method Summary
 
Methods inherited from interface org.eclipse.persistence.internal.helper.DatabaseType
buildBeginBlock, buildInDeclare, buildOutAssignment, buildOutDeclare, buildOutputRow, computeInIndex, computeOutIndex, getConversionCode, getSqlCode, getTypeName, isComplexDatabaseType, isJDBCType, logParameter, translate
 

Field Detail

PLSQLBoolean_IN_CONV

static final java.lang.String PLSQLBoolean_IN_CONV
See Also:
Constant Field Values

PLSQLBoolean_OUT_CONV

static final java.lang.String PLSQLBoolean_OUT_CONV
See Also:
Constant Field Values

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference