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
SQLException
List<String> getBatchQueryIDs() throws SQLException
SQLException
void setParameter(String name, Object value) throws SQLException
name
- parameter namevalue
- parameter valueSQLException
Copyright © 2020. All rights reserved.