Uses of Class
com.exasol.adapter.metadata.SchemaMetadataInfo
-
Packages that use SchemaMetadataInfo Package Description com.exasol.adapter.request com.exasol.adapter.request.parser -
-
Uses of SchemaMetadataInfo in com.exasol.adapter.request
Methods in com.exasol.adapter.request that return SchemaMetadataInfo Modifier and Type Method Description SchemaMetadataInfoAbstractAdapterRequest. getSchemaMetadataInfo()SchemaMetadataInfoAdapterRequest. getSchemaMetadataInfo()Get the schema metadata that serves as context around the Virtual SchemaConstructors in com.exasol.adapter.request with parameters of type SchemaMetadataInfo Constructor Description CreateVirtualSchemaRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo)Create a new request of typeCreateVirtualSchemaRequestDropVirtualSchemaRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo)Create a new request of typeDropVirtualSchemaRequestGetCapabilitiesRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo)Create a new request of typeGetCapabilitiesRequestPushDownRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo, SqlStatement select, List<TableMetadata> involvedTablesMetadata)Create a new request of typePushDownRequestRefreshRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo)Create a new request of typeRefreshRequestfor the whole Virtual SchemaRefreshRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo, List<String> tables)Create a new request of typeRefreshRequestfor selected tablesSetPropertiesRequest(String adapterName, SchemaMetadataInfo schemaMetadataInfo, Map<String,String> properties)Create a new request of typeSetPropertiesRequest -
Uses of SchemaMetadataInfo in com.exasol.adapter.request.parser
Methods in com.exasol.adapter.request.parser that return SchemaMetadataInfo Modifier and Type Method Description SchemaMetadataInfoSchemaMetadataInfoParser. parse(javax.json.JsonObject schemaMetadataInfoObject)Parse a JSON structure intoSchemaMetadataInfo
-