Class Hierarchy
- java.lang.Object
- com.github.housepower.data.AbstractColumn (implements com.github.housepower.data.IColumn)
- com.github.housepower.jdbc.BalancedClickhouseDataSource (implements javax.sql.DataSource, com.github.housepower.jdbc.wrapper.SQLWrapper)
- com.github.housepower.serde.BinaryDeserializer
- com.github.housepower.serde.BinarySerializer
- com.github.housepower.data.Block
- com.github.housepower.data.BlockSettings
- com.github.housepower.data.BlockSettings.Setting
- com.github.housepower.buffer.ByteArrayWriter (implements com.github.housepower.buffer.BuffedWriter)
- com.github.housepower.misc.BytesCharSeq (implements java.lang.CharSequence)
- com.github.housepower.jdbc.ClickHouseArray (implements com.github.housepower.jdbc.wrapper.SQLArray)
- com.github.housepower.misc.ClickHouseCityHash
- com.github.housepower.settings.ClickHouseConfig (implements java.io.Serializable)
- com.github.housepower.settings.ClickHouseConfig.Builder
- com.github.housepower.jdbc.ClickHouseConnection (implements com.github.housepower.jdbc.wrapper.SQLConnection)
- com.github.housepower.jdbc.ClickHouseDatabaseMetadata (implements com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata)
- com.github.housepower.settings.ClickHouseDefines
- com.github.housepower.jdbc.ClickHouseDriver (implements java.sql.Driver)
- com.github.housepower.jdbc.ClickhouseJdbcUrlParser
- com.github.housepower.stream.ClickHouseQueryResult (implements com.github.housepower.stream.QueryResult)
- com.github.housepower.jdbc.ClickHouseResultSet (implements com.github.housepower.jdbc.wrapper.SQLResultSet)
- com.github.housepower.jdbc.ClickHouseResultSetBuilder
- com.github.housepower.jdbc.ClickHouseResultSetMetaData (implements com.github.housepower.jdbc.wrapper.SQLResultSetMetaData)
- com.github.housepower.jdbc.statement.ClickHouseStatement (implements com.github.housepower.jdbc.wrapper.SQLStatement)
- com.github.housepower.jdbc.ClickHouseStruct (implements com.github.housepower.jdbc.wrapper.SQLStruct)
- com.github.housepower.misc.CollectionUtil
- com.github.housepower.data.ColumnFactory
- com.github.housepower.data.ColumnWriterBuffer
- com.github.housepower.data.ColumnWriterBufferFactory
- com.github.housepower.buffer.CompressedBuffedReader (implements com.github.housepower.buffer.BuffedReader, com.github.housepower.misc.BytesHelper)
- com.github.housepower.buffer.CompressedBuffedWriter (implements com.github.housepower.buffer.BuffedWriter, com.github.housepower.misc.BytesHelper)
- com.github.housepower.protocol.DataRequest (implements com.github.housepower.protocol.Request)
- com.github.housepower.protocol.DataResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.data.type.complex.DataTypeArray (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.DataTypeDate (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.DataTypeDate32 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeDateTime (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeDateTime64 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeDecimal (implements com.github.housepower.misc.BytesHelper, com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeEnum16 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeEnum8 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.DataTypeFactory
- com.github.housepower.data.type.complex.DataTypeFixedString (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.DataTypeFloat32 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.DataTypeFloat64 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.DataTypeInt16 (implements com.github.housepower.data.type.BaseDataTypeInt16<CK,JDBC>)
- com.github.housepower.data.type.DataTypeInt32 (implements com.github.housepower.data.type.BaseDataTypeInt32<CK,JDBC>)
- com.github.housepower.data.type.DataTypeInt64 (implements com.github.housepower.data.type.BaseDataTypeInt64<CK,JDBC>)
- com.github.housepower.data.type.DataTypeInt8 (implements com.github.housepower.data.type.BaseDataTypeInt8<CK,JDBC>)
- com.github.housepower.data.type.DataTypeIPv4 (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeMap (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeNothing (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeNullable (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeString (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.complex.DataTypeTuple (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.data.type.DataTypeUInt16 (implements com.github.housepower.data.type.BaseDataTypeInt16<CK,JDBC>)
- com.github.housepower.data.type.DataTypeUInt32 (implements com.github.housepower.data.type.BaseDataTypeInt32<CK,JDBC>)
- com.github.housepower.data.type.DataTypeUInt64 (implements com.github.housepower.data.type.BaseDataTypeInt64<CK,JDBC>, com.github.housepower.misc.BytesHelper)
- com.github.housepower.data.type.DataTypeUInt8 (implements com.github.housepower.data.type.BaseDataTypeInt8<CK,JDBC>)
- com.github.housepower.data.type.DataTypeUUID (implements com.github.housepower.data.IDataType<CK,JDBC>)
- com.github.housepower.misc.DateTimeUtil
- com.github.housepower.protocol.EOFStreamResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.protocol.ExceptionResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.misc.ExceptionUtil
- com.github.housepower.protocol.ExtremesResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.log.FormattingTuple
- com.github.housepower.protocol.HelloRequest (implements com.github.housepower.protocol.Request)
- com.github.housepower.protocol.HelloResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.log.JdkLogger (implements com.github.housepower.log.Logger)
- com.github.housepower.log.JdkLoggerFactoryAdaptor (implements com.github.housepower.log.LoggerFactoryAdaptor)
- com.github.housepower.misc.Left<L,R> (implements com.github.housepower.misc.Either<L,R>)
- com.github.housepower.log.LoggerFactory
- com.github.housepower.misc.LRUCache<K,V>
- com.github.housepower.log.MessageFormatter
- com.github.housepower.client.NativeClient
- com.github.housepower.client.NativeContext
- com.github.housepower.client.NativeContext.ClientContext
- com.github.housepower.client.NativeContext.ServerContext
- com.github.housepower.protocol.PingRequest (implements com.github.housepower.protocol.Request)
- com.github.housepower.protocol.PongResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.protocol.ProfileInfoResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.protocol.ProgressResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.protocol.QueryRequest (implements com.github.housepower.protocol.Request)
- com.github.housepower.stream.QueryResultBuilder
- com.github.housepower.misc.Right<L,R> (implements com.github.housepower.misc.Either<L,R>)
- com.github.housepower.settings.SettingKey (implements java.io.Serializable)
- com.github.housepower.settings.SettingKey.Builder
- com.github.housepower.log.Slf4jLogger (implements com.github.housepower.log.Logger)
- com.github.housepower.log.Slf4jLoggerFactoryAdaptor (implements com.github.housepower.log.LoggerFactoryAdaptor)
- com.github.housepower.misc.Slice (implements java.lang.Iterable<T>)
- com.github.housepower.misc.Slice.SliceIterator (implements java.util.Iterator<E>)
- com.github.housepower.buffer.SocketBuffedReader (implements com.github.housepower.buffer.BuffedReader)
- com.github.housepower.buffer.SocketBuffedWriter (implements com.github.housepower.buffer.BuffedWriter)
- com.github.housepower.misc.SQLLexer
- com.github.housepower.misc.StringView (implements java.lang.CharSequence)
- com.github.housepower.misc.StrUtil
- com.github.housepower.misc.Switcher<T>
- com.github.housepower.misc.SystemUtil
- java.lang.Throwable (implements java.io.Serializable)
- com.github.housepower.protocol.TotalsResponse (implements com.github.housepower.protocol.Response)
- com.github.housepower.log.Util
- com.github.housepower.misc.Validate
- com.github.housepower.stream.ValuesNativeInputFormat (implements com.github.housepower.stream.NativeInputFormat)
- com.github.housepower.stream.ValuesWithParametersNativeInputFormat (implements com.github.housepower.stream.NativeInputFormat)
Interface Hierarchy
- java.sql.Array
- com.github.housepower.jdbc.wrapper.SQLArray (also extends com.github.housepower.log.Logging)
- java.lang.AutoCloseable
- com.github.housepower.buffer.BuffedReader
- com.github.housepower.buffer.BuffedWriter
- com.github.housepower.misc.BytesHelper
- com.github.housepower.misc.CheckedIterator<T,E>
- com.github.housepower.misc.CheckedSupplier<R,E>
- com.github.housepower.data.type.complex.DataTypeCreator<CK,JDBC>
- com.github.housepower.misc.Either<L,R>
- com.github.housepower.misc.ExceptionUtil.CheckedBiConsumer<T,U>
- com.github.housepower.misc.ExceptionUtil.CheckedBiFunction<T,U,R>
- com.github.housepower.misc.ExceptionUtil.CheckedFunction<T,R>
- com.github.housepower.misc.ExceptionUtil.CheckedRunnable
- com.github.housepower.misc.ExceptionUtil.CheckedSupplier<T>
- com.github.housepower.data.IColumn
- com.github.housepower.data.IDataType<CK,JDBC>
- com.github.housepower.stream.InputFormat<T,E>
- com.github.housepower.log.Logger
- com.github.housepower.log.LoggerFactoryAdaptor
- com.github.housepower.log.Logging
- com.github.housepower.stream.QueryResult
- com.github.housepower.protocol.Request
- com.github.housepower.protocol.Response
- com.github.housepower.serde.SettingType<T>
- java.sql.Struct
- com.github.housepower.jdbc.wrapper.SQLStruct (also extends com.github.housepower.log.Logging)
- java.sql.Wrapper
- java.sql.Connection (also extends java.lang.AutoCloseable)
- java.sql.DatabaseMetaData
- java.sql.PreparedStatement
- java.sql.ResultSet (also extends java.lang.AutoCloseable)
- java.sql.ResultSetMetaData
- com.github.housepower.jdbc.wrapper.SQLConnection (also extends java.sql.Connection, com.github.housepower.log.Logging, com.github.housepower.jdbc.wrapper.SQLWrapper)
- com.github.housepower.jdbc.wrapper.SQLDatabaseMetadata (also extends java.sql.DatabaseMetaData, com.github.housepower.log.Logging, com.github.housepower.jdbc.wrapper.SQLWrapper)
- com.github.housepower.jdbc.wrapper.SQLPreparedStatement (also extends com.github.housepower.log.Logging, java.sql.PreparedStatement, com.github.housepower.jdbc.wrapper.SQLStatement)
- com.github.housepower.jdbc.wrapper.SQLResultSet (also extends com.github.housepower.log.Logging, java.sql.ResultSet, com.github.housepower.jdbc.wrapper.SQLWrapper)
- com.github.housepower.jdbc.wrapper.SQLResultSetMetaData (also extends com.github.housepower.log.Logging, java.sql.ResultSetMetaData, com.github.housepower.jdbc.wrapper.SQLWrapper)
- com.github.housepower.jdbc.wrapper.SQLStatement (also extends com.github.housepower.log.Logging, com.github.housepower.jdbc.wrapper.SQLWrapper, java.sql.Statement)
- com.github.housepower.jdbc.wrapper.SQLWrapper
- java.sql.Statement (also extends java.lang.AutoCloseable)
Annotation Type Hierarchy
- com.github.housepower.annotation.Issue (implements java.lang.annotation.Annotation)
Enum Hierarchy
Copyright © 2021. All rights reserved.