Workbench Installation Log In User Interface 1. Connection Operation Bar 2. Object Pane 3. Navigation Bar 4. Status Bar 5. Operation Column 6. Information Pane Connection ...
Identifier Usage scenarios Constraints How to use quotations marks in quoted identifiers Examples Identifier Usage scenarios Certain objects within IoTDB, including TRIGGER...
Data Type Basic Data Type Float Precision Data Type Compatibility Timestamp Absolute timestamp Relative timestamp Data Type Basic Data Type IoTDB supports the following d...
Status Codes Status Codes 在最新版本中引入了状态码 这一概念。例如,因为IoTDB需要在写入数据之前首先注册时间序列,一种可能的解决方案是: try { writeData (); } catch ( SQLException e ) { // the most case is ...
Data Type Data Type IoTDB supports six data types in total: BOOLEAN (Boolean) INT32 (Integer) INT64 (Long Integer) FLOAT (Single Precision Floating Point) DOUBLE (Double Prec...
状态码 状态码 从 0.10 版本开始 IoTDB 引入了状态码 这一概念。例如,因为 IoTDB 需要在写入数据之前首先注册时间序列,一种可能的解决方案是: try { writeData (); } catch ( SQLException e ) { // the most case is that ...