Class SqlJdbcExample

java.lang.Object
org.apache.ignite.example.sql.jdbc.SqlJdbcExample

public class SqlJdbcExample extends Object
This example demonstrates the usage of the Apache Ignite JDBC driver.

Find instructions on how to run the example in the README.md file located in the "examples" directory root.

  • Constructor Details

    • SqlJdbcExample

      public SqlJdbcExample()
  • Method Details

    • main

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