Uses of Class
com.clickhouse.jdbc.ConnectionImpl
Packages that use ConnectionImpl
-
Uses of ConnectionImpl in com.clickhouse.jdbc
Constructors in com.clickhouse.jdbc with parameters of type ConnectionImplModifierConstructorDescriptionPreparedStatementImpl(ConnectionImpl connection, String sql) StatementImpl(ConnectionImpl connection) -
Uses of ConnectionImpl in com.clickhouse.jdbc.metadata
Constructors in com.clickhouse.jdbc.metadata with parameters of type ConnectionImplModifierConstructorDescriptionDatabaseMetaData(ConnectionImpl connection, boolean useCatalogs, String url) Creates an instance of DatabaseMetaData for the given connection.