org.deegree.io.datastore.sql
Class StatementBuffer.StatementArgument
java.lang.Object
org.deegree.io.datastore.sql.StatementBuffer.StatementArgument
- Enclosing class:
- StatementBuffer
public class StatementBuffer.StatementArgument
- extends Object
Encapsulates an argument value and the SQL type code for the target column.
- Version:
- $Revision: 9342 $, $Date: 2007-12-27 13:32:57 +0100 (Do, 27 Dez 2007) $
- Author:
- Markus Schneider, last edited by: $Author: apoth $
Method Summary |
Object |
getArgument()
Returns the argument value. |
int |
getTypeCode()
Returns the SQL type code for the column that is targeted by the argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementBuffer.StatementArgument
StatementBuffer.StatementArgument(Object o,
int typeCode)
getArgument
public Object getArgument()
- Returns the argument value.
- Returns:
- the argument value
getTypeCode
public int getTypeCode()
- Returns the SQL type code for the column that is targeted by the argument.
- Returns:
- the SQL type code for the column that is targeted by the argument
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net