Class SqlApiExample


  • public class SqlApiExample
    extends java.lang.Object
    Examples of using SQL API.
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlApiExample()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method of the example.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlApiExample

        public SqlApiExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Main method of the example.
        Parameters:
        args - The command line arguments.
        Throws:
        java.lang.Exception - If failed.