Class OdbcTableMeta


  • public class OdbcTableMeta
    extends Object
    ODBC table-related metadata.
    • Constructor Detail

      • OdbcTableMeta

        public OdbcTableMeta​(String catalog,
                             String schema,
                             String table,
                             String tableType)
        Parameters:
        catalog - Catalog name.
        schema - Schema name.
        table - Table name.
        tableType - Table type.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • writeBinary

        public void writeBinary​(BinaryRawWriterEx writer)
        Write in a binary format.
        Parameters:
        writer - Binary writer.