Uses of Enum
com.clickhouse.jdbc.parser.StatementType
Packages that use StatementType
-
Uses of StatementType in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc with parameters of type StatementTypeModifier 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. -
Uses of StatementType in com.clickhouse.jdbc.parser
Methods in com.clickhouse.jdbc.parser that return StatementTypeModifier and TypeMethodDescriptionClickHouseSqlStatement.getStatementType()Deprecated.static StatementTypeDeprecated.Returns the enum constant of this type with the specified name.static StatementType[]StatementType.values()Deprecated.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 StatementTypeModifier 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.Constructors in com.clickhouse.jdbc.parser with parameters of type StatementTypeModifierConstructorDescriptionClickHouseSqlStatement(String sql, StatementType stmtType) Deprecated.ClickHouseSqlStatement(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.