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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PLSQLBoolean_IN_CONV
static java.lang.String
PLSQLBoolean_OUT_CONV
-
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, 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
-
-