org.odata4j.producer.jdbc
Class SqlStatement
java.lang.Object
org.odata4j.producer.jdbc.SqlStatement
public class SqlStatement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
public final ImmutableList<SqlStatement.SqlParameter> params
sql
public final String sql
SqlStatement
public SqlStatement(String sql,
ImmutableList<SqlStatement.SqlParameter> params)
asPreparedStatement
public PreparedStatement asPreparedStatement(Connection conn)
throws SQLException
- Throws:
SQLException
http://odata4j.org