Package org.apache.iotdb
Class SyntaxConventionRelatedExample
java.lang.Object
org.apache.iotdb.SyntaxConventionRelatedExample
When using session API, measurement, device, database and path are represented by String. The
content of the String should be the same as what you would write in a SQL statement. This class
is an example to help you understand better.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SyntaxConventionRelatedExample
public SyntaxConventionRelatedExample()
-
-
Method Details
-
main
public static void main(String[] args) throws org.apache.iotdb.rpc.IoTDBConnectionException, org.apache.iotdb.rpc.StatementExecutionException - Throws:
org.apache.iotdb.rpc.IoTDBConnectionExceptionorg.apache.iotdb.rpc.StatementExecutionException
-