public class DruidJdbcStatement extends AbstractDruidJdbcStatement
Statement class:
can be executed multiple times, one after another, producing a
DruidJdbcResultSet for each execution.| Modifier and Type | Field and Description |
|---|---|
protected QueryContext |
queryContext |
connectionId, resultSet, START_OFFSET, statementId, throwable| Constructor and Description |
|---|
DruidJdbcStatement(String connectionId,
int statementId,
QueryContext queryContext,
SqlStatementFactory lifecycleFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(SqlQueryPlus queryPlus,
long maxRowCount) |
org.apache.calcite.avatica.Meta.Signature |
getSignature() |
close, closeResultSet, createColumnMetaData, createSignature, getConnectionId, getCurrentOffset, getStatementId, isDone, nextFrame, requireResultSetprotected final QueryContext queryContext
public DruidJdbcStatement(String connectionId, int statementId, QueryContext queryContext, SqlStatementFactory lifecycleFactory)
public void execute(SqlQueryPlus queryPlus, long maxRowCount)
public org.apache.calcite.avatica.Meta.Signature getSignature()
getSignature in class AbstractDruidJdbcStatementCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.