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

      Fields 
      Modifier and Type Field Description
      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, 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