public class TamsStatement
extends net.wicp.tams.common.flink.sqlgateway.jdbc.FlinkStatement
| 构造器和说明 |
|---|
TamsStatement(net.wicp.tams.common.http.flink.SqlGateWay sqlGateWay,
TamsConnection flinkConnection) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
execute(String sql) |
ResultSet |
executeQuery(String sql) |
boolean |
executeTams(String sql) |
int |
executeUpdate(String sql) |
ResultSet |
getResultSet() |
addBatch, cancel, checkClosed, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrappublic TamsStatement(net.wicp.tams.common.http.flink.SqlGateWay sqlGateWay,
TamsConnection flinkConnection)
public boolean execute(String sql) throws SQLException
execute 在接口中 Statementexecute 在类中 net.wicp.tams.common.flink.sqlgateway.jdbc.FlinkStatementSQLExceptionpublic boolean executeTams(String sql) throws SQLException
SQLExceptionpublic ResultSet getResultSet() throws SQLException
getResultSet 在接口中 StatementgetResultSet 在类中 net.wicp.tams.common.flink.sqlgateway.jdbc.FlinkStatementSQLExceptionpublic ResultSet executeQuery(String sql) throws SQLException
executeQuery 在接口中 StatementexecuteQuery 在类中 net.wicp.tams.common.flink.sqlgateway.jdbc.FlinkStatementSQLExceptionpublic int executeUpdate(String sql) throws SQLException
executeUpdate 在接口中 StatementexecuteUpdate 在类中 net.wicp.tams.common.flink.sqlgateway.jdbc.FlinkStatementSQLExceptionCopyright © 2023–2024. All rights reserved.