public interface SnowflakeStatement
| Modifier and Type | Method and Description |
|---|---|
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 valueSQLExceptionCopyright © 2019. All rights reserved.