Package org.apache.ignite.examples.sql
Class SqlDdlExample
- java.lang.Object
-
- org.apache.ignite.examples.sql.SqlDdlExample
-
public class SqlDdlExample extends java.lang.ObjectExample to showcase DDL capabilities of Ignite's SQL engine.Remote nodes could be started from command line as follows:
'ignite.{sh|bat} examples/config/example-sql.xml'.Alternatively you can run
ExampleNodeStartupin either same or another JVM.To run this example on the Calcite-based SQL engine, modify
examples/config/example-sql.xmlfile and setCalciteQueryEngineConfigurationas default.
-
-
Constructor Summary
Constructors Constructor Description SqlDdlExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Executes example.
-