Class DruidJdbcStatement

java.lang.Object
org.apache.druid.sql.avatica.AbstractDruidJdbcStatement
org.apache.druid.sql.avatica.DruidJdbcStatement
All Implemented Interfaces:
Closeable, AutoCloseable

public class DruidJdbcStatement extends AbstractDruidJdbcStatement
Represents Druid's version of the JDBC Statement class: can be executed multiple times, one after another, producing a DruidJdbcResultSet for each execution. Thread safe, but only when accessed sequentially by different request threads: not designed for concurrent access as JDBC does not support concurrent actions on the same statement.