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 TypeMethodDescriptionstatic 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.Methods in com.clickhouse.jdbc with parameters of type StatementImpl.StatementTypeModifier and TypeMethodDescriptionbooleanStatementImpl.executeImpl(String sql, StatementImpl.StatementType type, QuerySettings settings) protected intStatementImpl.executeUpdateImpl(String sql, StatementImpl.StatementType type, QuerySettings settings)