Package org.apache.ignite.examples.sql
Class SqlDmlExample
- java.lang.Object
-
- org.apache.ignite.examples.sql.SqlDmlExample
-
public class SqlDmlExample extends java.lang.ObjectExample to showcase DML capabilities of Ignite's SQL engine.To run this example on the Calcite-based SQL engine, modify
examples/config/example-sql.xmlfile and setCalciteQueryEngineConfigurationas default.
-
-
Constructor Summary
Constructors Constructor Description SqlDmlExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Executes example.
-