public class IoTDBConnection extends Object implements Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
IoTDBConnection() |
IoTDBConnection(String url,
Properties info) |
public IoTDBConnection()
public IoTDBConnection(String url, Properties info) throws SQLException, org.apache.thrift.transport.TTransportException
SQLExceptionorg.apache.thrift.transport.TTransportExceptionpublic String getUserName()
public String getUrl()
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()
clearWarnings in interface Connectionpublic 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()
getAutoCommit in interface Connectionpublic void setAutoCommit(boolean arg0)
setAutoCommit in interface Connectionpublic String getCatalog()
getCatalog in interface Connectionpublic 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()
getHoldability in interface Connectionpublic void setHoldability(int arg0)
throws SQLException
setHoldability in interface ConnectionSQLExceptionpublic DatabaseMetaData getMetaData() throws SQLException
getMetaData in interface ConnectionSQLExceptionpublic int getNetworkTimeout()
getNetworkTimeout in interface Connectionpublic String getSchema() throws SQLException
getSchema in interface ConnectionSQLExceptionpublic void setSchema(String arg0) throws SQLException
setSchema in interface ConnectionSQLExceptionpublic int getTransactionIsolation()
getTransactionIsolation in interface Connectionpublic 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()
getWarnings in interface Connectionpublic boolean isClosed()
isClosed in interface Connectionpublic boolean isReadOnly()
isReadOnly in interface Connectionpublic void setReadOnly(boolean readonly)
throws SQLException
setReadOnly in interface ConnectionSQLExceptionpublic boolean isValid(int arg0)
isValid in interface Connectionpublic 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()
rollback in interface Connectionpublic void rollback(Savepoint arg0)
rollback in interface Connectionpublic void setClientInfo(String name, String value) throws SQLClientInfoException
setClientInfo in interface ConnectionSQLClientInfoExceptionpublic void setNetworkTimeout(Executor arg0, int arg1) throws SQLException
setNetworkTimeout in interface ConnectionSQLExceptionpublic int getQueryTimeout()
public void setQueryTimeout(int seconds)
throws SQLException
SQLExceptionpublic Savepoint setSavepoint() throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic Savepoint setSavepoint(String arg0) throws SQLException
setSavepoint in interface ConnectionSQLExceptionpublic org.apache.iotdb.service.rpc.thrift.IClientRPCService.Iface getClient()
public long getSessionId()
public void setClient(org.apache.iotdb.service.rpc.thrift.IClientRPCService.Iface client)
public String getTimeZone()
public void setTimeZone(String timeZone) 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.TExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.