public class IoTDBConnection extends Object implements Connection
| Modifier and Type | Field and Description |
|---|---|
org.apache.iotdb.service.rpc.thrift.TSIService.Iface |
client |
org.apache.iotdb.service.rpc.thrift.TS_SessionHandle |
sessionHandle |
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
IoTDBConnection() |
IoTDBConnection(String url,
Properties info) |
public org.apache.iotdb.service.rpc.thrift.TSIService.Iface client
public org.apache.iotdb.service.rpc.thrift.TS_SessionHandle sessionHandle
public IoTDBConnection()
public IoTDBConnection(String url, Properties info) throws SQLException, org.apache.thrift.transport.TTransportException
SQLExceptionorg.apache.thrift.transport.TTransportExceptionpublic static org.apache.iotdb.service.rpc.thrift.TSIService.Iface newSynchronizedClient(org.apache.iotdb.service.rpc.thrift.TSIService.Iface client)
public boolean isWrapperFor(Class<?> arg0) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic <T> T unwrap(Class<T> arg0) throws SQLException
unwrap in interface WrapperSQLExceptionpublic void abort(Executor arg0) throws SQLException
abort in interface ConnectionSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface ConnectionSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface ConnectionSQLExceptionpublic void commit()
throws SQLException
commit in interface ConnectionSQLExceptionpublic Array createArrayOf(String arg0, Object[] arg1) throws SQLException
createArrayOf in interface ConnectionSQLExceptionpublic Blob createBlob() throws SQLException
createBlob in interface ConnectionSQLExceptionpublic Clob createClob() throws SQLException
createClob in interface ConnectionSQLExceptionpublic NClob createNClob() throws SQLException
createNClob in interface ConnectionSQLExceptionpublic SQLXML createSQLXML() throws SQLException
createSQLXML in interface ConnectionSQLExceptionpublic Statement createStatement() throws SQLException
createStatement in interface ConnectionSQLExceptionpublic Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
createStatement in interface ConnectionSQLExceptionpublic Statement createStatement(int arg0, int arg1, int arg2) throws SQLException
createStatement in interface ConnectionSQLExceptionpublic Struct createStruct(String arg0, Object[] arg1) throws SQLException
createStruct in interface ConnectionSQLExceptionpublic boolean getAutoCommit()
throws SQLException
getAutoCommit in interface ConnectionSQLExceptionpublic void setAutoCommit(boolean arg0)
throws SQLException
setAutoCommit in interface ConnectionSQLExceptionpublic String getCatalog() throws SQLException
getCatalog in interface ConnectionSQLExceptionpublic void setCatalog(String arg0) throws SQLException
setCatalog in interface ConnectionSQLExceptionpublic Properties getClientInfo() throws SQLException
getClientInfo in interface ConnectionSQLExceptionpublic void setClientInfo(Properties arg0) throws SQLClientInfoException
setClientInfo in interface ConnectionSQLClientInfoExceptionpublic String getClientInfo(String arg0) throws SQLException
getClientInfo in interface ConnectionSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface ConnectionSQLExceptionpublic void setHoldability(int arg0)
throws SQLException
setHoldability in interface ConnectionSQLExceptionpublic DatabaseMetaData getMetaData() throws SQLException
getMetaData in interface ConnectionSQLExceptionpublic int getNetworkTimeout()
throws SQLException
getNetworkTimeout in interface ConnectionSQLExceptionpublic String getSchema() throws SQLException
getSchema in interface ConnectionSQLExceptionpublic void setSchema(String arg0) throws SQLException
setSchema in interface ConnectionSQLExceptionpublic int getTransactionIsolation()
throws SQLException
getTransactionIsolation in interface ConnectionSQLExceptionpublic void setTransactionIsolation(int arg0)
throws SQLException
setTransactionIsolation in interface ConnectionSQLExceptionpublic Map<String,Class<?>> getTypeMap() throws SQLException
getTypeMap in interface ConnectionSQLExceptionpublic void setTypeMap(Map<String,Class<?>> arg0) throws SQLException
setTypeMap in interface ConnectionSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface ConnectionSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface ConnectionSQLExceptionpublic boolean isReadOnly()
throws SQLException
isReadOnly in interface ConnectionSQLExceptionpublic void setReadOnly(boolean arg0)
throws SQLException
setReadOnly in interface ConnectionSQLExceptionpublic boolean isValid(int arg0)
throws SQLException
isValid in interface ConnectionSQLExceptionpublic String nativeSQL(String arg0) throws SQLException
nativeSQL in interface ConnectionSQLExceptionpublic CallableStatement prepareCall(String arg0) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic CallableStatement prepareCall(String arg0, int arg1, int arg2) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic CallableStatement prepareCall(String arg0, int arg1, int arg2, int arg3) throws SQLException
prepareCall in interface ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareStatement in interface ConnectionSQLExceptionpublic void releaseSavepoint(Savepoint arg0) throws SQLException
releaseSavepoint in interface ConnectionSQLExceptionpublic void rollback()
throws SQLException
rollback in interface ConnectionSQLExceptionpublic void rollback(Savepoint arg0) throws SQLException
rollback in interface ConnectionSQLExceptionpublic void setClientInfo(String arg0, String arg1) throws SQLClientInfoException
setClientInfo in interface ConnectionSQLClientInfoExceptionpublic void setNetworkTimeout(Executor arg0, int arg1) throws SQLException
setNetworkTimeout in interface ConnectionSQLExceptionpublic Savepoint setSavepoint() throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic Savepoint setSavepoint(String arg0) throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic boolean reconnect()
public String getTimeZone() throws org.apache.thrift.TException, IoTDBSQLException
org.apache.thrift.TExceptionIoTDBSQLExceptionpublic void setTimeZone(String zoneId) throws org.apache.thrift.TException, IoTDBSQLException
org.apache.thrift.TExceptionIoTDBSQLExceptionpublic org.apache.iotdb.service.rpc.thrift.ServerProperties getServerProperties()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic org.apache.iotdb.service.rpc.thrift.TSProtocolVersion getProtocol()
public void setProtocol(org.apache.iotdb.service.rpc.thrift.TSProtocolVersion protocol)
Copyright © 2019 The Apache Software Foundation. All rights reserved.