Class Db2GetTableInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      Db2GetTableInfo​(java.lang.String schemaName, java.lang.String tableName)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Db2TableInfo run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection and return the value
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Db2GetTableInfo

        public Db2GetTableInfo​(java.lang.String schemaName,
                               java.lang.String tableName)
        Public constructor
        Parameters:
        schemaName -
        tableName -