Uses of Interface
org.eclipse.net4j.db.ddl.IDBTable

Packages that use IDBTable
org.eclipse.net4j.db   
org.eclipse.net4j.db.ddl   
org.eclipse.net4j.spi.db   
 

Uses of IDBTable in org.eclipse.net4j.db
 

Methods in org.eclipse.net4j.db that return types with arguments of type IDBTable
 java.util.Set<IDBTable> IDBAdapter.createTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 java.util.Collection<IDBTable> IDBAdapter.dropTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 

Methods in org.eclipse.net4j.db with parameters of type IDBTable
 boolean IDBAdapter.createTable(IDBTable table, java.sql.Statement statement)
           
 boolean IDBAdapter.dropTable(IDBTable table, java.sql.Statement statement)
           
static void DBUtil.insertRow(java.sql.Connection connection, IDBAdapter dbAdapter, IDBTable table, java.lang.Object... args)
           
 

Method parameters in org.eclipse.net4j.db with type arguments of type IDBTable
 java.util.Set<IDBTable> IDBAdapter.createTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 java.util.Collection<IDBTable> IDBAdapter.dropTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 

Uses of IDBTable in org.eclipse.net4j.db.ddl
 

Methods in org.eclipse.net4j.db.ddl that return IDBTable
 IDBTable IDBSchema.addTable(java.lang.String name)
           
 IDBTable IDBIndex.getTable()
           
 IDBTable IDBField.getTable()
           
 IDBTable IDBSchema.getTable(java.lang.String name)
           
 IDBTable[] IDBSchema.getTables()
           
 

Methods in org.eclipse.net4j.db.ddl that return types with arguments of type IDBTable
 java.util.Set<IDBTable> IDBSchema.create(IDBAdapter dbAdapter, java.sql.Connection connection)
           
 java.util.Set<IDBTable> IDBSchema.create(IDBAdapter dbAdapter, javax.sql.DataSource dataSource)
           
 java.util.Set<IDBTable> IDBSchema.create(IDBAdapter dbAdapter, IDBConnectionProvider connectionProvider)
           
 

Uses of IDBTable in org.eclipse.net4j.spi.db
 

Methods in org.eclipse.net4j.spi.db that return types with arguments of type IDBTable
 java.util.Set<IDBTable> DBSchema.create(IDBAdapter dbAdapter, java.sql.Connection connection)
           
 java.util.Set<IDBTable> DBSchema.create(IDBAdapter dbAdapter, javax.sql.DataSource dataSource)
           
 java.util.Set<IDBTable> DBSchema.create(IDBAdapter dbAdapter, IDBConnectionProvider connectionProvider)
           
 java.util.Set<IDBTable> DBAdapter.createTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 java.util.Collection<IDBTable> DBAdapter.dropTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 

Methods in org.eclipse.net4j.spi.db with parameters of type IDBTable
 void DBAdapter.appendFieldNames(java.lang.Appendable appendable, IDBTable table)
           
 boolean DBAdapter.createTable(IDBTable table, java.sql.Statement statement)
           
 boolean DBAdapter.dropTable(IDBTable table, java.sql.Statement statement)
           
protected  java.lang.String DBAdapter.getDropTableSQL(IDBTable table)
           
 

Method parameters in org.eclipse.net4j.spi.db with type arguments of type IDBTable
 java.util.Set<IDBTable> DBAdapter.createTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 java.util.Collection<IDBTable> DBAdapter.dropTables(java.lang.Iterable<? extends IDBTable> tables, java.sql.Connection connection)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.