Uses of Class
com.clickhouse.jdbc.parser.StatementType
-
Packages that use StatementType Package Description com.clickhouse.jdbc com.clickhouse.jdbc.parser -
-
Uses of StatementType in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc with parameters of type StatementType 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) -
Uses of StatementType in com.clickhouse.jdbc.parser
Methods in com.clickhouse.jdbc.parser that return StatementType Modifier and Type Method Description StatementTypeClickHouseSqlStatement. getStatementType()static StatementTypeStatementType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementType[]StatementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.clickhouse.jdbc.parser with parameters of type StatementType 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.Constructors in com.clickhouse.jdbc.parser with parameters of type StatementType Constructor Description ClickHouseSqlStatement(String sql, StatementType stmtType)ClickHouseSqlStatement(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)
-