public interface SnowflakeStatement
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
executeAsyncQuery(String sql)
Execute SQL query asynchronously
|
List<String> |
getBatchQueryIDs() |
String |
getQueryID() |
void |
setParameter(String name,
Object value)
Set statement level parameter
|
String getQueryID() throws SQLException
SQLExceptionList<String> getBatchQueryIDs() throws SQLException
SQLExceptionvoid setParameter(String name, Object value) throws SQLException
name - parameter namevalue - parameter valueSQLExceptionResultSet executeAsyncQuery(String sql) throws SQLException
sql - sql statementSQLException - if @link{#executeQueryInternal(String, Map)} throws an exceptionCopyright © 2022. All rights reserved.