SQL Statements
Hazelcast supports the following SQL statements. Explore the available statements and find more details about them.
DML Statements
Statement | Usage |
---|---|
Read data from a table. |
|
Ingest data into a map and/or forward data to other systems. |
|
Overwrite values in map entries. |
|
Delete map entries. |
DDL Statements
Statement | Usage |
---|---|
Map a local or remote data object to a table that Hazelcast can access. |
|
Get the names of existing mappings. |
|
Remove a mapping. |