public class IoTDBConnection extends Object implements Connection
| 限定符和类型 | 字段和说明 |
|---|---|
org.apache.iotdb.service.rpc.thrift.TSIService.Iface |
client |
| 构造器和说明 |
|---|
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 boolean isWrapperFor(Class<?> arg0) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionpublic <T> T unwrap(Class<T> arg0) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic void abort(Executor arg0) throws SQLException
abort 在接口中 ConnectionSQLExceptionpublic void clearWarnings()
clearWarnings 在接口中 Connectionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 ConnectionSQLExceptionpublic void commit()
throws SQLException
commit 在接口中 ConnectionSQLExceptionpublic Array createArrayOf(String arg0, Object[] arg1) throws SQLException
createArrayOf 在接口中 ConnectionSQLExceptionpublic Blob createBlob() throws SQLException
createBlob 在接口中 ConnectionSQLExceptionpublic Clob createClob() throws SQLException
createClob 在接口中 ConnectionSQLExceptionpublic NClob createNClob() throws SQLException
createNClob 在接口中 ConnectionSQLExceptionpublic SQLXML createSQLXML() throws SQLException
createSQLXML 在接口中 ConnectionSQLExceptionpublic Statement createStatement() throws SQLException
createStatement 在接口中 ConnectionSQLExceptionpublic Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
createStatement 在接口中 ConnectionSQLExceptionpublic Statement createStatement(int arg0, int arg1, int arg2) throws SQLException
createStatement 在接口中 ConnectionSQLExceptionpublic Struct createStruct(String arg0, Object[] arg1) throws SQLException
createStruct 在接口中 ConnectionSQLExceptionpublic boolean getAutoCommit()
getAutoCommit 在接口中 Connectionpublic void setAutoCommit(boolean arg0)
setAutoCommit 在接口中 Connectionpublic String getCatalog()
getCatalog 在接口中 Connectionpublic void setCatalog(String arg0) throws SQLException
setCatalog 在接口中 ConnectionSQLExceptionpublic Properties getClientInfo() throws SQLException
getClientInfo 在接口中 ConnectionSQLExceptionpublic void setClientInfo(Properties arg0) throws SQLClientInfoException
setClientInfo 在接口中 ConnectionSQLClientInfoExceptionpublic String getClientInfo(String arg0) throws SQLException
getClientInfo 在接口中 ConnectionSQLExceptionpublic int getHoldability()
getHoldability 在接口中 Connectionpublic void setHoldability(int arg0)
throws SQLException
setHoldability 在接口中 ConnectionSQLExceptionpublic DatabaseMetaData getMetaData() throws SQLException
getMetaData 在接口中 ConnectionSQLExceptionpublic int getNetworkTimeout()
getNetworkTimeout 在接口中 Connectionpublic String getSchema() throws SQLException
getSchema 在接口中 ConnectionSQLExceptionpublic void setSchema(String arg0) throws SQLException
setSchema 在接口中 ConnectionSQLExceptionpublic int getTransactionIsolation()
getTransactionIsolation 在接口中 Connectionpublic void setTransactionIsolation(int arg0)
throws SQLException
setTransactionIsolation 在接口中 ConnectionSQLExceptionpublic Map<String,Class<?>> getTypeMap() throws SQLException
getTypeMap 在接口中 ConnectionSQLExceptionpublic void setTypeMap(Map<String,Class<?>> arg0) throws SQLException
setTypeMap 在接口中 ConnectionSQLExceptionpublic SQLWarning getWarnings()
getWarnings 在接口中 Connectionpublic boolean isClosed()
isClosed 在接口中 Connectionpublic boolean isReadOnly()
isReadOnly 在接口中 Connectionpublic void setReadOnly(boolean arg0)
throws SQLException
setReadOnly 在接口中 ConnectionSQLExceptionpublic boolean isValid(int arg0)
throws SQLException
isValid 在接口中 ConnectionSQLExceptionpublic String nativeSQL(String arg0) throws SQLException
nativeSQL 在接口中 ConnectionSQLExceptionpublic CallableStatement prepareCall(String arg0) throws SQLException
prepareCall 在接口中 ConnectionSQLExceptionpublic CallableStatement prepareCall(String arg0, int arg1, int arg2) throws SQLException
prepareCall 在接口中 ConnectionSQLExceptionpublic CallableStatement prepareCall(String arg0, int arg1, int arg2, int arg3) throws SQLException
prepareCall 在接口中 ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql) throws SQLException
prepareStatement 在接口中 ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
prepareStatement 在接口中 ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
prepareStatement 在接口中 ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
prepareStatement 在接口中 ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
prepareStatement 在接口中 ConnectionSQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareStatement 在接口中 ConnectionSQLExceptionpublic void releaseSavepoint(Savepoint arg0) throws SQLException
releaseSavepoint 在接口中 ConnectionSQLExceptionpublic void rollback()
rollback 在接口中 Connectionpublic void rollback(Savepoint arg0)
rollback 在接口中 Connectionpublic void setClientInfo(String arg0, String arg1) throws SQLClientInfoException
setClientInfo 在接口中 ConnectionSQLClientInfoExceptionpublic void setNetworkTimeout(Executor arg0, int arg1) throws SQLException
setNetworkTimeout 在接口中 ConnectionSQLExceptionpublic Savepoint setSavepoint() throws SQLException
setSavepoint 在接口中 ConnectionSQLExceptionpublic Savepoint setSavepoint(String arg0) throws SQLException
setSavepoint 在接口中 ConnectionSQLExceptionpublic 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.TExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.