public interface GridQuerySchemaManager
| Modifier and Type | Method and Description |
|---|---|
<K,V> @Nullable GridCacheContextInfo<K,V> |
cacheInfoForTable(String schemaName,
String tableName)
Find cache info by schema and table name.
|
@Nullable GridQueryTypeDescriptor |
typeDescriptorForIndex(String schemaName,
String idxName)
Find type descriptor by schema and index name.
|
@Nullable GridQueryTypeDescriptor |
typeDescriptorForTable(String schemaName,
String tableName)
Find type descriptor by schema and table name.
|
@Nullable @Nullable GridQueryTypeDescriptor typeDescriptorForTable(String schemaName, String tableName)
null if descriptor was not found.@Nullable @Nullable GridQueryTypeDescriptor typeDescriptorForIndex(String schemaName, String idxName)
null if descriptor was not found.@Nullable <K,V> @Nullable GridCacheContextInfo<K,V> cacheInfoForTable(String schemaName, String tableName)
null if cache info was not found.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022