org.compass.gps.device.jdbc
Class AbstractJdbcGpsDevice.IndexExecution
java.lang.Object
org.compass.gps.device.jdbc.AbstractJdbcGpsDevice.IndexExecution
- Enclosing class:
- AbstractJdbcGpsDevice
public static class AbstractJdbcGpsDevice.IndexExecution
- extends Object
A hint object which provides the statement query to execute or the actual
PreparedStatement. It also provides a general data holder
called description.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJdbcGpsDevice.IndexExecution
public AbstractJdbcGpsDevice.IndexExecution(Object description)
AbstractJdbcGpsDevice.IndexExecution
public AbstractJdbcGpsDevice.IndexExecution(Object description,
String statementQuery)
AbstractJdbcGpsDevice.IndexExecution
public AbstractJdbcGpsDevice.IndexExecution(Object description,
PreparedStatement statement)
getDescription
public Object getDescription()
getStatement
public PreparedStatement getStatement()
getStatementQuery
public String getStatementQuery()
setStatementQuery
public void setStatementQuery(String statementQuery)
setStatement
public void setStatement(PreparedStatement statement)
setDescription
public void setDescription(Object description)
Copyright (c) 2004-2008 The Compass Project.