public class Utils extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static List<RowRecord> |
convertRowRecords(org.apache.iotdb.service.rpc.thrift.TSQueryDataSet tsQueryDataSet)
convert row records.
|
static IoTDBConnectionParams |
parseUrl(String url,
Properties info)
Parse JDBC connection URL The only supported format of the URL is:
jdbc:iotdb://localhost:6667/.
|
static void |
verifySuccess(org.apache.iotdb.service.rpc.thrift.TS_Status status)
verify success.
|
public static IoTDBConnectionParams parseUrl(String url, Properties info) throws IoTDBURLException
public static void verifySuccess(org.apache.iotdb.service.rpc.thrift.TS_Status status)
throws IoTDBSQLException
status - -statusIoTDBSQLExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.