getTableSchemeImpl abstract method
FutureOr<TableScheme?>
getTableSchemeImpl(
- String table,
- TableRelationshipReference? relationship, {
- Object? contextID,
Implementation that returns a TableScheme for table.
contextIDshould be Expando compatible. It informs that other calls to getTableSchemeImpl are in the same context and could have shared internal caches for the samecontextIDinstance.
Implementation
FutureOr<TableScheme?> getTableSchemeImpl(
String table,
TableRelationshipReference? relationship, {
Object? contextID,
});