org.eclipse.emf.cdo.server.db
Interface IDBStore.TableVisitor

Enclosing interface:
IDBStore

public static interface IDBStore.TableVisitor

Called back from IDBStore.visitAllTables(Connection, TableVisitor) for all tables in the database.

Since:
4.2

Method Summary
 void visitTable(Connection connection, String name)
           
 

Method Detail

visitTable

void visitTable(Connection connection,
                String name)
                throws SQLException
Throws:
SQLException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.