public interface SystemTablesProvider
Modifier and Type | Method and Description |
---|---|
Optional<SystemTable> |
getSystemTable(ConnectorSession session,
SchemaTableName tableName)
Resolves table name.
|
Set<SystemTable> |
listSystemTables(ConnectorSession session) |
Set<SystemTable> listSystemTables(ConnectorSession session)
Optional<SystemTable> getSystemTable(ConnectorSession session, SchemaTableName tableName)
Optional.empty()
if table is not found.
Some tables which are not part of set returned by listSystemTables(ConnectorSession)
can still be validly resolved.Copyright © 2012–2022. All rights reserved.