org.eclipse.net4j.db.dml
Interface IDBStatement


Deprecated.

@Deprecated
public interface IDBStatement

Specifies an SQL statement with zero or more parameters.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 IDBParameter addParameter(DBType type)
          Deprecated.  
 IDBParameter addParameter(IDBField field)
          Deprecated.  
 void addSQL(IDBParameter parameter)
          Deprecated.  
 void addSQL(IDBSchemaElement schemaElement)
          Deprecated.  
 void addSQL(String literal)
          Deprecated.  
 IDBParameter[] getParameters()
          Deprecated.  
 String getSQL()
          Deprecated.  
 

Method Detail

addParameter

IDBParameter addParameter(DBType type)
Deprecated. 

addParameter

IDBParameter addParameter(IDBField field)
Deprecated. 

getParameters

IDBParameter[] getParameters()
Deprecated. 

addSQL

void addSQL(String literal)
Deprecated. 

addSQL

void addSQL(IDBParameter parameter)
Deprecated. 

addSQL

void addSQL(IDBSchemaElement schemaElement)
Deprecated. 

getSQL

String getSQL()
Deprecated. 


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