Uses of Class
com.clickhouse.jdbc.parser.ClickHouseSqlStatement
Packages that use ClickHouseSqlStatement
-
Uses of ClickHouseSqlStatement in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc that return ClickHouseSqlStatementModifier and TypeMethodDescriptionJdbcParseHandler.handleStatement(String sql, StatementType stmtType, String cluster, String database, String table, String input, String compressAlgorithm, String compressLevel, String format, String file, List<Integer> parameters, Map<String, Integer> positions, Map<String, String> settings, Set<String> tempTables) Deprecated.default ClickHouseSqlStatement[]ClickHouseConnection.parse(String sql, ClickHouseConfig config) Deprecated.ClickHouseConnection.parse(String sql, ClickHouseConfig config, Map<String, Serializable> settings) Deprecated.Parses the given sql. -
Uses of ClickHouseSqlStatement in com.clickhouse.jdbc.internal
Fields in com.clickhouse.jdbc.internal declared as ClickHouseSqlStatementModifier and TypeFieldDescriptionprotected ClickHouseSqlStatement[]ClickHouseStatementImpl.parsedStmtsDeprecated.Methods in com.clickhouse.jdbc.internal that return ClickHouseSqlStatementModifier and TypeMethodDescriptionprotected ClickHouseSqlStatementClickHouseStatementImpl.getLastStatement()Deprecated.ClickHouseConnectionImpl.parse(String sql, ClickHouseConfig config, Map<String, Serializable> settings) Deprecated.protected ClickHouseSqlStatementClickHouseStatementImpl.parseSqlStatements(String sql) Deprecated.Methods in com.clickhouse.jdbc.internal with parameters of type ClickHouseSqlStatementModifier and TypeMethodDescriptionprotected ClickHouseResponseClickHouseStatementImpl.executeStatement(ClickHouseSqlStatement stmt, Map<ClickHouseOption, Serializable> options, List<ClickHouseExternalTable> tables, Map<String, String> settings) Deprecated.protected ClickHouseFileClickHouseStatementImpl.getFile(ClickHouseFile f, ClickHouseSqlStatement stmt) Deprecated.protected ClickHouseResponseClickHouseStatementImpl.processSqlStatement(ClickHouseSqlStatement stmt) Deprecated.protected voidClickHouseStatementImpl.setLastStatement(ClickHouseSqlStatement stmt) Deprecated.protected ResultSetClickHouseStatementImpl.updateResult(ClickHouseSqlStatement stmt, ClickHouseResponse response) Deprecated.Constructors in com.clickhouse.jdbc.internal with parameters of type ClickHouseSqlStatementModifierConstructorDescriptionprotectedSqlBasedPreparedStatement(ClickHouseConnectionImpl connection, ClickHouseRequest<?> request, ClickHouseSqlStatement parsedStmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Deprecated.protectedStreamBasedPreparedStatement(ClickHouseConnectionImpl connection, ClickHouseRequest<?> request, ClickHouseSqlStatement parsedStmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Deprecated.protectedTableBasedPreparedStatement(ClickHouseConnectionImpl connection, ClickHouseRequest<?> request, ClickHouseSqlStatement parsedStmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Deprecated. -
Uses of ClickHouseSqlStatement in com.clickhouse.jdbc.parser
Methods in com.clickhouse.jdbc.parser that return ClickHouseSqlStatementModifier and TypeMethodDescriptionParseHandler.handleStatement(String sql, StatementType stmtType, String cluster, String database, String table, String input, String compressAlgorithm, String compressLevel, String format, String file, List<Integer> parameters, Map<String, Integer> positions, Map<String, String> settings, Set<String> tempTables) Deprecated.Hanlde statemenet.static ClickHouseSqlStatement[]ClickHouseSqlParser.parse(String sql, ClickHouseConfig config) static ClickHouseSqlStatement[]ClickHouseSqlParser.parse(String sql, ClickHouseConfig config, ParseHandler handler) final ClickHouseSqlStatement[]ClickHouseSqlParser.sql()
ClickHouseConnection.parse(String, ClickHouseConfig, Map)instead