您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
com.github.housepower.jdbc
,
com.github.housepower.jdbc.buffer
,
com.github.housepower.jdbc.connect
,
com.github.housepower.jdbc.data
,
com.github.housepower.jdbc.data.type
,
com.github.housepower.jdbc.data.type.complex
,
com.github.housepower.jdbc.misc
,
com.github.housepower.jdbc.protocol
,
com.github.housepower.jdbc.serializer
,
com.github.housepower.jdbc.settings
,
com.github.housepower.jdbc.statement
,
com.github.housepower.jdbc.stream
,
com.github.housepower.jdbc.wrapper
,
examples
类分层结构
java.lang.
Object
examples.
BatchQuery
com.github.housepower.jdbc.serializer.
BinaryDeserializer
com.github.housepower.jdbc.serializer.
BinarySerializer
com.github.housepower.jdbc.data.
Block
com.github.housepower.jdbc.data.
BlockSettings
com.github.housepower.jdbc.data.
BlockSettings.Setting
com.github.housepower.jdbc.buffer.
ByteArrayWriter
(implements com.github.housepower.jdbc.buffer.
BuffedWriter
)
com.github.housepower.jdbc.misc.
ClickHouseCityHash
com.github.housepower.jdbc.settings.
ClickHouseConfig
com.github.housepower.jdbc.settings.
ClickHouseDefines
com.github.housepower.jdbc.data.
Column
com.github.housepower.jdbc.data.
ColumnWriterBuffer
com.github.housepower.jdbc.buffer.
CompressedBuffedReader
(implements com.github.housepower.jdbc.buffer.
BuffedReader
)
com.github.housepower.jdbc.buffer.
CompressedBuffedWriter
(implements com.github.housepower.jdbc.buffer.
BuffedWriter
)
com.github.housepower.jdbc.misc.
Container
<T>
com.github.housepower.jdbc.data.type.complex.
DataTypeArray
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeDate
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeDateTime
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeDateTime64
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeDecimal
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeEnum16
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeEnum8
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.
DataTypeFactory
com.github.housepower.jdbc.data.type.complex.
DataTypeFixedString
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeFloat32
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeFloat64
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeInt16
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeInt32
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeInt64
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeInt8
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeNullable
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeString
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.complex.
DataTypeTuple
(implements com.github.housepower.jdbc.data.
IDataType
)
com.github.housepower.jdbc.data.type.
DataTypeUUID
(implements com.github.housepower.jdbc.data.
IDataType
)
examples.
ExecuteQuery
com.github.housepower.jdbc.
NonRegisterDriver
(implements java.sql.
Driver
)
com.github.housepower.jdbc.
ClickHouseDriver
com.github.housepower.jdbc.connect.
PhysicalConnection
com.github.housepower.jdbc.connect.
PhysicalInfo
com.github.housepower.jdbc.connect.
PhysicalInfo.ServerInfo
com.github.housepower.jdbc.protocol.
QueryRequest.ClientInfo
com.github.housepower.jdbc.protocol.
QueryResponse
com.github.housepower.jdbc.protocol.
RequestOrResponse
com.github.housepower.jdbc.protocol.
DataRequest
com.github.housepower.jdbc.protocol.
DataResponse
com.github.housepower.jdbc.protocol.
EOFStreamResponse
com.github.housepower.jdbc.protocol.
ExceptionResponse
com.github.housepower.jdbc.protocol.
ExtremesResponse
com.github.housepower.jdbc.protocol.
HelloRequest
com.github.housepower.jdbc.protocol.
HelloResponse
com.github.housepower.jdbc.protocol.
PingRequest
com.github.housepower.jdbc.protocol.
PongResponse
com.github.housepower.jdbc.protocol.
ProfileInfoResponse
com.github.housepower.jdbc.protocol.
ProgressResponse
com.github.housepower.jdbc.protocol.
QueryRequest
com.github.housepower.jdbc.protocol.
TotalsResponse
examples.
SimpleQuery
com.github.housepower.jdbc.misc.
Slice
(implements java.lang.
Iterable
<T>)
com.github.housepower.jdbc.misc.
Slice.SliceIterator
(implements java.util.
Iterator
<E>)
com.github.housepower.jdbc.buffer.
SocketBuffedReader
(implements com.github.housepower.jdbc.buffer.
BuffedReader
)
com.github.housepower.jdbc.buffer.
SocketBuffedWriter
(implements com.github.housepower.jdbc.buffer.
BuffedWriter
)
com.github.housepower.jdbc.wrapper.
SQLArray
(implements java.sql.
Array
)
com.github.housepower.jdbc.
ClickHouseArray
com.github.housepower.jdbc.wrapper.
SQLConnection
(implements java.sql.
Connection
)
com.github.housepower.jdbc.
ClickHouseConnection
com.github.housepower.jdbc.wrapper.
SQLDatabaseMetadata
(implements java.sql.
DatabaseMetaData
)
com.github.housepower.jdbc.misc.
SQLLexer
com.github.housepower.jdbc.wrapper.
SQLResultSet
(implements java.sql.
ResultSet
)
com.github.housepower.jdbc.
ClickHouseResultSet
com.github.housepower.jdbc.wrapper.
SQLResultSetMetaData
(implements java.sql.
ResultSetMetaData
)
com.github.housepower.jdbc.
ClickHouseResultSetMetaData
com.github.housepower.jdbc.wrapper.
SQLStatement
(implements java.sql.
PreparedStatement
, java.sql.
Statement
)
com.github.housepower.jdbc.statement.
ClickHouseStatement
com.github.housepower.jdbc.statement.
AbstractPreparedStatement
(implements java.sql.
PreparedStatement
)
com.github.housepower.jdbc.statement.
ClickHousePreparedInsertStatement
com.github.housepower.jdbc.statement.
ClickHousePreparedQueryStatement
com.github.housepower.jdbc.wrapper.
SQLStruct
(implements java.sql.
Struct
)
com.github.housepower.jdbc.
ClickHouseStruct
com.github.housepower.jdbc.misc.
StringView
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.sql.
SQLException
(implements java.lang.
Iterable
<T>)
com.github.housepower.jdbc.
ClickHouseSQLException
com.github.housepower.jdbc.misc.
Validate
com.github.housepower.jdbc.stream.
ValuesInputFormat
(implements com.github.housepower.jdbc.stream.
InputFormat
)
com.github.housepower.jdbc.stream.
ValuesWithParametersInputFormat
(implements com.github.housepower.jdbc.stream.
InputFormat
)
接口分层结构
com.github.housepower.jdbc.buffer.
BuffedReader
com.github.housepower.jdbc.buffer.
BuffedWriter
com.github.housepower.jdbc.misc.
CheckedIterator
<T,E>
com.github.housepower.jdbc.misc.
CheckedSupplier
<R,E>
com.github.housepower.jdbc.data.
IDataType
com.github.housepower.jdbc.stream.
InputFormat
com.github.housepower.jdbc.settings.
ISettingType
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.housepower.jdbc.settings.
SettingKey
com.github.housepower.jdbc.
ConnectionState
com.github.housepower.jdbc.protocol.
ProtocolType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2020. All rights reserved.