Interface ClickHouseStatement

All Superinterfaces:
AutoCloseable, Statement, Wrapper
All Known Implementing Classes:
AbstractPreparedStatement, ClickHouseStatementImpl, InputBasedPreparedStatement, SqlBasedPreparedStatement, StreamBasedPreparedStatement, TableBasedPreparedStatement

public interface ClickHouseStatement extends Statement