Schnittstelle IDBStore.TableVisitor

Umschließende Schnittstelle:
IDBStore

public static interface IDBStore.TableVisitor
Called back from IDBStore.visitAllTables(Connection, TableVisitor) for all tables in the database.
Seit:
4.2
Autor:
Eike Stepper
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    visitTable(Connection connection, String name)