Schnittstelle ISchemaReader

Alle Superschnittstellen:
AutoCloseable, Closeable, CloseStateRequestable, GroupCloseable
Alle bekannten Unterschnittstellen:
ISchemaAdapter
Alle bekannten Implementierungsklassen:
AbstractSchemaAdapter, MsSqlSchemaAdapter, SchemaReader

public interface ISchemaReader extends GroupCloseable
  • Methodendetails

    • columnIsEmpty

      boolean columnIsEmpty(String tableName, String columnName)
    • getTableCount

      int getTableCount()
    • loadTable

      TableDto loadTable(String tableName)
    • loadTables

      IContainer<TableDto> loadTables()
    • tableExist

      boolean tableExist()
    • tableExists

      boolean tableExists(String tableName)