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