Meta-information about Mappings
You can find more information about existing mappings such as the column names and their SQL data types using the information_schema
tables.
-
Create a mapping to a map called
myMappingName
. -
Get the name of all mappings.
You should see the name of the mapping.
-
Get more information about the mapping.
The name of the mapping is stored in the
table_name
column. Currently, all mappings are part of thepublic
schema in thehazelcast
table catalog. -
Get information about the column names and the columns' SQL data types.
Next Steps
See the SQL statements that you can use to manage your mappings.