org.eclipse.net4j.db.dml
Interface IDBParameter


Deprecated.

@Deprecated
public interface IDBParameter

A parameter specification in a DB statement.

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
 int getPosition()
          Deprecated. Returns the zero based position of this parameter within the parameters list of the containing statement.
 IDBStatement getStatement()
          Deprecated.  
 DBType getType()
          Deprecated.  
 

Method Detail

getStatement

IDBStatement getStatement()
Deprecated. 

getPosition

int getPosition()
Deprecated. 
Returns the zero based position of this parameter within the parameters list of the containing statement.


getType

DBType getType()
Deprecated. 


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