Uses of Class
com.clickhouse.jdbc.parser.ClickHouseSqlStatement
-
Packages that use ClickHouseSqlStatement Package Description com.clickhouse.jdbc com.clickhouse.jdbc.internal com.clickhouse.jdbc.parser ru.yandex.clickhouse -
-
Uses of ClickHouseSqlStatement in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc that return ClickHouseSqlStatement Modifier and Type Method Description ClickHouseSqlStatementJdbcParseHandler. handleStatement(String sql, StatementType stmtType, String cluster, String database, String table, String input, String format, String outfile, List<Integer> parameters, Map<String,Integer> positions, Map<String,String> settings, Set<String> tempTables)ClickHouseSqlStatement[]ClickHouseConnection. parse(String sql, ClickHouseConfig config)Parses the given sql. -
Uses of ClickHouseSqlStatement in com.clickhouse.jdbc.internal
Fields in com.clickhouse.jdbc.internal declared as ClickHouseSqlStatement Modifier and Type Field Description protected ClickHouseSqlStatement[]ClickHouseStatementImpl. parsedStmtsFields in com.clickhouse.jdbc.internal with type parameters of type ClickHouseSqlStatement Modifier and Type Field Description protected List<ClickHouseSqlStatement>ClickHouseStatementImpl. batchStmtsMethods in com.clickhouse.jdbc.internal that return ClickHouseSqlStatement Modifier and Type Method Description protected ClickHouseSqlStatementClickHouseStatementImpl. getLastStatement()ClickHouseSqlStatement[]ClickHouseConnectionImpl. parse(String sql, ClickHouseConfig config)protected ClickHouseSqlStatementClickHouseStatementImpl. parseSqlStatements(String sql)Methods in com.clickhouse.jdbc.internal with parameters of type ClickHouseSqlStatement Modifier and Type Method Description protected ClickHouseResponseClickHouseStatementImpl. executeStatement(ClickHouseSqlStatement stmt, Map<ClickHouseOption,Serializable> options, List<ClickHouseExternalTable> tables, Map<String,String> settings)protected voidClickHouseStatementImpl. setLastStatement(ClickHouseSqlStatement stmt)protected ResultSetClickHouseStatementImpl. updateResult(ClickHouseSqlStatement stmt, ClickHouseResponse response)Constructors in com.clickhouse.jdbc.internal with parameters of type ClickHouseSqlStatement Constructor Description SqlBasedPreparedStatement(ClickHouseConnectionImpl connection, ClickHouseRequest<?> request, ClickHouseSqlStatement parsedStmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability)TableBasedPreparedStatement(ClickHouseConnectionImpl connection, ClickHouseRequest<?> request, ClickHouseSqlStatement parsedStmt, int resultSetType, int resultSetConcurrency, int resultSetHoldability) -
Uses of ClickHouseSqlStatement in com.clickhouse.jdbc.parser
Methods in com.clickhouse.jdbc.parser that return ClickHouseSqlStatement Modifier and Type Method Description ClickHouseSqlStatementParseHandler. handleStatement(String sql, StatementType stmtType, String cluster, String database, String table, String input, String format, String outfile, List<Integer> parameters, Map<String,Integer> positions, Map<String,String> settings, Set<String> tempTables)Hanlde statemenet.static ClickHouseSqlStatement[]ClickHouseSqlParser. parse(String sql, ClickHouseConfig config)static ClickHouseSqlStatement[]ClickHouseSqlParser. parse(String sql, ClickHouseConfig config, ParseHandler handler)ClickHouseSqlStatement[]ClickHouseSqlParser. sql() -
Uses of ClickHouseSqlStatement in ru.yandex.clickhouse
Fields in ru.yandex.clickhouse declared as ClickHouseSqlStatement Modifier and Type Field Description protected ClickHouseSqlStatement[]ClickHouseStatementImpl. parsedStmtsFields in ru.yandex.clickhouse with type parameters of type ClickHouseSqlStatement Modifier and Type Field Description protected List<ClickHouseSqlStatement>ClickHouseStatementImpl. batchStmtsMethods in ru.yandex.clickhouse that return ClickHouseSqlStatement Modifier and Type Method Description protected ClickHouseSqlStatementClickHouseStatementImpl. applyFormat(ClickHouseSqlStatement stmt, ClickHouseFormat preferredFormat)protected ClickHouseSqlStatementClickHouseStatementImpl. getLastStatement()protected ClickHouseSqlStatement[]ClickHouseStatementImpl. parseSqlStatements(String sql)protected ClickHouseSqlStatementClickHouseStatementImpl. parseSqlStatements(String sql, ClickHouseFormat preferredFormat, Map<ClickHouseQueryParam,String> additionalDBParams)Methods in ru.yandex.clickhouse with parameters of type ClickHouseSqlStatement Modifier and Type Method Description protected ClickHouseSqlStatementClickHouseStatementImpl. applyFormat(ClickHouseSqlStatement stmt, ClickHouseFormat preferredFormat)protected ClickHouseResponseClickHouseStatementImpl. executeQueryClickhouseResponse(ClickHouseSqlStatement stmt, Map<ClickHouseQueryParam,String> additionalDBParams, Map<String,String> additionalRequestParams)protected ResultSetClickHouseStatementImpl. executeQueryStatement(ClickHouseSqlStatement stmt, Map<ClickHouseQueryParam,String> additionalDBParams, List<ClickHouseExternalData> externalData, Map<String,String> additionalRequestParams)protected intClickHouseStatementImpl. executeStatement(ClickHouseSqlStatement stmt, Map<ClickHouseQueryParam,String> additionalDBParams, List<ClickHouseExternalData> externalData, Map<String,String> additionalRequestParams)protected voidClickHouseStatementImpl. setLastStatement(ClickHouseSqlStatement stmt)protected ResultSetClickHouseStatementImpl. updateResult(ClickHouseSqlStatement stmt, InputStream is)
-