Class SyntaxConventionRelatedExample

java.lang.Object
org.apache.iotdb.SyntaxConventionRelatedExample

public class SyntaxConventionRelatedExample extends Object
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 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.IoTDBConnectionException
      org.apache.iotdb.rpc.StatementExecutionException