public class NativeClickHouseConnection extends com.github.housepower.jdbc.ClickHouseConnection
| 限定符 | 构造器和说明 |
|---|---|
protected |
NativeClickHouseConnection(com.github.housepower.jdbc.settings.ClickHouseConfig cfg,
com.github.housepower.jdbc.connect.NativeContext nativeCtx) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static com.github.housepower.jdbc.protocol.QueryRequest.ClientContext |
clientContext(com.github.housepower.jdbc.connect.NativeClient nativeClient,
com.github.housepower.jdbc.settings.ClickHouseConfig configure) |
static com.github.housepower.jdbc.ClickHouseConnection |
createClickHouseConnection(com.github.housepower.jdbc.settings.ClickHouseConfig configure) |
private static com.github.housepower.jdbc.connect.NativeContext |
createNativeContext(com.github.housepower.jdbc.settings.ClickHouseConfig configure) |
PreparedStatement |
prepareStatement(String sql,
int autoGeneratedKeys) |
private static com.github.housepower.jdbc.connect.NativeContext.ServerContext |
serverContext(com.github.housepower.jdbc.connect.NativeClient nativeClient,
com.github.housepower.jdbc.settings.ClickHouseConfig configure) |
abort, cfg, clearWarnings, clientContext, close, commit, createArrayOf, createStatement, createStruct, getAutoCommit, getCatalog, getHoldability, getMetaData, getNetworkTimeout, getSampleBlock, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, logger, ping, prepareStatement, prepareStatement, rollback, sendInsertRequest, sendQueryRequest, serverContext, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSchema, setTransactionIsolation, setTypeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, getClientInfo, getClientInfo, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, setSavepoint, setSavepointprotected NativeClickHouseConnection(com.github.housepower.jdbc.settings.ClickHouseConfig cfg, com.github.housepower.jdbc.connect.NativeContext nativeCtx)
public PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic static com.github.housepower.jdbc.ClickHouseConnection createClickHouseConnection(com.github.housepower.jdbc.settings.ClickHouseConfig configure) throws SQLException
SQLExceptionprivate static com.github.housepower.jdbc.connect.NativeContext createNativeContext(com.github.housepower.jdbc.settings.ClickHouseConfig configure) throws SQLException
SQLExceptionprivate static com.github.housepower.jdbc.protocol.QueryRequest.ClientContext clientContext(com.github.housepower.jdbc.connect.NativeClient nativeClient, com.github.housepower.jdbc.settings.ClickHouseConfig configure) throws SQLException
SQLExceptionprivate static com.github.housepower.jdbc.connect.NativeContext.ServerContext serverContext(com.github.housepower.jdbc.connect.NativeClient nativeClient, com.github.housepower.jdbc.settings.ClickHouseConfig configure) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.