net.snowflake.client.jdbc.SnowflakePreparedStatement Maven / Gradle / Ivy
package net.snowflake.client.jdbc;
import java.sql.SQLException;
public interface SnowflakePreparedStatement
{
/**
* @return the Snowflake query ID of the latest executed query
*/
String getQueryID() throws SQLException;
}