org.eclipse.net4j.db.dml
Interface IDBParameter


public interface IDBParameter


Method Summary
 int getPosition()
          Returns the zero based position of this parameter within the parameters list of the containing statement.
 IDBStatement getStatement()
           
 DBType getType()
           
 

Method Detail

getStatement

IDBStatement getStatement()

getPosition

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


getType

DBType getType()

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