Uses of Interface
org.eclipse.net4j.db.dml.IDBParameter

Packages that use IDBParameter
org.eclipse.net4j.db.dml The Net4j DB framework concepts for the abstraction of the SQL data manipulation language. 
 

Uses of IDBParameter in org.eclipse.net4j.db.dml
 

Methods in org.eclipse.net4j.db.dml that return IDBParameter
 IDBParameter IDBStatement.addParameter(DBType type)
          Deprecated.  
 IDBParameter IDBStatement.addParameter(IDBField field)
          Deprecated.  
 IDBParameter[] IDBStatement.getParameters()
          Deprecated.  
 

Methods in org.eclipse.net4j.db.dml with parameters of type IDBParameter
 void IDBStatement.addSQL(IDBParameter parameter)
          Deprecated.  
 



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