Package oracle.jdbc

Interface OracleTypeMetaData.Array

    • Method Detail

      • getBaseType

        int getBaseType()
                 throws SQLException
        Return element's type code.
        Returns:
        the type code of elements of the array
        Throws:
        SQLException
      • getBaseName

        String getBaseName()
                    throws SQLException
        In case the elements are named types the fully qualified name of their type.Otherwise, return type name used by the database
        Returns:
        the name of the base type.
        Throws:
        SQLException - if the element's type is not named.
      • getMaxLength

        long getMaxLength()
                   throws SQLException
        Return the maximun number of elements this array object can hold.
        Returns:
        the maximum array size; return 0 if no limit.
        Throws:
        SQLException