Uses of Enum
com.clickhouse.jdbc.StatementImpl.StatementType
Packages that use StatementImpl.StatementType
-
Uses of StatementImpl.StatementType in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc that return StatementImpl.StatementTypeModifier and TypeMethodDescriptionprotected static StatementImpl.StatementTypeStatementImpl.parseStatementType(String sql) static StatementImpl.StatementTypeReturns the enum constant of this type with the specified name.static StatementImpl.StatementType[]StatementImpl.StatementType.values()Returns an array containing the constants of this enum type, in the order they are declared.