Package com.clickhouse.jdbc.parser
Class ClickHouseSqlStatement
java.lang.Object
com.clickhouse.jdbc.parser.ClickHouseSqlStatement
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ClickHouseSqlStatement(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. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKeyword(String keyword) Deprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.getContentBetweenKeywords(String startKeyword, String endKeyword) Deprecated.getContentBetweenKeywords(String startKeyword, String endKeyword, int startOffset) Deprecated.Deprecated.getDatabaseOrDefault(String database) Deprecated.intgetEndPosition(String keyword) Deprecated.getFile()Deprecated.Deprecated.getInput()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getSQL()Deprecated.intgetStartPosition(String keyword) Deprecated.Deprecated.getTable()Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanhasFile()Deprecated.booleanDeprecated.inthashCode()Deprecated.booleanhasInput()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanisDDL()Deprecated.booleanisDML()Deprecated.booleanDeprecated.booleanDeprecated.booleanisQuery()Deprecated.booleanDeprecated.booleanisTCL()Deprecated.toString()Deprecated.
-
Field Details
-
DEFAULT_DATABASE
Deprecated.- See Also:
-
DEFAULT_TABLE
Deprecated.- See Also:
-
KEYWORD_DATABASE
Deprecated.- See Also:
-
KEYWORD_EXISTS
Deprecated.- See Also:
-
KEYWORD_FORMAT
Deprecated.- See Also:
-
KEYWORD_REPLACE
Deprecated.- See Also:
-
KEYWORD_TOTALS
Deprecated.- See Also:
-
KEYWORD_VALUES
Deprecated.- See Also:
-
KEYWORD_TABLE_COLUMNS_START
Deprecated.- See Also:
-
KEYWORD_TABLE_COLUMNS_END
Deprecated.- See Also:
-
KEYWORD_VALUES_START
Deprecated.- See Also:
-
KEYWORD_VALUES_END
Deprecated.- See Also:
-
-
Constructor Details
-
ClickHouseSqlStatement
Deprecated. -
ClickHouseSqlStatement
Deprecated. -
ClickHouseSqlStatement
public 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.
-
-
Method Details
-
getSQL
Deprecated. -
isRecognized
public boolean isRecognized()Deprecated. -
isDDL
public boolean isDDL()Deprecated. -
isDML
public boolean isDML()Deprecated. -
isQuery
public boolean isQuery()Deprecated. -
isMutation
public boolean isMutation()Deprecated. -
isTCL
public boolean isTCL()Deprecated. -
isIdemponent
public boolean isIdemponent()Deprecated. -
getLanguageType
Deprecated. -
getOperationType
Deprecated. -
getStatementType
Deprecated. -
getCluster
Deprecated. -
getDatabase
Deprecated. -
getDatabaseOrDefault
Deprecated. -
getTable
Deprecated. -
getInput
Deprecated. -
getCompressAlgorithm
Deprecated. -
getCompressLevel
Deprecated. -
getFormat
Deprecated. -
getFile
Deprecated. -
getContentBetweenKeywords
Deprecated. -
getContentBetweenKeywords
Deprecated. -
containsKeyword
Deprecated. -
hasCompressAlgorithm
public boolean hasCompressAlgorithm()Deprecated. -
hasCompressLevel
public boolean hasCompressLevel()Deprecated. -
hasFormat
public boolean hasFormat()Deprecated. -
hasInput
public boolean hasInput()Deprecated. -
hasFile
public boolean hasFile()Deprecated. -
hasSettings
public boolean hasSettings()Deprecated. -
hasWithTotals
public boolean hasWithTotals()Deprecated. -
hasValues
public boolean hasValues()Deprecated. -
hasTempTable
public boolean hasTempTable()Deprecated. -
getParameters
Deprecated. -
getStartPosition
Deprecated. -
getEndPosition
Deprecated. -
getPositions
Deprecated. -
getSettings
Deprecated. -
getTempTables
Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-