Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

abort(Executor) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
abort(Executor) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
absolute(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
AbstractColumn - Class in com.github.housepower.data
 
AbstractColumn(String, IDataType<?, ?>, Object[]) - Constructor for class com.github.housepower.data.AbstractColumn
 
AbstractPreparedStatement - Class in com.github.housepower.jdbc.statement
 
AbstractPreparedStatement(ClickHouseConnection, NativeContext, String[]) - Constructor for class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
accept(T, U) - Method in interface com.github.housepower.misc.ExceptionUtil.CheckedBiConsumer
 
acceptsURL(String) - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
add(Object) - Method in class com.github.housepower.misc.Slice
 
add_http_cors_header - Static variable in class com.github.housepower.settings.SettingKey
 
addBatch() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
addBatch() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
addBatch(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
address() - Method in class com.github.housepower.client.NativeClient
 
addRow(Object...) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
addRow(List<?>) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
addRow(Object...) - Method in class com.github.housepower.stream.QueryResultBuilder
 
addRow(List<?>) - Method in class com.github.housepower.stream.QueryResultBuilder
 
afterLast() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
aggregation_memory_efficient_merge_threads - Static variable in class com.github.housepower.settings.SettingKey
 
allow_distributed_ddl - Static variable in class com.github.housepower.settings.SettingKey
 
allow_experimental_bigint_types - Static variable in class com.github.housepower.settings.SettingKey
 
allow_experimental_map_type - Static variable in class com.github.housepower.settings.SettingKey
 
allProceduresAreCallable() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
allProceduresAreCallable() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
allTablesAreSelectable() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
allTablesAreSelectable() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
appendRow() - Method in class com.github.housepower.data.Block
 
appliedLimit() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
apply(T, U) - Method in interface com.github.housepower.misc.ExceptionUtil.CheckedBiFunction
 
apply(T) - Method in interface com.github.housepower.misc.ExceptionUtil.CheckedFunction
 
arrayFormat(String, Object[]) - Static method in class com.github.housepower.log.MessageFormatter
 
arrayFormat(String, Object[], Throwable) - Static method in class com.github.housepower.log.MessageFormatter
 
assembleQueryPartsAndParameters() - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
autoCommitFailureClosesAllResultSets() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
autoCommitFailureClosesAllResultSets() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 

B

background_pool_size - Static variable in class com.github.housepower.settings.SettingKey
 
background_schedule_pool_size - Static variable in class com.github.housepower.settings.SettingKey
 
BalancedClickhouseDataSource - Class in com.github.housepower.jdbc
Database for clickhouse jdbc connections.
BalancedClickhouseDataSource(String) - Constructor for class com.github.housepower.jdbc.BalancedClickhouseDataSource
create Datasource for clickhouse JDBC connections
BalancedClickhouseDataSource(String, Properties) - Constructor for class com.github.housepower.jdbc.BalancedClickhouseDataSource
create Datasource for clickhouse JDBC connections
BalancedClickhouseDataSource(String, Map<SettingKey, Serializable>) - Constructor for class com.github.housepower.jdbc.BalancedClickhouseDataSource
create Datasource for clickhouse JDBC connections
bareWord() - Method in class com.github.housepower.misc.SQLLexer
 
BaseDataTypeInt<CK,JDBC> - Interface in com.github.housepower.data.type
 
BaseDataTypeInt16<CK,JDBC> - Interface in com.github.housepower.data.type
 
BaseDataTypeInt32<CK,JDBC> - Interface in com.github.housepower.data.type
 
BaseDataTypeInt64<CK,JDBC> - Interface in com.github.housepower.data.type
 
BaseDataTypeInt8<CK,JDBC> - Interface in com.github.housepower.data.type
 
beforeFirst() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
BinaryDeserializer - Class in com.github.housepower.serde
 
BinaryDeserializer(BuffedReader, boolean) - Constructor for class com.github.housepower.serde.BinaryDeserializer
 
BinarySerializer - Class in com.github.housepower.serde
 
BinarySerializer(BuffedWriter, boolean) - Constructor for class com.github.housepower.serde.BinarySerializer
 
Block - Class in com.github.housepower.data
 
Block() - Constructor for class com.github.housepower.data.Block
 
Block(int, IColumn[]) - Constructor for class com.github.housepower.data.Block
 
Block(int, IColumn[], BlockSettings) - Constructor for class com.github.housepower.data.Block
 
block - Variable in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
block() - Method in class com.github.housepower.protocol.DataResponse
 
block() - Method in class com.github.housepower.protocol.ExtremesResponse
 
block() - Method in class com.github.housepower.protocol.TotalsResponse
 
blocks() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
BlockSettings - Class in com.github.housepower.data
 
BlockSettings(BlockSettings.Setting[]) - Constructor for class com.github.housepower.data.BlockSettings
 
BlockSettings.Setting - Class in com.github.housepower.data
 
Bool - Static variable in interface com.github.housepower.serde.SettingType
 
BUCKET_NUM - Static variable in class com.github.housepower.data.BlockSettings.Setting
 
BuffedReader - Interface in com.github.housepower.buffer
 
BuffedWriter - Interface in com.github.housepower.buffer
 
buffer - Variable in class com.github.housepower.data.AbstractColumn
 
build() - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
build() - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
build() - Method in class com.github.housepower.settings.SettingKey.Builder
 
build() - Method in class com.github.housepower.stream.QueryResultBuilder
 
builder(int, NativeContext.ServerContext) - Static method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
builder() - Static method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
builder(ClickHouseConfig) - Static method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
builder() - Static method in class com.github.housepower.settings.SettingKey
 
Builder() - Constructor for class com.github.housepower.settings.SettingKey.Builder
 
builder(int, NativeContext.ServerContext) - Static method in class com.github.housepower.stream.QueryResultBuilder
 
ByteArrayWriter - Class in com.github.housepower.buffer
 
ByteArrayWriter(int) - Constructor for class com.github.housepower.buffer.ByteArrayWriter
 
bytes() - Method in class com.github.housepower.misc.BytesCharSeq
 
bytes() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
BytesCharSeq - Class in com.github.housepower.misc
 
BytesCharSeq(byte[]) - Constructor for class com.github.housepower.misc.BytesCharSeq
 
BytesHelper - Interface in com.github.housepower.misc
 

C

cacheSize() - Method in class com.github.housepower.misc.LRUCache
 
calculatedRowsBeforeLimit() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
cancel() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
cancel() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
cancelRowUpdates() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
cfg() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
cfg(ClickHouseConfig) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
Char - Static variable in interface com.github.housepower.serde.SettingType
 
character() - Method in class com.github.housepower.misc.SQLLexer
 
charAt(int) - Method in class com.github.housepower.misc.BytesCharSeq
 
charAt(int) - Method in class com.github.housepower.misc.StringView
 
charset(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
charset(Charset) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
charset() - Method in class com.github.housepower.settings.ClickHouseConfig
 
charset - Static variable in class com.github.housepower.settings.SettingKey
 
CheckedIterator<T,E extends Throwable> - Interface in com.github.housepower.misc
Copyright (C) 2018 SpectX Created by Lauri Nõmme 12.12.2018 16:11
CheckedSupplier<R,E extends Throwable> - Interface in com.github.housepower.misc
Copyright (C) 2018 SpectX Created by Lauri Nõmme 12.12.2018 16:04
checkEquals(String) - Method in class com.github.housepower.misc.StringView
 
checkEqualsIgnoreCase(String) - Method in class com.github.housepower.misc.StringView
 
CHECKSUM_LENGTH - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
chooseTimeZone(NativeContext.ServerContext) - Static method in class com.github.housepower.misc.DateTimeUtil
 
cityHash128(byte[], int, int) - Static method in class com.github.housepower.misc.ClickHouseCityHash
 
cleanup() - Method in class com.github.housepower.data.Block
 
clear() - Method in class com.github.housepower.data.AbstractColumn
 
clear() - Method in class com.github.housepower.data.ColumnArray
 
clear() - Method in class com.github.housepower.data.ColumnMap
 
clear() - Method in class com.github.housepower.data.ColumnTuple
 
clear() - Method in interface com.github.housepower.data.IColumn
 
clear() - Method in class com.github.housepower.misc.LRUCache
 
clearAllBuffers() - Method in class com.github.housepower.data.ColumnWriterBufferFactory
Clear all buffers to free the buffered memory This method is exported to be called by users manually
clearBatch() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
clearBatch() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
clearParameters() - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
clearParameters() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
clearSettings() - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
clearWarnings() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
clearWarnings() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
clearWarnings() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
clearWarnings() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
clearWarnings() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
CLICKHOUSE_PREFIX - Static variable in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
ClickHouseArray - Class in com.github.housepower.jdbc
 
ClickHouseArray(IDataType<?, ?>, Object[]) - Constructor for class com.github.housepower.jdbc.ClickHouseArray
 
ClickHouseCityHash - Class in com.github.housepower.misc
 
ClickHouseCityHash() - Constructor for class com.github.housepower.misc.ClickHouseCityHash
 
ClickHouseClientException - Exception in com.github.housepower.exception
 
ClickHouseClientException(String) - Constructor for exception com.github.housepower.exception.ClickHouseClientException
 
ClickHouseClientException(String, Throwable) - Constructor for exception com.github.housepower.exception.ClickHouseClientException
 
ClickHouseClientException(Throwable) - Constructor for exception com.github.housepower.exception.ClickHouseClientException
 
ClickHouseConfig - Class in com.github.housepower.settings
 
ClickHouseConfig.Builder - Class in com.github.housepower.settings
 
ClickHouseConnection - Class in com.github.housepower.jdbc
 
ClickHouseConnection(ClickHouseConfig, NativeContext) - Constructor for class com.github.housepower.jdbc.ClickHouseConnection
 
ClickHouseDatabaseMetadata - Class in com.github.housepower.jdbc
 
ClickHouseDatabaseMetadata(String, ClickHouseConnection) - Constructor for class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
ClickHouseDefines - Class in com.github.housepower.settings
 
ClickHouseDefines() - Constructor for class com.github.housepower.settings.ClickHouseDefines
 
ClickHouseDriver - Class in com.github.housepower.jdbc
 
ClickHouseDriver() - Constructor for class com.github.housepower.jdbc.ClickHouseDriver
 
ClickHouseErrCode - Enum in com.github.housepower.settings
 
ClickHouseException - Exception in com.github.housepower.exception
Use ClickHouseException internal, wrapped with SQLException only on JDBC interfaces.
ClickHouseException(int, String) - Constructor for exception com.github.housepower.exception.ClickHouseException
 
ClickHouseException(int, String, Throwable) - Constructor for exception com.github.housepower.exception.ClickHouseException
 
ClickHouseException(int, Throwable) - Constructor for exception com.github.housepower.exception.ClickHouseException
 
ClickhouseJdbcUrlParser - Class in com.github.housepower.jdbc
 
ClickhouseJdbcUrlParser() - Constructor for class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
ClickHousePreparedInsertStatement - Class in com.github.housepower.jdbc.statement
 
ClickHousePreparedInsertStatement(int, String, ClickHouseConnection, NativeContext) - Constructor for class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
ClickHousePreparedQueryStatement - Class in com.github.housepower.jdbc.statement
 
ClickHousePreparedQueryStatement(ClickHouseConnection, NativeContext, String) - Constructor for class com.github.housepower.jdbc.statement.ClickHousePreparedQueryStatement
 
ClickHouseQueryResult - Class in com.github.housepower.stream
 
ClickHouseQueryResult(CheckedSupplier<Response, SQLException>) - Constructor for class com.github.housepower.stream.ClickHouseQueryResult
 
ClickHouseResultSet - Class in com.github.housepower.jdbc
 
ClickHouseResultSet(ClickHouseStatement, ClickHouseConfig, String, String, Block, CheckedIterator<DataResponse, SQLException>) - Constructor for class com.github.housepower.jdbc.ClickHouseResultSet
 
ClickHouseResultSetBuilder - Class in com.github.housepower.jdbc
 
ClickHouseResultSetMetaData - Class in com.github.housepower.jdbc
 
ClickHouseResultSetMetaData(Block, String, String) - Constructor for class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
ClickHouseSQLException - Exception in com.github.housepower.exception
 
ClickHouseSQLException(int, String) - Constructor for exception com.github.housepower.exception.ClickHouseSQLException
 
ClickHouseSQLException(int, String, Throwable) - Constructor for exception com.github.housepower.exception.ClickHouseSQLException
 
ClickHouseStatement - Class in com.github.housepower.jdbc.statement
 
ClickHouseStatement(ClickHouseConnection, NativeContext) - Constructor for class com.github.housepower.jdbc.statement.ClickHouseStatement
 
ClickHouseStruct - Class in com.github.housepower.jdbc
 
ClickHouseStruct(String, Object[]) - Constructor for class com.github.housepower.jdbc.ClickHouseStruct
 
client_name - Static variable in class com.github.housepower.settings.SettingKey
 
CLIENT_REVISION - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
ClientContext(String, String, String) - Constructor for class com.github.housepower.client.NativeContext.ClientContext
 
clientContext() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
clientCtx() - Method in class com.github.housepower.client.NativeContext
 
clientName(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
clientName() - Method in class com.github.housepower.settings.ClickHouseConfig
 
close() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
close() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
close() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
close() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
close() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
close() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
close() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
closeOnCompletion() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
code() - Method in enum com.github.housepower.settings.ClickHouseErrCode
 
CollectionUtil - Class in com.github.housepower.misc
 
CollectionUtil() - Constructor for class com.github.housepower.misc.CollectionUtil
 
Column - Class in com.github.housepower.data
 
Column(String, IDataType<?, ?>, Object[]) - Constructor for class com.github.housepower.data.Column
 
column - Variable in class com.github.housepower.data.ColumnWriterBuffer
 
COLUMN_BUFFER_BYTES - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
ColumnArray - Class in com.github.housepower.data
 
ColumnArray(String, DataTypeArray, Object[]) - Constructor for class com.github.housepower.data.ColumnArray
 
columnCnt() - Method in class com.github.housepower.data.Block
 
ColumnFactory - Class in com.github.housepower.data
 
ColumnFactory() - Constructor for class com.github.housepower.data.ColumnFactory
 
ColumnMap - Class in com.github.housepower.data
 
ColumnMap(String, DataTypeMap, Object[]) - Constructor for class com.github.housepower.data.ColumnMap
 
columnNames(String...) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
columnNames(List<String>) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
columnNames(String...) - Method in class com.github.housepower.stream.QueryResultBuilder
 
columnNames(List<String>) - Method in class com.github.housepower.stream.QueryResultBuilder
 
ColumnNullable - Class in com.github.housepower.data
 
ColumnNullable(String, DataTypeNullable, Object[]) - Constructor for class com.github.housepower.data.ColumnNullable
 
ColumnTuple - Class in com.github.housepower.data
 
ColumnTuple(String, DataTypeTuple, Object[]) - Constructor for class com.github.housepower.data.ColumnTuple
 
columnTypes(String...) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
columnTypes(List<String>) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
columnTypes(String...) - Method in class com.github.housepower.stream.QueryResultBuilder
 
columnTypes(List<String>) - Method in class com.github.housepower.stream.QueryResultBuilder
 
ColumnWriterBuffer - Class in com.github.housepower.data
 
ColumnWriterBuffer() - Constructor for class com.github.housepower.data.ColumnWriterBuffer
 
ColumnWriterBufferFactory - Class in com.github.housepower.data
Factory of column writer that can recycle ColumnWriterBuffer.
com.github.housepower.annotation - package com.github.housepower.annotation
 
com.github.housepower.buffer - package com.github.housepower.buffer
 
com.github.housepower.client - package com.github.housepower.client
 
com.github.housepower.data - package com.github.housepower.data
 
com.github.housepower.data.type - package com.github.housepower.data.type
 
com.github.housepower.data.type.complex - package com.github.housepower.data.type.complex
 
com.github.housepower.exception - package com.github.housepower.exception
 
com.github.housepower.jdbc - package com.github.housepower.jdbc
 
com.github.housepower.jdbc.statement - package com.github.housepower.jdbc.statement
 
com.github.housepower.jdbc.wrapper - package com.github.housepower.jdbc.wrapper
 
com.github.housepower.log - package com.github.housepower.log
 
com.github.housepower.misc - package com.github.housepower.misc
 
com.github.housepower.protocol - package com.github.housepower.protocol
 
com.github.housepower.serde - package com.github.housepower.serde
 
com.github.housepower.settings - package com.github.housepower.settings
 
com.github.housepower.stream - package com.github.housepower.stream
 
commit() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
commit() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
compile - Static variable in class com.github.housepower.settings.SettingKey
 
compile_expressions - Static variable in class com.github.housepower.settings.SettingKey
 
CompressedBuffedReader - Class in com.github.housepower.buffer
 
CompressedBuffedReader(BuffedReader) - Constructor for class com.github.housepower.buffer.CompressedBuffedReader
 
CompressedBuffedWriter - Class in com.github.housepower.buffer
 
CompressedBuffedWriter(int, BuffedWriter) - Constructor for class com.github.housepower.buffer.CompressedBuffedWriter
 
COMPRESSION_HEADER_LENGTH - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
concat(List<T>, List<T>) - Static method in class com.github.housepower.misc.CollectionUtil
 
concat(List<T>, T...) - Static method in class com.github.housepower.misc.CollectionUtil
 
connect(ClickHouseConfig) - Static method in class com.github.housepower.client.NativeClient
 
connect(String, Properties) - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
connect_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
connect_timeout_with_failover_ms - Static variable in class com.github.housepower.settings.SettingKey
 
connection - Variable in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
connections_with_failover_max_tries - Static variable in class com.github.housepower.settings.SettingKey
 
connectTimeout(Duration) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
connectTimeout() - Method in class com.github.housepower.settings.ClickHouseConfig
 
convertTimeZone(LocalDateTime, ZoneId, ZoneId) - Static method in class com.github.housepower.misc.DateTimeUtil
 
count_distinct_implementation - Static variable in class com.github.housepower.settings.SettingKey
 
createArrayOf(String, Object[]) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
createArrayOf(String, Object[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createBlob() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createClickHouseConnection(ClickHouseConfig) - Static method in class com.github.housepower.jdbc.ClickHouseConnection
 
createClob() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createColumn(String, IDataType<?, ?>, Object[]) - Static method in class com.github.housepower.data.ColumnFactory
 
createDataType(SQLLexer, NativeContext.ServerContext) - Method in interface com.github.housepower.data.type.complex.DataTypeCreator
 
createNClob() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createSQLXML() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createStatement() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
createStatement() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createStatement(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createStatement(int, int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
createStruct(String, Object[]) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
createStruct(String, Object[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeArray
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeDecimal
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeEnum16
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeEnum8
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeFixedString
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeMap
 
CREATOR - Static variable in class com.github.housepower.data.type.complex.DataTypeNothing
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeNullable
 
CREATOR - Static variable in class com.github.housepower.data.type.complex.DataTypeString
 
creator - Static variable in class com.github.housepower.data.type.complex.DataTypeTuple
 
currentAdaptor() - Static method in class com.github.housepower.log.LoggerFactory
 

D

data() - Method in class com.github.housepower.misc.StringView
 
data() - Method in class com.github.housepower.stream.ClickHouseQueryResult
 
data() - Method in interface com.github.housepower.stream.QueryResult
 
DATA_TYPE_CACHE_SIZE - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
database(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
database() - Method in class com.github.housepower.settings.ClickHouseConfig
 
database - Static variable in class com.github.housepower.settings.SettingKey
 
dataDefinitionCausesTransactionCommit() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
dataDefinitionCausesTransactionCommit() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
dataDefinitionIgnoredInTransactions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
dataDefinitionIgnoredInTransactions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
DataRequest - Class in com.github.housepower.protocol
 
DataRequest(String) - Constructor for class com.github.housepower.protocol.DataRequest
 
DataRequest(String, Block) - Constructor for class com.github.housepower.protocol.DataRequest
 
DataResponse - Class in com.github.housepower.protocol
 
DataResponse(String, Block) - Constructor for class com.github.housepower.protocol.DataResponse
 
DataTypeArray - Class in com.github.housepower.data.type.complex
 
DataTypeArray(String, IDataType<?, ?>, DataTypeInt64) - Constructor for class com.github.housepower.data.type.complex.DataTypeArray
 
DataTypeCreator<CK,JDBC> - Interface in com.github.housepower.data.type.complex
 
DataTypeDate - Class in com.github.housepower.data.type
 
DataTypeDate() - Constructor for class com.github.housepower.data.type.DataTypeDate
 
DataTypeDate32 - Class in com.github.housepower.data.type
 
DataTypeDate32() - Constructor for class com.github.housepower.data.type.DataTypeDate32
 
DataTypeDateTime - Class in com.github.housepower.data.type.complex
 
DataTypeDateTime(String, NativeContext.ServerContext) - Constructor for class com.github.housepower.data.type.complex.DataTypeDateTime
 
DataTypeDateTime64 - Class in com.github.housepower.data.type.complex
 
DataTypeDateTime64(String, int, NativeContext.ServerContext) - Constructor for class com.github.housepower.data.type.complex.DataTypeDateTime64
 
DataTypeDecimal - Class in com.github.housepower.data.type.complex
 
DataTypeDecimal(String, int, int) - Constructor for class com.github.housepower.data.type.complex.DataTypeDecimal
 
DataTypeEnum16 - Class in com.github.housepower.data.type.complex
 
DataTypeEnum16(String, String[], Short[]) - Constructor for class com.github.housepower.data.type.complex.DataTypeEnum16
 
DataTypeEnum8 - Class in com.github.housepower.data.type.complex
 
DataTypeEnum8(String, String[], Byte[]) - Constructor for class com.github.housepower.data.type.complex.DataTypeEnum8
 
DataTypeFactory - Class in com.github.housepower.data
 
DataTypeFactory() - Constructor for class com.github.housepower.data.DataTypeFactory
 
DataTypeFixedString - Class in com.github.housepower.data.type.complex
 
DataTypeFixedString(String, int, NativeContext.ServerContext) - Constructor for class com.github.housepower.data.type.complex.DataTypeFixedString
 
DataTypeFloat32 - Class in com.github.housepower.data.type
 
DataTypeFloat32() - Constructor for class com.github.housepower.data.type.DataTypeFloat32
 
DataTypeFloat64 - Class in com.github.housepower.data.type
 
DataTypeFloat64() - Constructor for class com.github.housepower.data.type.DataTypeFloat64
 
DataTypeInt16 - Class in com.github.housepower.data.type
 
DataTypeInt16() - Constructor for class com.github.housepower.data.type.DataTypeInt16
 
DataTypeInt32 - Class in com.github.housepower.data.type
 
DataTypeInt32() - Constructor for class com.github.housepower.data.type.DataTypeInt32
 
DataTypeInt64 - Class in com.github.housepower.data.type
 
DataTypeInt64() - Constructor for class com.github.housepower.data.type.DataTypeInt64
 
DataTypeInt8 - Class in com.github.housepower.data.type
 
DataTypeInt8() - Constructor for class com.github.housepower.data.type.DataTypeInt8
 
DataTypeIPv4 - Class in com.github.housepower.data.type
 
DataTypeIPv4() - Constructor for class com.github.housepower.data.type.DataTypeIPv4
 
DataTypeMap - Class in com.github.housepower.data.type.complex
 
DataTypeMap(String, IDataType<?, ?>[], DataTypeInt64) - Constructor for class com.github.housepower.data.type.complex.DataTypeMap
 
DataTypeNothing - Class in com.github.housepower.data.type.complex
 
DataTypeNothing(NativeContext.ServerContext) - Constructor for class com.github.housepower.data.type.complex.DataTypeNothing
 
DataTypeNullable - Class in com.github.housepower.data.type.complex
 
DataTypeNullable(String, IDataType, IDataType) - Constructor for class com.github.housepower.data.type.complex.DataTypeNullable
 
DataTypeString - Class in com.github.housepower.data.type.complex
 
DataTypeString(Charset) - Constructor for class com.github.housepower.data.type.complex.DataTypeString
 
DataTypeTuple - Class in com.github.housepower.data.type.complex
 
DataTypeTuple(String, IDataType<?, ?>[]) - Constructor for class com.github.housepower.data.type.complex.DataTypeTuple
 
DataTypeUInt16 - Class in com.github.housepower.data.type
 
DataTypeUInt16() - Constructor for class com.github.housepower.data.type.DataTypeUInt16
 
DataTypeUInt32 - Class in com.github.housepower.data.type
 
DataTypeUInt32() - Constructor for class com.github.housepower.data.type.DataTypeUInt32
 
DataTypeUInt64 - Class in com.github.housepower.data.type
 
DataTypeUInt64() - Constructor for class com.github.housepower.data.type.DataTypeUInt64
 
DataTypeUInt8 - Class in com.github.housepower.data.type
 
DataTypeUInt8() - Constructor for class com.github.housepower.data.type.DataTypeUInt8
 
DataTypeUUID - Class in com.github.housepower.data.type
 
DataTypeUUID() - Constructor for class com.github.housepower.data.type.DataTypeUUID
 
DateTimeUtil - Class in com.github.housepower.misc
 
DateTimeUtil() - Constructor for class com.github.housepower.misc.DateTimeUtil
 
db(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
DB_PATH_PATTERN - Static variable in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
DBMS_MIN_REVISION_WITH_SERVER_DISPLAY_NAME - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
DBMS_MIN_REVISION_WITH_SERVER_TIMEZONE - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
debug(String, Object...) - Method in class com.github.housepower.log.JdkLogger
 
debug(String, Throwable) - Method in class com.github.housepower.log.JdkLogger
 
debug(String, Object...) - Method in interface com.github.housepower.log.Logger
 
debug(String, Throwable) - Method in interface com.github.housepower.log.Logger
 
debug(String, Object...) - Method in class com.github.housepower.log.Slf4jLogger
 
debug(String, Throwable) - Method in class com.github.housepower.log.Slf4jLogger
 
DEFAULT_CATALOG - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
DEFAULT_DATABASE - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
DEFAULT_SCALE - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
defaultValue() - Method in interface com.github.housepower.data.IDataType
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
defaultValue() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeDate
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeDate32
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeInt16
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeInt32
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeInt64
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeInt8
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeUInt16
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeUInt32
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeUInt64
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeUInt8
 
defaultValue() - Method in class com.github.housepower.data.type.DataTypeUUID
 
defaultValue() - Method in class com.github.housepower.settings.SettingKey
 
defaultValues() - Static method in class com.github.housepower.data.BlockSettings.Setting
 
definedSettingKeys() - Static method in class com.github.housepower.settings.SettingKey
 
deleteRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
deletesAreDetected(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
deletesAreDetected(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
description() - Method in class com.github.housepower.settings.SettingKey
 
deserializeBinary(BinaryDeserializer) - Method in interface com.github.housepower.data.IDataType
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeString
deserializeBinary will always returns String for getBytes(idx) method, we encode the String again
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeDate
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeDate32
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeFloat32
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeFloat64
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeInt16
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeInt32
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeInt64
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeInt8
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeIPv4
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeUInt16
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeUInt32
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeUInt64
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeUInt8
 
deserializeBinary(BinaryDeserializer) - Method in class com.github.housepower.data.type.DataTypeUUID
 
deserializeBinaryBulk(int, BinaryDeserializer) - Method in interface com.github.housepower.data.IDataType
 
deserializeBinaryBulk(int, BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
deserializeBinaryBulk(int, BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
deserializeBinaryBulk(int, BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
deserializeBinaryBulk(int, BinaryDeserializer) - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
deserializeText(SQLLexer) - Method in interface com.github.housepower.data.IDataType
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeString
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeDate
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeDate32
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeFloat32
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeFloat64
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeInt16
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeInt32
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeInt64
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeInt8
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeIPv4
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeUInt16
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeUInt32
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeUInt64
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeUInt8
 
deserializeText(SQLLexer) - Method in class com.github.housepower.data.type.DataTypeUUID
 
deserializeURL(String) - Method in interface com.github.housepower.serde.SettingType
 
disconnect() - Method in class com.github.housepower.client.NativeClient
 
displayName() - Method in class com.github.housepower.client.NativeContext.ServerContext
 
distributed_aggregation_memory_efficient - Static variable in class com.github.housepower.settings.SettingKey
 
distributed_connections_pool_size - Static variable in class com.github.housepower.settings.SettingKey
 
distributed_ddl_task_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
distributed_directory_monitor_batch_inserts - Static variable in class com.github.housepower.settings.SettingKey
 
distributed_directory_monitor_sleep_time_ms - Static variable in class com.github.housepower.settings.SettingKey
 
distributed_group_by_no_merge - Static variable in class com.github.housepower.settings.SettingKey
 
doesMaxRowSizeIncludeBlobs() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
doesMaxRowSizeIncludeBlobs() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 

E

Either<L,R> - Interface in com.github.housepower.misc
 
EMPTY - Static variable in class com.github.housepower.protocol.DataRequest
 
empty_result_for_aggregation_by_empty_set - Static variable in class com.github.housepower.settings.SettingKey
 
enable_conditional_computation - Static variable in class com.github.housepower.settings.SettingKey
 
enable_http_compression - Static variable in class com.github.housepower.settings.SettingKey
 
end() - Method in class com.github.housepower.misc.StringView
 
ensure(boolean) - Static method in class com.github.housepower.misc.Validate
 
ensure(boolean, String) - Static method in class com.github.housepower.misc.Validate
 
eof() - Method in class com.github.housepower.misc.SQLLexer
 
EOFStreamResponse - Class in com.github.housepower.protocol
 
EOFStreamResponse() - Constructor for class com.github.housepower.protocol.EOFStreamResponse
 
equals(Object) - Method in class com.github.housepower.misc.StringView
 
errCode - Variable in exception com.github.housepower.exception.ClickHouseException
 
errCode() - Method in exception com.github.housepower.exception.ClickHouseException
 
error(String, Object...) - Method in class com.github.housepower.log.JdkLogger
 
error(String, Throwable) - Method in class com.github.housepower.log.JdkLogger
 
error(String, Object...) - Method in interface com.github.housepower.log.Logger
 
error(String, Throwable) - Method in interface com.github.housepower.log.Logger
 
error(String, Object...) - Method in class com.github.housepower.log.Slf4jLogger
 
error(String, Throwable) - Method in class com.github.housepower.log.Slf4jLogger
 
ExceptionResponse - Class in com.github.housepower.protocol
 
ExceptionResponse() - Constructor for class com.github.housepower.protocol.ExceptionResponse
 
ExceptionUtil - Class in com.github.housepower.misc
 
ExceptionUtil() - Constructor for class com.github.housepower.misc.ExceptionUtil
 
ExceptionUtil.CheckedBiConsumer<T,U> - Interface in com.github.housepower.misc
 
ExceptionUtil.CheckedBiFunction<T,U,R> - Interface in com.github.housepower.misc
 
ExceptionUtil.CheckedFunction<T,R> - Interface in com.github.housepower.misc
 
ExceptionUtil.CheckedRunnable - Interface in com.github.housepower.misc
 
ExceptionUtil.CheckedSupplier<T> - Interface in com.github.housepower.misc
 
execute() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
execute() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedQueryStatement
 
execute(String) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
execute() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
execute(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
execute(String, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
execute(String, int[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
execute(String, String[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeBatch() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
executeBatch() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeLargeBatch() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeLargeUpdate() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
executeLargeUpdate(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeLargeUpdate(String, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeLargeUpdate(String, int[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeLargeUpdate(String, String[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeQuery() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
executeQuery() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedQueryStatement
 
executeQuery(String) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
executeQuery() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
executeQuery(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeUpdate() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
executeUpdate() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedQueryStatement
 
executeUpdate(String) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
executeUpdate() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
executeUpdate(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeUpdate(String, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeUpdate(String, int[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
executeUpdate(String, String[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
extractQueryParameters(String) - Static method in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
extremes - Static variable in class com.github.housepower.settings.SettingKey
 
ExtremesResponse - Class in com.github.housepower.protocol
 
ExtremesResponse(String, Block) - Constructor for class com.github.housepower.protocol.ExtremesResponse
 

F

fallback_to_stale_replicas_for_distributed_queries - Static variable in class com.github.housepower.settings.SettingKey
 
fill(T) - Method in interface com.github.housepower.stream.InputFormat
 
fill(Block) - Method in interface com.github.housepower.stream.NativeInputFormat
 
fill(Block) - Method in class com.github.housepower.stream.ValuesNativeInputFormat
 
fill(Block) - Method in class com.github.housepower.stream.ValuesWithParametersNativeInputFormat
 
filterIgnoreCase(List<String>, String) - Static method in class com.github.housepower.misc.CollectionUtil
 
filterKeyIgnoreCase(Properties, String) - Static method in class com.github.housepower.misc.CollectionUtil
 
filterKeyIgnoreCase(Map<String, V>, String) - Static method in class com.github.housepower.misc.CollectionUtil
 
findColumn(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
findColumn(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
first() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
first() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
flatMap(Function<R, Either<L, R1>>) - Method in interface com.github.housepower.misc.Either
 
flatMap(Function<R, Either<L, R1>>) - Method in class com.github.housepower.misc.Left
 
flatMap(Function<R, Either<L, R1>>) - Method in class com.github.housepower.misc.Right
 
Float32 - Static variable in interface com.github.housepower.serde.SettingType
 
flushOffsets(BinarySerializer) - Method in class com.github.housepower.data.ColumnArray
 
flushOffsets(BinarySerializer) - Method in class com.github.housepower.data.ColumnMap
 
flushToSerializer(BinarySerializer, boolean) - Method in class com.github.housepower.data.Column
 
flushToSerializer(BinarySerializer, boolean) - Method in class com.github.housepower.data.ColumnArray
 
flushToSerializer(BinarySerializer, boolean) - Method in class com.github.housepower.data.ColumnMap
 
flushToSerializer(BinarySerializer, boolean) - Method in class com.github.housepower.data.ColumnNullable
 
flushToSerializer(BinarySerializer, boolean) - Method in class com.github.housepower.data.ColumnTuple
 
flushToSerializer(BinarySerializer, boolean) - Method in interface com.github.housepower.data.IColumn
Flush to socket output stream
flushToTarget(boolean) - Method in interface com.github.housepower.buffer.BuffedWriter
 
flushToTarget(boolean) - Method in class com.github.housepower.buffer.ByteArrayWriter
 
flushToTarget(boolean) - Method in class com.github.housepower.buffer.CompressedBuffedWriter
 
flushToTarget(boolean) - Method in class com.github.housepower.buffer.SocketBuffedWriter
 
flushToTarget(boolean) - Method in class com.github.housepower.serde.BinarySerializer
 
force_index_by_date - Static variable in class com.github.housepower.settings.SettingKey
 
force_primary_key - Static variable in class com.github.housepower.settings.SettingKey
 
forEach(Consumer<? super Object>) - Method in class com.github.housepower.misc.Slice
 
forEachRemaining(Consumer<? super Object>) - Method in class com.github.housepower.misc.Slice.SliceIterator
 
format(String, Object) - Static method in class com.github.housepower.log.MessageFormatter
Performs single argument substitution for the 'messagePattern' passed as parameter.
format(String, Object, Object) - Static method in class com.github.housepower.log.MessageFormatter
Performs a two argument substitution for the 'messagePattern' passed as parameter.
format_csv_delimiter - Static variable in class com.github.housepower.settings.SettingKey
 
format_schema - Static variable in class com.github.housepower.settings.SettingKey
 
FormattingTuple - Class in com.github.housepower.log
Holds the results of formatting done by MessageFormatter.
FormattingTuple(String) - Constructor for class com.github.housepower.log.FormattingTuple
 
FormattingTuple(String, Object[], Throwable) - Constructor for class com.github.housepower.log.FormattingTuple
 
free() - Method in class com.github.housepower.jdbc.ClickHouseArray
 
free() - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
fromCode(int) - Static method in enum com.github.housepower.settings.ClickHouseErrCode
 
fsync_metadata - Static variable in class com.github.housepower.settings.SettingKey
 

G

generatedKeyAlwaysReturned() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
generatedKeyAlwaysReturned() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
get(String, NativeContext.ServerContext) - Static method in class com.github.housepower.data.DataTypeFactory
 
get(SQLLexer, NativeContext.ServerContext) - Static method in class com.github.housepower.data.DataTypeFactory
 
get() - Method in interface com.github.housepower.misc.CheckedSupplier
 
get() - Method in interface com.github.housepower.misc.ExceptionUtil.CheckedSupplier
 
get(K) - Method in class com.github.housepower.misc.LRUCache
 
get(int) - Method in class com.github.housepower.misc.Slice
 
get() - Method in class com.github.housepower.misc.Switcher
 
getAliases() - Method in interface com.github.housepower.data.IDataType
 
getAliases() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
getAliases() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
getAliases() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
getAliases() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeDate
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeDate32
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeInt16
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeInt32
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeInt64
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeInt8
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
getAliases() - Method in class com.github.housepower.data.type.DataTypeUInt64
 
getAllClickhouseUrls() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
 
getArgArray() - Method in class com.github.housepower.log.FormattingTuple
 
getArray() - Method in class com.github.housepower.jdbc.ClickHouseArray
 
getArray(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getArray(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getArray() - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getArray(Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getArray(long, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getArray(long, int, Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getArray(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getArray(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getAsciiStream(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getAsciiStream(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getAttributes(String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getAttributes() - Method in class com.github.housepower.jdbc.ClickHouseStruct
 
getAttributes(Map<String, Class<?>>) - Method in class com.github.housepower.jdbc.ClickHouseStruct
 
getAttributes(String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getAttributes() - Method in interface com.github.housepower.jdbc.wrapper.SQLStruct
 
getAttributes(Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLStruct
 
getAutoCommit() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getAutoCommit() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getBaseType() - Method in class com.github.housepower.jdbc.ClickHouseArray
 
getBaseType() - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getBaseTypeName() - Method in class com.github.housepower.jdbc.ClickHouseArray
 
getBaseTypeName() - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getBigDecimal(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getBigDecimal(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getBigDecimal(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBigDecimal(String, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBigDecimal(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBigDecimal(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBinaryStream(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBinaryStream(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBlob(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBlob(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBoolean(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getBoolean(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getBoolean(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBoolean(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBuffer() - Method in class com.github.housepower.data.ColumnWriterBufferFactory
Obtain an instance of ColumnWriterBuffer.
getBufferList() - Method in class com.github.housepower.buffer.ByteArrayWriter
 
getByte(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getByte(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getByte(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getByte(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getByte(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
Below code borrowed from netty HeapByteBufUtil
getBytes(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getBytes(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getBytes(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBytes(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getBytes(int) - Method in interface com.github.housepower.misc.BytesHelper
 
getBytes(long) - Method in interface com.github.housepower.misc.BytesHelper
 
getBytes(long[]) - Method in interface com.github.housepower.misc.BytesHelper
 
getBytesLE(int) - Method in interface com.github.housepower.misc.BytesHelper
 
getBytesLE(long) - Method in interface com.github.housepower.misc.BytesHelper
 
getCallingClass() - Static method in class com.github.housepower.log.Util
Returns the name of the class which called the invoking method.
getCatalog() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getCatalog() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getCatalogName(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getCatalogName(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getCatalogs() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getCatalogs() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getCatalogSeparator() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getCatalogSeparator() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getCatalogTerm() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getCatalogTerm() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getCfg() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
 
getCharacterStream(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getCharacterStream(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getClientInfo(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getClientInfo() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getClientInfoProperties() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getClientInfoProperties() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getClob(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getClob(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getColumn(int) - Method in class com.github.housepower.data.Block
 
getColumnClassName(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnClassName(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnCount() - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnCount() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnDisplaySize(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnDisplaySize(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnLabel(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnLabel(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnName(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnName(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getColumnPrivileges(String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getColumns(String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getColumns(String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getColumnType(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnType(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnTypeName(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getColumnTypeName(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getColumnWriterBuffer() - Method in class com.github.housepower.data.AbstractColumn
 
getColumnWriterBuffer() - Method in interface com.github.housepower.data.IColumn
 
getConcurrency() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getConfigure() - Method in class com.github.housepower.client.NativeContext.ServerContext
 
getConnection() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
getConnection(String, String) - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
getConnection() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getConnection() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getConnection() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getConnection() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getCrossReference(String, String, String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getCrossReference(String, String, String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getCursorName() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDatabaseMajorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDatabaseMajorVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDatabaseMinorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDatabaseMinorVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDatabaseProductName() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDatabaseProductName() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDatabaseProductVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDatabaseProductVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDate(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getDate(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getDate(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDate(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDate(int, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDate(String, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDefaultTransactionIsolation() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDefaultTransactionIsolation() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDisabledUrls() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
 
getDouble(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getDouble(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getDouble(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDouble(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getDriverMajorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDriverMajorVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDriverMinorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDriverMinorVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDriverName() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDriverName() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getDriverVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getDriverVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getElemDataType() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
getEnabledClickHouseUrls() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
 
getExportedKeys(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getExportedKeys(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getExtraNameCharacters() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getExtraNameCharacters() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getFetchDirection() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getFetchDirection() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getFetchDirection() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getFetchDirection() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getFetchSize() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getFetchSize() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getFetchSize() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getFetchSize() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getFloat(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getFloat(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getFloat(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getFloat(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getFunctionColumns(String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getFunctionColumns(String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getFunctions(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getFunctions(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getGeneratedKeys() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getGeneratedKeys() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getHoldability() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getHoldability() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getHoldability() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getHoldability() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getIdentifierQuoteString() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getIdentifierQuoteString() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getImportedKeys(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getImportedKeys(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getIndexInfo(String, String, String, boolean, boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getInstance() - Static method in class com.github.housepower.data.ColumnWriterBufferFactory
 
getInt(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getInt(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getInt(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getInt(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getInt(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getIntLE(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getJDBCMajorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getJDBCMajorVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getJDBCMinorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getJDBCMinorVersion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getLargeMaxRows() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getLargeUpdateCount() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getLeft() - Method in interface com.github.housepower.misc.Either
 
getLeft() - Method in class com.github.housepower.misc.Left
 
getLeft() - Method in class com.github.housepower.misc.Right
 
getLogger(String) - Method in class com.github.housepower.log.JdkLoggerFactoryAdaptor
 
getLogger(Class<?>) - Static method in class com.github.housepower.log.LoggerFactory
 
getLogger(String) - Static method in class com.github.housepower.log.LoggerFactory
 
getLogger(String) - Method in interface com.github.housepower.log.LoggerFactoryAdaptor
 
getLogger(Class<?>) - Method in interface com.github.housepower.log.LoggerFactoryAdaptor
 
getLogger(String) - Method in class com.github.housepower.log.Slf4jLoggerFactoryAdaptor
 
getLoginTimeout() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
getLogWriter() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
getLong(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getLong(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getLong(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getLong(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getLong(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getLongLE(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getMajorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
getMaxBinaryLiteralLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxBinaryLiteralLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxCatalogNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxCatalogNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxCharLiteralLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxCharLiteralLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxColumnNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxColumnNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxColumnsInGroupBy() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxColumnsInGroupBy() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxColumnsInIndex() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxColumnsInIndex() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxColumnsInOrderBy() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxColumnsInOrderBy() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxColumnsInSelect() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxColumnsInSelect() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxColumnsInTable() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxColumnsInTable() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxConnections() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxConnections() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxCursorNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxCursorNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxFieldSize() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getMaxIndexLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxIndexLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxProcedureNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxProcedureNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxRows() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getMaxRows() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getMaxRowSize() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxRowSize() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxSchemaNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxSchemaNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxStatementLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxStatementLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxStatements() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxStatements() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxTableNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxTableNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxTablesInSelect() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxTablesInSelect() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMaxUserNameLength() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getMaxUserNameLength() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getMessage() - Method in class com.github.housepower.log.FormattingTuple
 
getMetaData() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getMetaData() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getMetaData() - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
getMetaData() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getMetaData() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
getMetaData() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getMinorVersion() - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
getMoreResults() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getMoreResults() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getMoreResults(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getName() - Method in class com.github.housepower.log.JdkLogger
 
getName() - Method in interface com.github.housepower.log.Logger
 
getName() - Method in class com.github.housepower.log.Slf4jLogger
 
getNCharacterStream(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getNCharacterStream(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getNClob(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getNClob(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getNestedDataType() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
getNestedTypes() - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
getNestedTypes() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
getNetworkTimeout() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getNetworkTimeout() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getNString(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getNString(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getNumericFunctions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getNumericFunctions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getObject(int) - Method in class com.github.housepower.data.Block
 
getObject(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getObject(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getObject(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getObject(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getObject(int, Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getObject(String, Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getObject(int, Class<T>) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getObject(String, Class<T>) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getOrDefault(String, String) - Static method in class com.github.housepower.misc.StrUtil
Return a default string if given string is null or empty.
getParameterMetaData() - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
getParentLogger() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
getParentLogger() - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
getPositionByName(String) - Method in class com.github.housepower.data.Block
 
getPrecision() - Method in interface com.github.housepower.data.IDataType
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
getPrecision() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeDate
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeDate32
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeInt16
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeInt32
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeInt64
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeInt8
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeUInt16
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeUInt32
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeUInt64
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeUInt8
 
getPrecision() - Method in class com.github.housepower.data.type.DataTypeUUID
 
getPrecision(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getPrecision(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getPrimaryKeys(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getPrimaryKeys(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getProcedureColumns(String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getProcedureColumns(String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getProcedures(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getProcedures(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getProcedureTerm() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getProcedureTerm() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getPropertyInfo(String, Properties) - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
getPseudoColumns(String, String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getPseudoColumns(String, String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getQueryTimeout() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getQueryTimeout() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getRef(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getRef(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getResultSet() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getResultSet() - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getResultSet(Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getResultSet(long, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLArray
 
getResultSet() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getResultSetConcurrency() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getResultSetConcurrency() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getResultSetHoldability() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getResultSetHoldability() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getResultSetHoldability() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getResultSetHoldability() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getResultSetType() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getResultSetType() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getRight() - Method in interface com.github.housepower.misc.Either
 
getRight() - Method in class com.github.housepower.misc.Left
 
getRight() - Method in class com.github.housepower.misc.Right
 
getRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getRowId(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getRowId(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getRowIdLifetime() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getRowIdLifetime() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSampleBlock(String) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getSampleBlock(String) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getScale() - Method in interface com.github.housepower.data.IDataType
 
getScale() - Method in interface com.github.housepower.data.type.BaseDataTypeInt
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
getScale() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
getScale() - Method in class com.github.housepower.data.type.DataTypeDate
 
getScale() - Method in class com.github.housepower.data.type.DataTypeDate32
 
getScale() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
getScale() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
getScale() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
getScale() - Method in class com.github.housepower.data.type.DataTypeUUID
 
getScale(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getScale(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getSchema() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getSchema() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getSchemaName(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getSchemaName(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getSchemas() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSchemas(String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSchemas() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSchemas(String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSchemaTerm() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSchemaTerm() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSearchStringEscape() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSearchStringEscape() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getShort(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getShort(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getShort(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getShort(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getShort(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getShortLE(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getSQLKeywords() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSQLKeywords() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSQLStateType() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSQLStateType() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSQLTypeName() - Method in class com.github.housepower.jdbc.ClickHouseStruct
 
getSQLTypeName() - Method in interface com.github.housepower.jdbc.wrapper.SQLStruct
 
getSQLXML(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getSQLXML(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getStatement() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getStatement() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getString(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getString(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getString(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getString(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getStringFunctions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getStringFunctions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSuperTables(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSuperTables(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSuperTypes(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSuperTypes(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getSystemFunctions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getSystemFunctions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getTableName(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
getTableName(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getTablePrivileges(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getTables(String, String, String, String[]) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getTables(String, String, String, String[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getTableTypes() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getTableTypes() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getThrowable() - Method in class com.github.housepower.log.FormattingTuple
 
getTime(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTime(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTime(int, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTime(String, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTimeDateFunctions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getTimeDateFunctions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getTimestamp(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getTimestamp(String, Calendar) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getTimestamp(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getTimestamp(int, Calendar) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getTimestamp(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTimestamp(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTimestamp(int, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTimestamp(String, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTransactionIsolation() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getTransactionIsolation() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getType() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getType() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getTypeInfo() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getTypeInfo() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getTypeMap() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getTypeMap() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getUDTs(String, String, String, int[]) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getUDTs(String, String, String, int[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getUnicodeStream(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getUnicodeStream(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getUnsignedMedium(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getUnsignedMediumLE(byte[], int) - Method in interface com.github.housepower.misc.BytesHelper
 
getUpdateCount() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getUpdateCount() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
getURL() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getURL(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getURL(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
getURL() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getURL(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getURL(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getUserName() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getUserName() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getVersionColumns(String, String, String) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
getVersionColumns(String, String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
getWarnings() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
getWarnings() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
getWarnings() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
getWarnings() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
getWarnings() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
group_by_two_level_threshold - Static variable in class com.github.housepower.settings.SettingKey
 
group_by_two_level_threshold_bytes - Static variable in class com.github.housepower.settings.SettingKey
 

H

hasDisabledUrls() - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
 
hashCode() - Method in class com.github.housepower.misc.StringView
A modified hash function from older JDK.
hasNext() - Method in interface com.github.housepower.misc.CheckedIterator
 
hasNext() - Method in class com.github.housepower.misc.Slice.SliceIterator
 
header() - Method in class com.github.housepower.stream.ClickHouseQueryResult
 
header() - Method in interface com.github.housepower.stream.QueryResult
 
HelloRequest - Class in com.github.housepower.protocol
 
HelloRequest(String, long, String, String, String) - Constructor for class com.github.housepower.protocol.HelloRequest
 
HelloResponse - Class in com.github.housepower.protocol
 
HelloResponse(String, long, long, long, String, String) - Constructor for class com.github.housepower.protocol.HelloResponse
 
host(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
host() - Method in class com.github.housepower.settings.ClickHouseConfig
 
host - Static variable in class com.github.housepower.settings.SettingKey
 
HOST_PORT_PATH_PATTERN - Static variable in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
http_connection_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
http_headers_progress_interval_ms - Static variable in class com.github.housepower.settings.SettingKey
 
http_native_compression_disable_checksumming_on_decompress - Static variable in class com.github.housepower.settings.SettingKey
 
http_receive_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
http_send_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
http_zlib_compression_level - Static variable in class com.github.housepower.settings.SettingKey
 

I

IColumn - Interface in com.github.housepower.data
 
id() - Method in enum com.github.housepower.protocol.Request.ProtoType
 
id() - Method in enum com.github.housepower.protocol.Response.ProtoType
 
IDataType<CK,JDBC> - Interface in com.github.housepower.data
 
incPlaceholderIndexes(int) - Method in class com.github.housepower.data.Block
 
info(String, Object...) - Method in class com.github.housepower.log.JdkLogger
 
info(String, Throwable) - Method in class com.github.housepower.log.JdkLogger
 
info(String, Object...) - Method in interface com.github.housepower.log.Logger
 
info(String, Throwable) - Method in interface com.github.housepower.log.Logger
 
info(String, Object...) - Method in class com.github.housepower.log.Slf4jLogger
 
info(String, Throwable) - Method in class com.github.housepower.log.Slf4jLogger
 
INITIAL_QUERY - Static variable in class com.github.housepower.client.NativeContext.ClientContext
 
initWriteBuffer() - Method in class com.github.housepower.data.Block
 
input_format_allow_errors_num - Static variable in class com.github.housepower.settings.SettingKey
 
input_format_allow_errors_ratio - Static variable in class com.github.housepower.settings.SettingKey
 
input_format_skip_unknown_fields - Static variable in class com.github.housepower.settings.SettingKey
 
input_format_values_interpret_expressions - Static variable in class com.github.housepower.settings.SettingKey
 
InputFormat<T,E extends Throwable> - Interface in com.github.housepower.stream
 
insert_allow_materialized_columns - Static variable in class com.github.housepower.settings.SettingKey
 
insert_deduplicate - Static variable in class com.github.housepower.settings.SettingKey
 
insert_distributed_sync - Static variable in class com.github.housepower.settings.SettingKey
 
insert_distributed_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
insert_quorum - Static variable in class com.github.housepower.settings.SettingKey
 
insertRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
insertsAreDetected(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
insertsAreDetected(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
INSTANCE - Static variable in class com.github.housepower.protocol.EOFStreamResponse
 
INSTANCE - Static variable in class com.github.housepower.protocol.PingRequest
 
INSTANCE - Static variable in class com.github.housepower.protocol.PongResponse
 
Int32 - Static variable in interface com.github.housepower.serde.SettingType
 
Int64 - Static variable in interface com.github.housepower.serde.SettingType
 
interactive_delay - Static variable in class com.github.housepower.settings.SettingKey
 
intLiteral() - Method in class com.github.housepower.misc.SQLLexer
 
InvalidOperationException - Exception in com.github.housepower.exception
 
InvalidOperationException(String) - Constructor for exception com.github.housepower.exception.InvalidOperationException
 
InvalidOperationException(String, Throwable) - Constructor for exception com.github.housepower.exception.InvalidOperationException
 
InvalidOperationException(Throwable) - Constructor for exception com.github.housepower.exception.InvalidOperationException
 
InvalidValueException - Exception in com.github.housepower.exception
 
InvalidValueException(String) - Constructor for exception com.github.housepower.exception.InvalidValueException
 
InvalidValueException(String, Throwable) - Constructor for exception com.github.housepower.exception.InvalidValueException
 
InvalidValueException(Throwable) - Constructor for exception com.github.housepower.exception.InvalidValueException
 
IS_OVERFLOWS - Static variable in class com.github.housepower.data.BlockSettings.Setting
 
isAfterLast() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
isAfterLast() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
isAutoIncrement(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isAutoIncrement(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isBeforeFirst() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
isBeforeFirst() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
isBlank(String) - Static method in class com.github.housepower.misc.StrUtil
 
isCaseSensitive(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isCaseSensitive(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isCatalogAtStart() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
isCatalogAtStart() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
isCharacter(char) - Method in class com.github.housepower.misc.SQLLexer
 
isClosed() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
isClosed() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
isClosed() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
isClosed() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
isClosed() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
isClosed() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
isCloseOnCompletion() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
isCurrency(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isCurrency(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isDebugEnabled() - Method in class com.github.housepower.log.JdkLogger
 
isDebugEnabled() - Method in interface com.github.housepower.log.Logger
 
isDebugEnabled() - Method in class com.github.housepower.log.Slf4jLogger
 
isDefinitelyWritable(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isDefinitelyWritable(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isEmpty(String) - Static method in class com.github.housepower.misc.StrUtil
 
isErrorEnabled() - Method in class com.github.housepower.log.JdkLogger
 
isErrorEnabled() - Method in interface com.github.housepower.log.Logger
 
isErrorEnabled() - Method in class com.github.housepower.log.Slf4jLogger
 
isExported() - Method in class com.github.housepower.data.AbstractColumn
 
isExported() - Method in interface com.github.housepower.data.IColumn
 
isFirst() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
isFirst() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
isInfoEnabled() - Method in class com.github.housepower.log.JdkLogger
 
isInfoEnabled() - Method in interface com.github.housepower.log.Logger
 
isInfoEnabled() - Method in class com.github.housepower.log.Slf4jLogger
 
isLast() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
isNotBlank(String) - Static method in class com.github.housepower.misc.StrUtil
 
isNotEmpty(Collection<?>) - Static method in class com.github.housepower.misc.CollectionUtil
 
isNotEmpty(String) - Static method in class com.github.housepower.misc.StrUtil
 
isNullable(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isNullable(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isPoolable() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
isPoolable() - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
isReadOnly() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
isReadOnly() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
isReadOnly(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isReadOnly() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
isReadOnly() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
isReadOnly(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isRight() - Method in interface com.github.housepower.misc.Either
 
isRight() - Method in class com.github.housepower.misc.Left
 
isRight() - Method in class com.github.housepower.misc.Right
 
isSearchable(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isSearchable(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
isSecret() - Method in class com.github.housepower.settings.SettingKey.Builder
 
isSecret() - Method in class com.github.housepower.settings.SettingKey
 
isSigned() - Method in interface com.github.housepower.data.IDataType
 
isSigned() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
isSigned() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
isSigned() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
isSigned() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
isSigned() - Method in class com.github.housepower.data.type.DataTypeInt16
 
isSigned() - Method in class com.github.housepower.data.type.DataTypeInt32
 
isSigned() - Method in class com.github.housepower.data.type.DataTypeInt64
 
isSigned() - Method in class com.github.housepower.data.type.DataTypeInt8
 
isSigned(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isSigned(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
Issue - Annotation Type in com.github.housepower.annotation
 
isTraceEnabled() - Method in class com.github.housepower.log.JdkLogger
 
isTraceEnabled() - Method in interface com.github.housepower.log.Logger
 
isTraceEnabled() - Method in class com.github.housepower.log.Slf4jLogger
 
isTrue(boolean) - Static method in class com.github.housepower.misc.Validate
 
isTrue(boolean, String) - Static method in class com.github.housepower.misc.Validate
 
isValid(int) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
isValid(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
isWarnEnabled() - Method in class com.github.housepower.log.JdkLogger
 
isWarnEnabled() - Method in interface com.github.housepower.log.Logger
 
isWarnEnabled() - Method in class com.github.housepower.log.Slf4jLogger
 
isWhitespace() - Method in class com.github.housepower.misc.SQLLexer
 
isWrapperFor(Class<?>) - Method in interface com.github.housepower.jdbc.wrapper.SQLWrapper
 
isWritable(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
isWritable(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSetMetaData
 
iterator() - Method in class com.github.housepower.misc.Slice
 

J

javaClass() - Method in interface com.github.housepower.serde.SettingType
 
javaType() - Method in interface com.github.housepower.data.IDataType
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
javaType() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
javaType() - Method in class com.github.housepower.data.type.DataTypeDate
 
javaType() - Method in class com.github.housepower.data.type.DataTypeDate32
 
javaType() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
javaType() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
javaType() - Method in class com.github.housepower.data.type.DataTypeInt16
 
javaType() - Method in class com.github.housepower.data.type.DataTypeInt32
 
javaType() - Method in class com.github.housepower.data.type.DataTypeInt64
 
javaType() - Method in class com.github.housepower.data.type.DataTypeInt8
 
javaType() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
javaType() - Method in class com.github.housepower.data.type.DataTypeUInt16
 
javaType() - Method in class com.github.housepower.data.type.DataTypeUInt32
 
javaType() - Method in class com.github.housepower.data.type.DataTypeUInt64
 
javaType() - Method in class com.github.housepower.data.type.DataTypeUInt8
 
javaType() - Method in class com.github.housepower.data.type.DataTypeUUID
 
JDBC_CLICKHOUSE_PREFIX - Static variable in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
JDBC_PREFIX - Static variable in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
jdbcCompliant() - Method in class com.github.housepower.jdbc.ClickHouseDriver
 
jdbcJavaType() - Method in interface com.github.housepower.data.IDataType
Deprecated.
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
jdbcJavaType() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
jdbcJavaType() - Method in class com.github.housepower.data.type.DataTypeDate
 
jdbcJavaType() - Method in class com.github.housepower.data.type.DataTypeDate32
 
jdbcJavaType() - Method in class com.github.housepower.data.type.DataTypeUUID
 
jdbcUrl() - Method in class com.github.housepower.settings.ClickHouseConfig
 
JdkLogger - Class in com.github.housepower.log
 
JdkLogger(Logger) - Constructor for class com.github.housepower.log.JdkLogger
 
JdkLoggerFactoryAdaptor - Class in com.github.housepower.log
 
JdkLoggerFactoryAdaptor() - Constructor for class com.github.housepower.log.JdkLoggerFactoryAdaptor
 
join_use_nulls - Static variable in class com.github.housepower.settings.SettingKey
 

L

last() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
last() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
left(L1) - Static method in interface com.github.housepower.misc.Either
 
Left<L,R> - Class in com.github.housepower.misc
 
length() - Method in class com.github.housepower.misc.BytesCharSeq
 
length() - Method in class com.github.housepower.misc.StringView
 
loadProp(String, String) - Static method in class com.github.housepower.misc.SystemUtil
 
locatorsUpdateCopy() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
locatorsUpdateCopy() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
log_queries - Static variable in class com.github.housepower.settings.SettingKey
 
log_queries_cut_to_length - Static variable in class com.github.housepower.settings.SettingKey
 
logger() - Method in class com.github.housepower.jdbc.ClickHouseArray
 
logger() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
logger() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
logger() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
logger() - Method in class com.github.housepower.jdbc.ClickHouseResultSetMetaData
 
logger() - Method in class com.github.housepower.jdbc.ClickHouseStruct
 
logger() - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
Logger - Interface in com.github.housepower.log
 
logger() - Method in interface com.github.housepower.log.Logging
 
LoggerFactory - Class in com.github.housepower.log
 
LoggerFactoryAdaptor - Interface in com.github.housepower.log
 
Logging - Interface in com.github.housepower.log
 
LRUCache<K,V> - Class in com.github.housepower.misc
LRUCache is a simple LRUCache implementation, based on LinkedHashMap.
LRUCache(int) - Constructor for class com.github.housepower.misc.LRUCache
 

M

MAJOR_VERSION - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
majorVersion() - Method in class com.github.housepower.client.NativeContext.ServerContext
 
majorVersion() - Method in class com.github.housepower.protocol.HelloResponse
 
map(Function<R, R1>) - Method in interface com.github.housepower.misc.Either
 
map(Function<R, R1>) - Method in class com.github.housepower.misc.Left
 
map(Function<R, R1>) - Method in class com.github.housepower.misc.Right
 
mapAttributes(IDataType<?, ?>[], BiFunction<IDataType<?, ?>, Object, Object>) - Method in class com.github.housepower.jdbc.ClickHouseStruct
 
mapElements(BiFunction<IDataType<?, ?>, Object, Object>) - Method in class com.github.housepower.jdbc.ClickHouseArray
 
mark_cache_min_lifetime - Static variable in class com.github.housepower.settings.SettingKey
 
max_ast_depth - Static variable in class com.github.housepower.settings.SettingKey
 
max_ast_elements - Static variable in class com.github.housepower.settings.SettingKey
 
MAX_BLOCK_BYTES - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
max_block_size - Static variable in class com.github.housepower.settings.SettingKey
 
max_bytes_in_distinct - Static variable in class com.github.housepower.settings.SettingKey
 
max_bytes_in_join - Static variable in class com.github.housepower.settings.SettingKey
 
max_bytes_in_set - Static variable in class com.github.housepower.settings.SettingKey
 
max_bytes_to_read - Static variable in class com.github.housepower.settings.SettingKey
 
max_bytes_to_transfer - Static variable in class com.github.housepower.settings.SettingKey
 
max_compress_block_size - Static variable in class com.github.housepower.settings.SettingKey
 
max_concurrent_queries_for_user - Static variable in class com.github.housepower.settings.SettingKey
 
max_distributed_connections - Static variable in class com.github.housepower.settings.SettingKey
 
max_expanded_ast_elements - Static variable in class com.github.housepower.settings.SettingKey
 
max_insert_block_size - Static variable in class com.github.housepower.settings.SettingKey
 
max_memory_usage - Static variable in class com.github.housepower.settings.SettingKey
 
max_memory_usage_for_all_queries - Static variable in class com.github.housepower.settings.SettingKey
 
max_memory_usage_for_user - Static variable in class com.github.housepower.settings.SettingKey
 
max_network_bandwidth - Static variable in class com.github.housepower.settings.SettingKey
 
max_network_bandwidth_for_all_users - Static variable in class com.github.housepower.settings.SettingKey
 
max_network_bandwidth_for_user - Static variable in class com.github.housepower.settings.SettingKey
 
max_network_bytes - Static variable in class com.github.housepower.settings.SettingKey
 
max_parallel_replicas - Static variable in class com.github.housepower.settings.SettingKey
 
max_query_size - Static variable in class com.github.housepower.settings.SettingKey
 
max_read_buffer_size - Static variable in class com.github.housepower.settings.SettingKey
 
max_replica_delay_for_distributed_queries - Static variable in class com.github.housepower.settings.SettingKey
 
max_result_bytes - Static variable in class com.github.housepower.settings.SettingKey
 
max_result_rows - Static variable in class com.github.housepower.settings.SettingKey
 
max_rows_in_distinct - Static variable in class com.github.housepower.settings.SettingKey
 
max_rows_in_join - Static variable in class com.github.housepower.settings.SettingKey
 
max_rows_in_set - Static variable in class com.github.housepower.settings.SettingKey
 
max_rows_to_read - Static variable in class com.github.housepower.settings.SettingKey
 
max_rows_to_transfer - Static variable in class com.github.housepower.settings.SettingKey
 
MAX_SCALA - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
max_streams_to_max_threads_ratio - Static variable in class com.github.housepower.settings.SettingKey
 
max_threads - Static variable in class com.github.housepower.settings.SettingKey
 
maybeDisableCompressed() - Method in class com.github.housepower.serde.BinaryDeserializer
 
maybeDisableCompressed() - Method in class com.github.housepower.serde.BinarySerializer
 
maybeEnableCompressed() - Method in class com.github.housepower.serde.BinaryDeserializer
 
maybeEnableCompressed() - Method in class com.github.housepower.serde.BinarySerializer
 
memory_tracker_fault_probability - Static variable in class com.github.housepower.settings.SettingKey
 
merge_tree_coarse_index_granularity - Static variable in class com.github.housepower.settings.SettingKey
 
merge_tree_max_rows_to_use_cache - Static variable in class com.github.housepower.settings.SettingKey
 
merge_tree_min_rows_for_concurrent_read - Static variable in class com.github.housepower.settings.SettingKey
 
merge_tree_min_rows_for_seek - Static variable in class com.github.housepower.settings.SettingKey
 
merge_tree_uniform_read_distribution - Static variable in class com.github.housepower.settings.SettingKey
 
mergeMapInPlaceKeepFirst(Map<K, V>, Map<K, V>) - Static method in class com.github.housepower.misc.CollectionUtil
 
mergeMapInPlaceKeepLast(Map<K, V>, Map<K, V>) - Static method in class com.github.housepower.misc.CollectionUtil
 
mergeMapKeepFirst(Map<K, V>, Map<K, V>) - Static method in class com.github.housepower.misc.CollectionUtil
 
mergeMapKeepLast(Map<K, V>, Map<K, V>) - Static method in class com.github.housepower.misc.CollectionUtil
 
MessageFormatter - Class in com.github.housepower.log
Formats messages according to very simple substitution rules.
MessageFormatter() - Constructor for class com.github.housepower.log.MessageFormatter
 
MILLIS_IN_SECOND - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
Milliseconds - Static variable in interface com.github.housepower.serde.SettingType
 
min_bytes_to_use_direct_io - Static variable in class com.github.housepower.settings.SettingKey
 
min_compress_block_size - Static variable in class com.github.housepower.settings.SettingKey
 
min_count_to_compile - Static variable in class com.github.housepower.settings.SettingKey
 
min_execution_speed - Static variable in class com.github.housepower.settings.SettingKey
 
min_insert_block_size_bytes - Static variable in class com.github.housepower.settings.SettingKey
 
min_insert_block_size_rows - Static variable in class com.github.housepower.settings.SettingKey
 
MIN_SCALE - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
MINOR_VERSION - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
minorVersion() - Method in class com.github.housepower.client.NativeContext.ServerContext
 
minorVersion() - Method in class com.github.housepower.protocol.HelloResponse
 
moveToCurrentRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
moveToInsertRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
mysql_max_rows_to_insert - Static variable in class com.github.housepower.settings.SettingKey
 

N

name - Variable in class com.github.housepower.data.AbstractColumn
 
name() - Method in class com.github.housepower.data.AbstractColumn
 
name() - Method in interface com.github.housepower.data.IColumn
 
name() - Method in interface com.github.housepower.data.IDataType
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
name() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
name() - Method in class com.github.housepower.data.type.DataTypeDate
 
name() - Method in class com.github.housepower.data.type.DataTypeDate32
 
name() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
name() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
name() - Method in class com.github.housepower.data.type.DataTypeInt16
 
name() - Method in class com.github.housepower.data.type.DataTypeInt32
 
name() - Method in class com.github.housepower.data.type.DataTypeInt64
 
name() - Method in class com.github.housepower.data.type.DataTypeInt8
 
name() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
name() - Method in class com.github.housepower.data.type.DataTypeUInt16
 
name() - Method in class com.github.housepower.data.type.DataTypeUInt32
 
name() - Method in class com.github.housepower.data.type.DataTypeUInt64
 
name() - Method in class com.github.housepower.data.type.DataTypeUInt8
 
name() - Method in class com.github.housepower.data.type.DataTypeUUID
 
name() - Method in class com.github.housepower.protocol.DataResponse
 
name() - Method in class com.github.housepower.protocol.ExtremesResponse
 
name() - Method in class com.github.housepower.protocol.TotalsResponse
 
NAME - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
name() - Method in class com.github.housepower.settings.SettingKey
 
name() - Method in interface com.github.housepower.stream.InputFormat
 
name() - Method in interface com.github.housepower.stream.NativeInputFormat
 
NANOS_IN_SECOND - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
NativeClient - Class in com.github.housepower.client
 
NativeClient(Socket, BinarySerializer, BinaryDeserializer) - Constructor for class com.github.housepower.client.NativeClient
 
nativeClient() - Method in class com.github.housepower.client.NativeContext
 
NativeContext - Class in com.github.housepower.client
 
NativeContext(NativeContext.ClientContext, NativeContext.ServerContext, NativeClient) - Constructor for class com.github.housepower.client.NativeContext
 
nativeContext - Variable in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
NativeContext.ClientContext - Class in com.github.housepower.client
 
NativeContext.ServerContext - Class in com.github.housepower.client
 
NativeInputFormat - Interface in com.github.housepower.stream
 
nativeSQL(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
network_zstd_compression_level - Static variable in class com.github.housepower.settings.SettingKey
 
newBytes() - Method in class com.github.housepower.protocol.ProgressResponse
 
newRows() - Method in class com.github.housepower.protocol.ProgressResponse
 
newTotalRows() - Method in class com.github.housepower.protocol.ProgressResponse
 
next() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
next() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
next() - Method in interface com.github.housepower.misc.CheckedIterator
 
next() - Method in class com.github.housepower.misc.Slice.SliceIterator
 
NO_QUERY - Static variable in class com.github.housepower.client.NativeContext.ClientContext
 
NoDefaultValueException - Exception in com.github.housepower.exception
 
NoDefaultValueException(String) - Constructor for exception com.github.housepower.exception.NoDefaultValueException
 
NoDefaultValueException(String, Throwable) - Constructor for exception com.github.housepower.exception.NoDefaultValueException
 
NoDefaultValueException(Throwable) - Constructor for exception com.github.housepower.exception.NoDefaultValueException
 
NotImplementedException - Exception in com.github.housepower.exception
 
NotImplementedException(String) - Constructor for exception com.github.housepower.exception.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception com.github.housepower.exception.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception com.github.housepower.exception.NotImplementedException
 
nullable() - Method in interface com.github.housepower.data.IDataType
 
nullable() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
nullPlusNonNullIsNull() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
nullPlusNonNullIsNull() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
nullsAreSortedAtEnd() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
nullsAreSortedAtEnd() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
nullsAreSortedAtStart() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
nullsAreSortedAtStart() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
nullsAreSortedHigh() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
nullsAreSortedHigh() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
nullsAreSortedLow() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
nullsAreSortedLow() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
numberLiteral() - Method in class com.github.housepower.misc.SQLLexer
 

O

odbc_max_field_size - Static variable in class com.github.housepower.settings.SettingKey
 
optimize_min_equality_disjunction_chain_length - Static variable in class com.github.housepower.settings.SettingKey
 
optimize_move_to_prewhere - Static variable in class com.github.housepower.settings.SettingKey
 
optimize_throw_if_noop - Static variable in class com.github.housepower.settings.SettingKey
 
othersDeletesAreVisible(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
othersDeletesAreVisible(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
othersInsertsAreVisible(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
othersInsertsAreVisible(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
othersUpdatesAreVisible(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
othersUpdatesAreVisible(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
output_format_json_quote_64bit_integers - Static variable in class com.github.housepower.settings.SettingKey
 
output_format_json_quote_denormals - Static variable in class com.github.housepower.settings.SettingKey
 
output_format_pretty_max_rows - Static variable in class com.github.housepower.settings.SettingKey
 
output_format_write_statistics - Static variable in class com.github.housepower.settings.SettingKey
 
ownDeletesAreVisible(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
ownDeletesAreVisible(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
ownInsertsAreVisible(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
ownInsertsAreVisible(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
ownUpdatesAreVisible(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
ownUpdatesAreVisible(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 

P

parameters - Variable in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
paramIdx2ColumnIdx(int) - Method in class com.github.housepower.data.Block
 
parseBigIntegerPositive(String, int) - Method in interface com.github.housepower.data.type.BaseDataTypeInt64
 
parseJdbcUrl(String) - Static method in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
parseProperties(Properties) - Static method in class com.github.housepower.jdbc.ClickhouseJdbcUrlParser
 
password(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
password() - Method in class com.github.housepower.settings.ClickHouseConfig
 
password - Static variable in class com.github.housepower.settings.SettingKey
 
ping(Duration, NativeContext.ServerContext) - Method in class com.github.housepower.client.NativeClient
 
ping(Duration) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
PingRequest - Class in com.github.housepower.protocol
 
PingRequest() - Constructor for class com.github.housepower.protocol.PingRequest
 
poll_interval - Static variable in class com.github.housepower.settings.SettingKey
 
PongResponse - Class in com.github.housepower.protocol
 
PongResponse() - Constructor for class com.github.housepower.protocol.PongResponse
 
port(int) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
port() - Method in class com.github.housepower.settings.ClickHouseConfig
 
port - Static variable in class com.github.housepower.settings.SettingKey
 
POW_10 - Static variable in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
preferred_max_column_in_block_size_bytes - Static variable in class com.github.housepower.settings.SettingKey
 
prepareCall(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareCall(String, int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareCall(String, int, int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareStatement(String) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
prepareStatement(String, int, int) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
prepareStatement(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareStatement(String, int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareStatement(String, int, int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareStatement(String, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareStatement(String, int[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
prepareStatement(String, String[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
previous() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
priority - Static variable in class com.github.housepower.settings.SettingKey
 
ProfileInfoResponse - Class in com.github.housepower.protocol
 
ProfileInfoResponse(long, long, long, long, long, boolean) - Constructor for class com.github.housepower.protocol.ProfileInfoResponse
 
ProgressResponse - Class in com.github.housepower.protocol
 
ProgressResponse(long, long, long) - Constructor for class com.github.housepower.protocol.ProgressResponse
 
put(K, V) - Method in class com.github.housepower.misc.LRUCache
 
putIfAbsent(K, V) - Method in class com.github.housepower.misc.LRUCache
 

Q

query_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
QueryRequest - Class in com.github.housepower.protocol
 
QueryRequest(String, NativeContext.ClientContext, int, boolean, String) - Constructor for class com.github.housepower.protocol.QueryRequest
 
QueryRequest(String, NativeContext.ClientContext, int, boolean, String, Map<SettingKey, Serializable>) - Constructor for class com.github.housepower.protocol.QueryRequest
 
QueryResult - Interface in com.github.housepower.stream
 
QueryResultBuilder - Class in com.github.housepower.stream
Support building QueryResult in client side, it's useful for ad-hoc building a ResultSet for JDBC interface, and mock QueryResult for test.
queryTimeout(Duration) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
queryTimeout() - Method in class com.github.housepower.settings.ClickHouseConfig
 
queue_max_wait_ms - Static variable in class com.github.housepower.settings.SettingKey
 

R

read_backoff_max_throughput - Static variable in class com.github.housepower.settings.SettingKey
 
read_backoff_min_events - Static variable in class com.github.housepower.settings.SettingKey
 
read_backoff_min_interval_between_events_ms - Static variable in class com.github.housepower.settings.SettingKey
 
read_backoff_min_latency_ms - Static variable in class com.github.housepower.settings.SettingKey
 
READ_DECOMPRESS - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
readBinary() - Method in interface com.github.housepower.buffer.BuffedReader
 
readBinary(byte[]) - Method in interface com.github.housepower.buffer.BuffedReader
 
readBinary() - Method in class com.github.housepower.buffer.CompressedBuffedReader
 
readBinary(byte[]) - Method in class com.github.housepower.buffer.CompressedBuffedReader
 
readBinary() - Method in class com.github.housepower.buffer.SocketBuffedReader
 
readBinary(byte[]) - Method in class com.github.housepower.buffer.SocketBuffedReader
 
readBoolean() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readByte() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readBytes(int) - Method in class com.github.housepower.serde.BinaryDeserializer
 
readBytesBinary() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readDouble() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readExceptionFrom(BinaryDeserializer) - Static method in class com.github.housepower.protocol.ExceptionResponse
 
readFloat() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readFrom(BinaryDeserializer, NativeContext.ServerContext) - Static method in class com.github.housepower.data.Block
 
readFrom(BinaryDeserializer) - Static method in class com.github.housepower.data.BlockSettings
 
readFrom(BinaryDeserializer, NativeContext.ServerContext) - Static method in class com.github.housepower.protocol.DataResponse
 
readFrom(BinaryDeserializer) - Static method in class com.github.housepower.protocol.EOFStreamResponse
 
readFrom(BinaryDeserializer, NativeContext.ServerContext) - Static method in class com.github.housepower.protocol.ExtremesResponse
 
readFrom(BinaryDeserializer) - Static method in class com.github.housepower.protocol.HelloResponse
 
readFrom(BinaryDeserializer) - Static method in class com.github.housepower.protocol.PongResponse
 
readFrom(BinaryDeserializer) - Static method in class com.github.housepower.protocol.ProfileInfoResponse
 
readFrom(BinaryDeserializer) - Static method in class com.github.housepower.protocol.ProgressResponse
 
readFrom(BinaryDeserializer, NativeContext.ServerContext) - Static method in interface com.github.housepower.protocol.Response
 
readFrom(BinaryDeserializer, NativeContext.ServerContext) - Static method in class com.github.housepower.protocol.TotalsResponse
 
readInt() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readLong() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readonly - Static variable in class com.github.housepower.settings.SettingKey
 
readShort() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readUTF8StringBinary() - Method in class com.github.housepower.serde.BinaryDeserializer
 
readVarInt() - Method in class com.github.housepower.serde.BinaryDeserializer
 
receiveEndOfStream(Duration, NativeContext.ServerContext) - Method in class com.github.housepower.client.NativeClient
 
receiveHello(Duration, NativeContext.ServerContext) - Method in class com.github.housepower.client.NativeClient
 
receiveQuery(Duration, NativeContext.ServerContext) - Method in class com.github.housepower.client.NativeClient
 
receiveSampleBlock(Duration, NativeContext.ServerContext) - Method in class com.github.housepower.client.NativeClient
 
recursiveFind(Throwable, Class<T>) - Static method in class com.github.housepower.misc.ExceptionUtil
 
recycleBuffer(ColumnWriterBuffer) - Method in class com.github.housepower.data.ColumnWriterBufferFactory
 
refreshRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
relative(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
releaseSavepoint(Savepoint) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
remove() - Method in class com.github.housepower.misc.Slice.SliceIterator
 
repeat(int, List<T>) - Static method in class com.github.housepower.misc.CollectionUtil
 
replace_running_query - Static variable in class com.github.housepower.settings.SettingKey
 
replication_alter_columns_timeout - Static variable in class com.github.housepower.settings.SettingKey
 
replication_alter_partitions_sync - Static variable in class com.github.housepower.settings.SettingKey
 
report(String, Throwable) - Static method in class com.github.housepower.log.Util
 
report(String) - Static method in class com.github.housepower.log.Util
 
repr() - Method in class com.github.housepower.misc.StringView
 
Request - Interface in com.github.housepower.protocol
 
Request.ProtoType - Enum in com.github.housepower.protocol
 
reset() - Method in class com.github.housepower.buffer.ByteArrayWriter
 
reset() - Method in class com.github.housepower.data.ColumnWriterBuffer
 
Response - Interface in com.github.housepower.protocol
 
Response.ProtoType - Enum in com.github.housepower.protocol
 
result_overflow_mode - Static variable in class com.github.housepower.settings.SettingKey
 
rethrowSQLException(ExceptionUtil.CheckedRunnable) - Static method in class com.github.housepower.misc.ExceptionUtil
 
rethrowSQLException(ExceptionUtil.CheckedSupplier<T>) - Static method in class com.github.housepower.misc.ExceptionUtil
 
reversion() - Method in class com.github.housepower.client.NativeContext.ServerContext
 
reversion() - Method in class com.github.housepower.protocol.HelloResponse
 
right(R1) - Static method in interface com.github.housepower.misc.Either
 
Right<L,R> - Class in com.github.housepower.misc
 
rollback() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
rollback() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
rollback(Savepoint) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
rowCnt() - Method in class com.github.housepower.data.Block
 
rowDeleted() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
rowInserted() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
rows() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
rowsBeforeLimit() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
rowUpdated() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
run() - Method in interface com.github.housepower.misc.ExceptionUtil.CheckedRunnable
 

S

safeGetBooleanSystemProperty(String) - Static method in class com.github.housepower.log.Util
 
safeGetSystemProperty(String) - Static method in class com.github.housepower.log.Util
 
SECONDARY_QUERY - Static variable in class com.github.housepower.client.NativeContext.ClientContext
 
Seconds - Static variable in interface com.github.housepower.serde.SettingType
 
select(boolean) - Method in class com.github.housepower.misc.Switcher
 
select_sequential_consistency - Static variable in class com.github.housepower.settings.SettingKey
 
send_progress_in_http_headers - Static variable in class com.github.housepower.settings.SettingKey
 
sendData(Block) - Method in class com.github.housepower.client.NativeClient
 
sendHello(String, long, String, String, String) - Method in class com.github.housepower.client.NativeClient
 
sendInsertRequest(Block) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
sendQuery(String, NativeContext.ClientContext, Map<SettingKey, Serializable>) - Method in class com.github.housepower.client.NativeClient
 
sendQueryRequest(String, ClickHouseConfig) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
serializeBinary(CK, BinarySerializer) - Method in interface com.github.housepower.data.IDataType
 
serializeBinary(ClickHouseArray, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
serializeBinary(ZonedDateTime, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
serializeBinary(ZonedDateTime, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
serializeBinary(BigDecimal, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
serializeBinary(String, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
serializeBinary(String, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
serializeBinary(CharSequence, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
serializeBinary(Object, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
serializeBinary(Object, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
serializeBinary(Object, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
serializeBinary(CharSequence, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeString
 
serializeBinary(ClickHouseStruct, BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
serializeBinary(LocalDate, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeDate
 
serializeBinary(LocalDate, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeDate32
 
serializeBinary(Float, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeFloat32
 
serializeBinary(Double, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeFloat64
 
serializeBinary(Short, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeInt16
 
serializeBinary(Integer, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeInt32
 
serializeBinary(Long, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeInt64
 
serializeBinary(Byte, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeInt8
 
serializeBinary(Long, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeIPv4
 
serializeBinary(Integer, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeUInt16
 
serializeBinary(Long, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeUInt32
 
serializeBinary(BigInteger, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeUInt64
 
serializeBinary(Short, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeUInt8
 
serializeBinary(UUID, BinarySerializer) - Method in class com.github.housepower.data.type.DataTypeUUID
 
serializeBinaryBulk(CK[], BinarySerializer) - Method in interface com.github.housepower.data.IDataType
 
serializeBinaryBulk(ClickHouseArray[], BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
serializeBinaryBulk(Object[], BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
serializeBinaryBulk(Object[], BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
serializeBinaryBulk(ClickHouseStruct[], BinarySerializer) - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
serializeSetting(BinarySerializer, T) - Method in interface com.github.housepower.serde.SettingType
 
serializeText(CK) - Method in interface com.github.housepower.data.IDataType
 
ServerContext(long, long, long, ClickHouseConfig, ZoneId, String) - Constructor for class com.github.housepower.client.NativeContext.ServerContext
 
serverContext() - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
serverCtx() - Method in class com.github.housepower.client.NativeContext
 
serverDisplayName() - Method in class com.github.housepower.protocol.HelloResponse
 
serverName() - Method in class com.github.housepower.protocol.HelloResponse
 
serverTimeZone() - Method in class com.github.housepower.protocol.HelloResponse
 
SessionState - Enum in com.github.housepower.client
 
set(int, Object) - Method in class com.github.housepower.misc.Slice
 
setAdaptor(LoggerFactoryAdaptor) - Static method in class com.github.housepower.log.LoggerFactory
 
setArray(int, Array) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setArray(int, Array) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setAsciiStream(int, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setAutoCommit(boolean) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setAutoCommit(boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setBigDecimal(int, BigDecimal) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setBigDecimal(int, BigDecimal) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBinaryStream(int, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBlob(int, Blob) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBlob(int, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBlob(int, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setBoolean(int, boolean) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setBoolean(int, boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setByte(int, byte) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setByte(int, byte) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setByte(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setBytes(int, byte[]) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setBytes(int, byte[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setCatalog(String) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setCatalog(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setCharacterStream(int, Reader, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setCharacterStream(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setClientInfo(Properties) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setClientInfo(String, String) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setClientInfo(Properties) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setClientInfo(String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setClob(int, Clob) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setClob(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setClob(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setColumnWriterBuffer(ColumnWriterBuffer) - Method in class com.github.housepower.data.AbstractColumn
 
setColumnWriterBuffer(ColumnWriterBuffer) - Method in class com.github.housepower.data.ColumnArray
 
setColumnWriterBuffer(ColumnWriterBuffer) - Method in class com.github.housepower.data.ColumnMap
 
setColumnWriterBuffer(ColumnWriterBuffer) - Method in class com.github.housepower.data.ColumnNullable
 
setColumnWriterBuffer(ColumnWriterBuffer) - Method in class com.github.housepower.data.ColumnTuple
 
setColumnWriterBuffer(ColumnWriterBuffer) - Method in interface com.github.housepower.data.IColumn
 
setCursorName(String) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setCursorName(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setDate(int, Date) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setDate(int, Date) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setDate(int, Date, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setDouble(int, double) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setDouble(int, double) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setEscapeProcessing(boolean) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setEscapeProcessing(boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setFetchDirection(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
setFetchDirection(int) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setFetchDirection(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
setFetchDirection(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setFetchSize(int) - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
setFetchSize(int) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setFetchSize(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
setFetchSize(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setFloat(int, float) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setFloat(int, float) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setHoldability(int) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setHoldability(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setInt(int, int) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setInt(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setInt(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setIntLE(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setLargeMaxRows(long) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setLoginTimeout(int) - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
setLogWriter(PrintWriter) - Method in class com.github.housepower.jdbc.BalancedClickhouseDataSource
setLong(int, long) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setLong(int, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setLong(byte[], int, long) - Method in interface com.github.housepower.misc.BytesHelper
 
setLongLE(byte[], int, long) - Method in interface com.github.housepower.misc.BytesHelper
 
setMaxFieldSize(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setMaxRows(int) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setMaxRows(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setMedium(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setMediumLE(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setNCharacterStream(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNCharacterStream(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNClob(int, NClob) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNClob(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNClob(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setNetworkTimeout(Executor, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setNString(int, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNull(int, int) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setNull(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setNull(int, int, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setObject(int, Object) - Method in class com.github.housepower.data.Block
 
setObject(int, Object, int) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setObject(int, Object) - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
setObject(int, Object) - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedQueryStatement
 
setObject(int, Object, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setObject(int, Object) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setObject(int, Object, int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setObject(int, Object, SQLType, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setObject(int, Object, SQLType) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setPoolable(boolean) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setPoolable(boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setQueryTimeout(int) - Method in class com.github.housepower.jdbc.statement.ClickHouseStatement
 
setQueryTimeout(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLStatement
 
setReadOnly(boolean) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setReadOnly(boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setRef(int, Ref) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setRowId(int, RowId) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setSavepoint() - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setSavepoint(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setSchema(String) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setSchema(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setShort(int, short) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setShort(int, short) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setShort(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setShortLE(byte[], int, int) - Method in interface com.github.housepower.misc.BytesHelper
 
setSQLXML(int, SQLXML) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setString(int, String) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setString(int, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setTime(int, Time) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setTime(int, Time, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setTimestamp(int, Timestamp) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
Setting(int, Object) - Constructor for class com.github.housepower.data.BlockSettings.Setting
 
SettingKey - Class in com.github.housepower.settings
 
SettingKey.Builder - Class in com.github.housepower.settings
 
settings(Map<SettingKey, Serializable>) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
settings() - Method in class com.github.housepower.settings.ClickHouseConfig
 
SettingType<T extends Serializable> - Interface in com.github.housepower.serde
 
setTransactionIsolation(int) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setTransactionIsolation(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class com.github.housepower.jdbc.ClickHouseConnection
 
setTypeMap(Map<String, Class<?>>) - Method in interface com.github.housepower.jdbc.wrapper.SQLConnection
 
setUnicodeStream(int, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
Deprecated.
setURL(int, URL) - Method in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 
setURL(int, URL) - Method in interface com.github.housepower.jdbc.wrapper.SQLPreparedStatement
 
silentDisconnect() - Method in class com.github.housepower.client.NativeClient
 
size() - Method in class com.github.housepower.misc.Slice
 
skip_unavailable_shards - Static variable in class com.github.housepower.settings.SettingKey
 
Slf4jLogger - Class in com.github.housepower.log
 
Slf4jLogger(Logger) - Constructor for class com.github.housepower.log.Slf4jLogger
 
Slf4jLoggerFactoryAdaptor - Class in com.github.housepower.log
 
Slf4jLoggerFactoryAdaptor() - Constructor for class com.github.housepower.log.Slf4jLoggerFactoryAdaptor
 
slice(int, int) - Method in class com.github.housepower.jdbc.ClickHouseArray
 
Slice - Class in com.github.housepower.misc
Slice Object just like the slice of Go
Slice(int) - Constructor for class com.github.housepower.misc.Slice
 
Slice(Object[]) - Constructor for class com.github.housepower.misc.Slice
 
Slice(Slice, int, int) - Constructor for class com.github.housepower.misc.Slice
 
Slice.SliceIterator - Class in com.github.housepower.misc
 
SOCKET_RECV_BUFFER_BYTES - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
SOCKET_SEND_BUFFER_BYTES - Static variable in class com.github.housepower.settings.ClickHouseDefines
The optimal size for receive buffer and send buffer should be latency * network_bandwidth.
SocketBuffedReader - Class in com.github.housepower.buffer
 
SocketBuffedReader(Socket) - Constructor for class com.github.housepower.buffer.SocketBuffedReader
 
SocketBuffedWriter - Class in com.github.housepower.buffer
 
SocketBuffedWriter(Socket) - Constructor for class com.github.housepower.buffer.SocketBuffedWriter
 
spliterator() - Method in class com.github.housepower.misc.Slice
 
SQLArray - Interface in com.github.housepower.jdbc.wrapper
 
SQLConnection - Interface in com.github.housepower.jdbc.wrapper
 
SQLDatabaseMetadata - Interface in com.github.housepower.jdbc.wrapper
 
SQLLexer - Class in com.github.housepower.misc
 
SQLLexer(int, String) - Constructor for class com.github.housepower.misc.SQLLexer
 
SQLPreparedStatement - Interface in com.github.housepower.jdbc.wrapper
 
SQLResultSet - Interface in com.github.housepower.jdbc.wrapper
 
SQLResultSetMetaData - Interface in com.github.housepower.jdbc.wrapper
 
SQLStatement - Interface in com.github.housepower.jdbc.wrapper
 
SQLStruct - Interface in com.github.housepower.jdbc.wrapper
 
sqlTypeId() - Method in interface com.github.housepower.data.IDataType
Deprecated.
sqlTypeId() - Method in interface com.github.housepower.data.type.BaseDataTypeInt16
 
sqlTypeId() - Method in interface com.github.housepower.data.type.BaseDataTypeInt32
 
sqlTypeId() - Method in interface com.github.housepower.data.type.BaseDataTypeInt64
 
sqlTypeId() - Method in interface com.github.housepower.data.type.BaseDataTypeInt8
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeArray
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeDateTime64
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeDecimal
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeEnum16
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeEnum8
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeFixedString
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeMap
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeNothing
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeNullable
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeString
 
sqlTypeId() - Method in class com.github.housepower.data.type.complex.DataTypeTuple
 
sqlTypeId() - Method in class com.github.housepower.data.type.DataTypeDate
 
sqlTypeId() - Method in class com.github.housepower.data.type.DataTypeDate32
 
sqlTypeId() - Method in class com.github.housepower.data.type.DataTypeFloat32
 
sqlTypeId() - Method in class com.github.housepower.data.type.DataTypeFloat64
 
sqlTypeId() - Method in class com.github.housepower.data.type.DataTypeIPv4
 
sqlTypeId() - Method in class com.github.housepower.data.type.DataTypeUUID
 
SQLWrapper - Interface in com.github.housepower.jdbc.wrapper
 
STAGE_COMPLETE - Static variable in class com.github.housepower.protocol.QueryRequest
 
STAGE_FETCH_COLUMNS - Static variable in class com.github.housepower.protocol.QueryRequest
 
STAGE_WITH_MERGEABLE_STATE - Static variable in class com.github.housepower.protocol.QueryRequest
 
STAGE_WITH_MERGEABLE_STATE_AFTER_AGGREGATION - Static variable in class com.github.housepower.protocol.QueryRequest
 
start() - Method in class com.github.housepower.misc.StringView
 
storesLowerCaseIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
storesLowerCaseIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
storesLowerCaseQuotedIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
storesLowerCaseQuotedIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
storesMixedCaseIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
storesMixedCaseIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
storesMixedCaseQuotedIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
storesMixedCaseQuotedIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
storesUpperCaseIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
storesUpperCaseIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
storesUpperCaseQuotedIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
storesUpperCaseQuotedIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
stream_flush_interval_ms - Static variable in class com.github.housepower.settings.SettingKey
 
stringLiteral() - Method in class com.github.housepower.misc.SQLLexer
 
stringView() - Method in class com.github.housepower.misc.SQLLexer
 
StringView - Class in com.github.housepower.misc
 
StringView(String, int, int) - Constructor for class com.github.housepower.misc.StringView
 
StrUtil - Class in com.github.housepower.misc
 
StrUtil() - Constructor for class com.github.housepower.misc.StrUtil
 
sub(int, int) - Method in class com.github.housepower.misc.Slice
 
subSequence(int, int) - Method in class com.github.housepower.misc.BytesCharSeq
 
subSequence(int, int) - Method in class com.github.housepower.misc.StringView
 
subview(int, int) - Method in class com.github.housepower.misc.StringView
 
supportsAlterTableWithAddColumn() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsAlterTableWithAddColumn() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsAlterTableWithDropColumn() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsAlterTableWithDropColumn() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsANSI92EntryLevelSQL() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsANSI92EntryLevelSQL() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsANSI92FullSQL() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsANSI92FullSQL() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsANSI92IntermediateSQL() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsANSI92IntermediateSQL() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsBatchUpdates() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsBatchUpdates() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCatalogsInDataManipulation() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCatalogsInDataManipulation() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCatalogsInIndexDefinitions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCatalogsInIndexDefinitions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCatalogsInPrivilegeDefinitions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCatalogsInProcedureCalls() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCatalogsInProcedureCalls() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCatalogsInTableDefinitions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCatalogsInTableDefinitions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsColumnAliasing() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsColumnAliasing() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsConvert() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsConvert(int, int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsConvert() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsConvert(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCoreSQLGrammar() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCoreSQLGrammar() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsCorrelatedSubqueries() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsCorrelatedSubqueries() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsDataManipulationTransactionsOnly() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsDataManipulationTransactionsOnly() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsDifferentTableCorrelationNames() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsDifferentTableCorrelationNames() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsExpressionsInOrderBy() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsExpressionsInOrderBy() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsExtendedSQLGrammar() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsExtendedSQLGrammar() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsFullOuterJoins() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsFullOuterJoins() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsGetGeneratedKeys() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsGetGeneratedKeys() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsGroupBy() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsGroupBy() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsGroupByBeyondSelect() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsGroupByBeyondSelect() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsGroupByUnrelated() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsGroupByUnrelated() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsIntegrityEnhancementFacility() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsIntegrityEnhancementFacility() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsLikeEscapeClause() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsLikeEscapeClause() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsLimitedOuterJoins() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsLimitedOuterJoins() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsMinimumSQLGrammar() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsMinimumSQLGrammar() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsMixedCaseIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsMixedCaseIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsMixedCaseQuotedIdentifiers() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsMultipleOpenResults() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsMultipleOpenResults() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsMultipleResultSets() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsMultipleResultSets() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsMultipleTransactions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsMultipleTransactions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsNamedParameters() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsNamedParameters() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsNonNullableColumns() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsNonNullableColumns() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsOpenCursorsAcrossCommit() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsOpenCursorsAcrossCommit() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsOpenCursorsAcrossRollback() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsOpenCursorsAcrossRollback() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsOpenStatementsAcrossCommit() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsOpenStatementsAcrossCommit() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsOpenStatementsAcrossRollback() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsOpenStatementsAcrossRollback() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsOrderByUnrelated() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsOrderByUnrelated() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsOuterJoins() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsOuterJoins() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsPositionedDelete() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsPositionedDelete() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsPositionedUpdate() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsPositionedUpdate() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsResultSetConcurrency(int, int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsResultSetConcurrency(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsResultSetHoldability(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsResultSetHoldability(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsResultSetType(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsResultSetType(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSavepoints() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSavepoints() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSchemasInDataManipulation() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSchemasInDataManipulation() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSchemasInIndexDefinitions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSchemasInIndexDefinitions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSchemasInPrivilegeDefinitions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSchemasInProcedureCalls() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSchemasInProcedureCalls() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSchemasInTableDefinitions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSchemasInTableDefinitions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSelectForUpdate() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSelectForUpdate() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsStatementPooling() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsStatementPooling() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsStoredFunctionsUsingCallSyntax() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsStoredProcedures() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsStoredProcedures() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSubqueriesInComparisons() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSubqueriesInComparisons() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSubqueriesInExists() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSubqueriesInExists() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSubqueriesInIns() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSubqueriesInIns() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsSubqueriesInQuantifieds() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsSubqueriesInQuantifieds() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsTableCorrelationNames() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsTableCorrelationNames() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsTransactionIsolationLevel(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsTransactionIsolationLevel(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsTransactions() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsTransactions() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsUnion() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsUnion() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
supportsUnionAll() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
supportsUnionAll() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
Switcher<T> - Class in com.github.housepower.misc
 
Switcher(T, T) - Constructor for class com.github.housepower.misc.Switcher
 
SystemUtil - Class in com.github.housepower.misc
 
SystemUtil() - Constructor for class com.github.housepower.misc.SystemUtil
 

T

table(String) - Method in class com.github.housepower.jdbc.ClickHouseResultSetBuilder
 
table_function_remote_max_addresses - Static variable in class com.github.housepower.settings.SettingKey
 
tcp_keep_alive - Static variable in class com.github.housepower.settings.SettingKey
 
TCP_KINE - Static variable in class com.github.housepower.client.NativeContext.ClientContext
 
tcpKeepAlive(boolean) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
tcpKeepAlive() - Method in class com.github.housepower.settings.ClickHouseConfig
 
timeout_before_checking_execution_speed - Static variable in class com.github.housepower.settings.SettingKey
 
timeZone() - Method in class com.github.housepower.client.NativeContext.ServerContext
 
toEpochMilli(ZonedDateTime) - Static method in class com.github.housepower.misc.DateTimeUtil
 
toEpochSecond(ZonedDateTime) - Static method in class com.github.housepower.misc.DateTimeUtil
 
toString() - Method in class com.github.housepower.jdbc.ClickHouseArray
 
toString() - Method in class com.github.housepower.jdbc.ClickHouseStruct
 
toString() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement
 
toString() - Method in class com.github.housepower.jdbc.statement.ClickHousePreparedQueryStatement
 
toString() - Method in class com.github.housepower.misc.BytesCharSeq
 
toString() - Method in class com.github.housepower.misc.Left
 
toString() - Method in class com.github.housepower.misc.Right
 
toString() - Method in class com.github.housepower.misc.StringView
 
toString(Object) - Static method in class com.github.housepower.misc.StrUtil
 
toString() - Method in enum com.github.housepower.settings.ClickHouseErrCode
 
totals_auto_threshold - Static variable in class com.github.housepower.settings.SettingKey
 
TotalsResponse - Class in com.github.housepower.protocol
 
toTimestamp(ZonedDateTime, ZoneId) - Static method in class com.github.housepower.misc.DateTimeUtil
 
toZonedDateTime(long, int, ZoneId) - Static method in class com.github.housepower.misc.DateTimeUtil
 
toZonedDateTime(Timestamp, ZoneId) - Static method in class com.github.housepower.misc.DateTimeUtil
 
trace(String, Object...) - Method in class com.github.housepower.log.JdkLogger
 
trace(String, Throwable) - Method in class com.github.housepower.log.JdkLogger
 
trace(String, Object...) - Method in interface com.github.housepower.log.Logger
 
trace(String, Throwable) - Method in interface com.github.housepower.log.Logger
 
trace(String, Object...) - Method in class com.github.housepower.log.Slf4jLogger
 
trace(String, Throwable) - Method in class com.github.housepower.log.Slf4jLogger
 
type - Variable in class com.github.housepower.data.AbstractColumn
 
type() - Method in class com.github.housepower.data.AbstractColumn
 
type() - Method in interface com.github.housepower.data.IColumn
 
type() - Method in class com.github.housepower.protocol.DataRequest
 
type() - Method in class com.github.housepower.protocol.DataResponse
 
type() - Method in class com.github.housepower.protocol.EOFStreamResponse
 
type() - Method in class com.github.housepower.protocol.ExceptionResponse
 
type() - Method in class com.github.housepower.protocol.ExtremesResponse
 
type() - Method in class com.github.housepower.protocol.HelloRequest
 
type() - Method in class com.github.housepower.protocol.HelloResponse
 
type() - Method in class com.github.housepower.protocol.PingRequest
 
type() - Method in class com.github.housepower.protocol.PongResponse
 
type() - Method in class com.github.housepower.protocol.ProfileInfoResponse
 
type() - Method in class com.github.housepower.protocol.ProgressResponse
 
type() - Method in class com.github.housepower.protocol.QueryRequest
 
type() - Method in interface com.github.housepower.protocol.Request
 
type() - Method in interface com.github.housepower.protocol.Response
 
type() - Method in class com.github.housepower.protocol.TotalsResponse
 
type() - Method in class com.github.housepower.settings.SettingKey
 
tz - Variable in class com.github.housepower.jdbc.statement.AbstractPreparedStatement
 

U

unchecked(Exception) - Static method in class com.github.housepower.misc.ExceptionUtil
 
unchecked(ExceptionUtil.CheckedFunction<T, R>) - Static method in class com.github.housepower.misc.ExceptionUtil
 
unchecked(ExceptionUtil.CheckedBiFunction<T, U, R>) - Static method in class com.github.housepower.misc.ExceptionUtil
 
unchecked(ExceptionUtil.CheckedSupplier<T>) - Static method in class com.github.housepower.misc.ExceptionUtil
 
unwrap(Class<T>) - Method in interface com.github.housepower.jdbc.wrapper.SQLWrapper
 
updateArray(int, Array) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateArray(String, Array) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateAsciiStream(int, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateAsciiStream(String, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateAsciiStream(int, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateAsciiStream(String, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateAsciiStream(int, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateAsciiStream(String, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBigDecimal(int, BigDecimal) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBigDecimal(String, BigDecimal) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBinaryStream(int, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBinaryStream(String, InputStream, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBinaryStream(int, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBinaryStream(String, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBinaryStream(int, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBinaryStream(String, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBlob(int, Blob) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBlob(String, Blob) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBlob(int, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBlob(String, InputStream, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBlob(int, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBlob(String, InputStream) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBoolean(int, boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBoolean(String, boolean) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateByte(int, byte) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateByte(String, byte) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBytes(int, byte[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateBytes(String, byte[]) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateCharacterStream(int, Reader, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateCharacterStream(String, Reader, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateCharacterStream(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateCharacterStream(String, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateCharacterStream(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateCharacterStream(String, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateClob(int, Clob) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateClob(String, Clob) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateClob(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateClob(String, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateClob(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateClob(String, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateDate(int, Date) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateDate(String, Date) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateDouble(int, double) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateDouble(String, double) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateFloat(int, float) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateFloat(String, float) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateInt(int, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateInt(String, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateLong(int, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateLong(String, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNCharacterStream(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNCharacterStream(String, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNCharacterStream(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNCharacterStream(String, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNClob(int, NClob) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNClob(String, NClob) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNClob(int, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNClob(String, Reader, long) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNClob(int, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNClob(String, Reader) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNString(int, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNString(String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNull(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateNull(String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateObject(int, Object, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateObject(int, Object) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateObject(String, Object, int) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateObject(String, Object) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateRef(int, Ref) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateRef(String, Ref) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateRow() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateRowId(int, RowId) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateRowId(String, RowId) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updatesAreDetected(int) - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
updatesAreDetected(int) - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
updateShort(int, short) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateShort(String, short) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateSQLXML(int, SQLXML) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateSQLXML(String, SQLXML) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateString(int, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateString(String, String) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateTime(int, Time) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateTime(String, Time) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateTimestamp(int, Timestamp) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
updateTimestamp(String, Timestamp) - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
use_client_time_zone - Static variable in class com.github.housepower.settings.SettingKey
 
use_index_for_in_with_subqueries - Static variable in class com.github.housepower.settings.SettingKey
 
use_uncompressed_cache - Static variable in class com.github.housepower.settings.SettingKey
 
user(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
user() - Method in class com.github.housepower.settings.ClickHouseConfig
 
user - Static variable in class com.github.housepower.settings.SettingKey
 
usesLocalFilePerTable() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
usesLocalFilePerTable() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
usesLocalFiles() - Method in class com.github.housepower.jdbc.ClickHouseDatabaseMetadata
 
usesLocalFiles() - Method in interface com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata
 
UTF8 - Static variable in interface com.github.housepower.serde.SettingType
 
Util - Class in com.github.housepower.log
An internal utility class.

V

Validate - Class in com.github.housepower.misc
 
Validate() - Constructor for class com.github.housepower.misc.Validate
 
value(int) - Method in class com.github.housepower.data.AbstractColumn
 
value(int) - Method in interface com.github.housepower.data.IColumn
 
valueOf(String) - Static method in enum com.github.housepower.client.SessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.housepower.protocol.Request.ProtoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.housepower.protocol.Response.ProtoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.housepower.settings.ClickHouseErrCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.housepower.client.SessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.github.housepower.data.AbstractColumn
 
values() - Static method in enum com.github.housepower.protocol.Request.ProtoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.housepower.protocol.Response.ProtoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.housepower.settings.ClickHouseErrCode
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesNativeInputFormat - Class in com.github.housepower.stream
 
ValuesNativeInputFormat(int, String) - Constructor for class com.github.housepower.stream.ValuesNativeInputFormat
 
ValuesWithParametersNativeInputFormat - Class in com.github.housepower.stream
 
ValuesWithParametersNativeInputFormat(int, String) - Constructor for class com.github.housepower.stream.ValuesWithParametersNativeInputFormat
 
version() - Method in class com.github.housepower.client.NativeContext.ServerContext
 

W

warn(String, Object...) - Method in class com.github.housepower.log.JdkLogger
 
warn(String, Throwable) - Method in class com.github.housepower.log.JdkLogger
 
warn(String, Object...) - Method in interface com.github.housepower.log.Logger
 
warn(String, Throwable) - Method in interface com.github.housepower.log.Logger
 
warn(String, Object...) - Method in class com.github.housepower.log.Slf4jLogger
 
warn(String, Throwable) - Method in class com.github.housepower.log.Slf4jLogger
 
wasNull() - Method in class com.github.housepower.jdbc.ClickHouseResultSet
 
wasNull() - Method in interface com.github.housepower.jdbc.wrapper.SQLResultSet
 
with(String, Properties) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withCharset(Charset) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withClientName(String) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withCredentials(String, String) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withDatabase(String) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withDefaultValue(Object) - Method in class com.github.housepower.settings.SettingKey.Builder
 
withDescription(String) - Method in class com.github.housepower.settings.SettingKey.Builder
 
withHostPort(String, int) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withJdbcUrl(String) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
withJdbcUrl(String) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withName(String) - Method in class com.github.housepower.settings.SettingKey.Builder
 
withProperties(Properties) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
withProperties(Properties) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withQueryTimeout(Duration) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withSetting(SettingKey, Serializable) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
withSettings(Map<SettingKey, Serializable>) - Method in class com.github.housepower.settings.ClickHouseConfig.Builder
 
withSettings(Map<SettingKey, Serializable>) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withTcpKeepAlive(boolean) - Method in class com.github.housepower.settings.ClickHouseConfig
 
withType(SettingType<?>) - Method in class com.github.housepower.settings.SettingKey.Builder
 
write(Object) - Method in class com.github.housepower.data.Column
 
write(Object) - Method in class com.github.housepower.data.ColumnArray
 
write(Object) - Method in class com.github.housepower.data.ColumnMap
 
write(Object) - Method in class com.github.housepower.data.ColumnNullable
 
write(Object) - Method in class com.github.housepower.data.ColumnTuple
 
write(Object) - Method in interface com.github.housepower.data.IColumn
 
WRITE_COMPRESS - Static variable in class com.github.housepower.settings.ClickHouseDefines
 
writeBinary(byte) - Method in interface com.github.housepower.buffer.BuffedWriter
 
writeBinary(byte[]) - Method in interface com.github.housepower.buffer.BuffedWriter
 
writeBinary(byte[], int, int) - Method in interface com.github.housepower.buffer.BuffedWriter
 
writeBinary(byte) - Method in class com.github.housepower.buffer.ByteArrayWriter
 
writeBinary(byte[]) - Method in class com.github.housepower.buffer.ByteArrayWriter
 
writeBinary(byte[], int, int) - Method in class com.github.housepower.buffer.ByteArrayWriter
 
writeBinary(byte) - Method in class com.github.housepower.buffer.CompressedBuffedWriter
 
writeBinary(byte[]) - Method in class com.github.housepower.buffer.CompressedBuffedWriter
 
writeBinary(byte[], int, int) - Method in class com.github.housepower.buffer.CompressedBuffedWriter
 
writeBinary(byte) - Method in class com.github.housepower.buffer.SocketBuffedWriter
 
writeBinary(byte[]) - Method in class com.github.housepower.buffer.SocketBuffedWriter
 
writeBinary(byte[], int, int) - Method in class com.github.housepower.buffer.SocketBuffedWriter
 
writeBoolean(boolean) - Method in class com.github.housepower.serde.BinarySerializer
 
writeByte(byte) - Method in class com.github.housepower.serde.BinarySerializer
 
writeBytes(byte[]) - Method in class com.github.housepower.serde.BinarySerializer
 
writeBytes(byte[], int, int) - Method in class com.github.housepower.serde.BinarySerializer
 
writeBytesBinary(byte[]) - Method in class com.github.housepower.serde.BinarySerializer
 
writeDouble(double) - Method in class com.github.housepower.serde.BinarySerializer
 
writeFloat(float) - Method in class com.github.housepower.serde.BinarySerializer
 
writeImpl(BinarySerializer) - Method in class com.github.housepower.protocol.DataRequest
 
writeImpl(BinarySerializer) - Method in class com.github.housepower.protocol.HelloRequest
 
writeImpl(BinarySerializer) - Method in class com.github.housepower.protocol.PingRequest
 
writeImpl(BinarySerializer) - Method in class com.github.housepower.protocol.QueryRequest
 
writeImpl(BinarySerializer) - Method in interface com.github.housepower.protocol.Request
 
writeInt(int) - Method in class com.github.housepower.serde.BinarySerializer
 
writeLong(long) - Method in class com.github.housepower.serde.BinarySerializer
 
writeShort(short) - Method in class com.github.housepower.serde.BinarySerializer
 
writeStringBinary(String, Charset) - Method in class com.github.housepower.serde.BinarySerializer
 
writeTo(BinarySerializer) - Method in class com.github.housepower.client.NativeContext.ClientContext
 
writeTo(BinarySerializer) - Method in class com.github.housepower.data.Block
 
writeTo(BinarySerializer) - Method in class com.github.housepower.data.BlockSettings
 
writeTo(BinarySerializer) - Method in class com.github.housepower.data.ColumnWriterBuffer
 
writeTo(BinarySerializer) - Method in interface com.github.housepower.protocol.Request
 
writeUTF8StringBinary(String) - Method in class com.github.housepower.serde.BinarySerializer
 
writeVarInt(long) - Method in class com.github.housepower.serde.BinarySerializer
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.