Package ru.yandex.clickhouse
Class ClickHousePreparedStatementParameter
- java.lang.Object
-
- ru.yandex.clickhouse.ClickHousePreparedStatementParameter
-
public final class ClickHousePreparedStatementParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description ClickHousePreparedStatementParameter(String stringValue, boolean quoteNeeded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClickHousePreparedStatementParameterboolParameter(boolean value)static ClickHousePreparedStatementParameterfromObject(Object x, TimeZone dateTimeZone, TimeZone dateTimeTimeZone)static ClickHousePreparedStatementParameternullParameter()StringtoString()
-
-
-
Constructor Detail
-
ClickHousePreparedStatementParameter
public ClickHousePreparedStatementParameter(String stringValue, boolean quoteNeeded)
-
-
Method Detail
-
fromObject
public static ClickHousePreparedStatementParameter fromObject(Object x, TimeZone dateTimeZone, TimeZone dateTimeTimeZone)
-
nullParameter
public static ClickHousePreparedStatementParameter nullParameter()
-
boolParameter
public static ClickHousePreparedStatementParameter boolParameter(boolean value)
-
-