Package org.eclipse.emf.cdo.server.db
Interface IDBStore.TableVisitor
- 
- Enclosing interface:
- IDBStore
 
 public static interface IDBStore.TableVisitorCalled back fromIDBStore.visitAllTables(Connection, TableVisitor)for all tables in the database.- Since:
- 4.2
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitTable(java.sql.Connection connection, java.lang.String name)
 
-