protected class TypedTreeJDBCCruder.Session.RuntimeParameter extends Object implements TypedTreeJDBCCruder.IRuntimeParameter
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BranchNode<? extends BranchNodeMetaModel,? extends BranchNodeMetaModel> |
getBranchNode() |
Connection |
getConnection() |
PreparedStatement |
getPreparedStatement() |
PreparedStatement |
getPreparedStatement(String sql,
boolean returnGeneratedKey) |
PreparedStatement |
getPreparedStatementWithoutBatch(String sql) |
ResultSet |
getResultSet() |
Object |
getStaticValue() |
protected Object[] |
getValues() |
protected void |
setResultSet(ResultSet resultSet) |
protected void |
setValues(Object[] values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPreparedStatementpublic PreparedStatement getPreparedStatement()
public ResultSet getResultSet()
protected void setResultSet(ResultSet resultSet)
protected Object[] getValues()
protected void setValues(Object[] values)
public BranchNode<? extends BranchNodeMetaModel,? extends BranchNodeMetaModel> getBranchNode()
public Object getStaticValue()
public Connection getConnection()
public void close()
public PreparedStatement getPreparedStatement(String sql, boolean returnGeneratedKey) throws SQLException
getPreparedStatement in interface TypedTreeJDBCCruder.IRuntimeParameterSQLExceptionpublic PreparedStatement getPreparedStatementWithoutBatch(String sql) throws SQLException
getPreparedStatementWithoutBatch in interface TypedTreeJDBCCruder.IRuntimeParameterSQLExceptionCopyright © 2020. All rights reserved.