Package oracle.jdbc

Interface OracleTypeMetaData

    • Method Detail

      • getName

        java.lang.String getName()
                          throws java.sql.SQLException
        Return fully qualified type name.
        Throws:
        java.sql.SQLException
      • getSQLName

        oracle.sql.SQLName getSQLName()
                               throws java.sql.SQLException
        Fully parsed named
        Throws:
        java.sql.SQLException
      • getSchemaName

        java.lang.String getSchemaName()
                                throws java.sql.SQLException
        Return sql schema name.
        Throws:
        java.sql.SQLException
      • getTypeCode

        int getTypeCode()
                 throws java.sql.SQLException
        Returns type code.
        Throws:
        java.sql.SQLException
      • getTypeCodeName

        java.lang.String getTypeCodeName()
                                  throws java.sql.SQLException
        Returns the type code name.
        Throws:
        java.sql.SQLException