Class PreparedStatementImpl

java.lang.Object
com.clickhouse.jdbc.StatementImpl
com.clickhouse.jdbc.PreparedStatementImpl
All Implemented Interfaces:
JdbcV2Wrapper, AutoCloseable, PreparedStatement, Statement, Wrapper
Direct Known Subclasses:
WriterStatementImpl

public class PreparedStatementImpl extends StatementImpl implements PreparedStatement, JdbcV2Wrapper