You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider specifying a smaller part of IConnection to be held by the data source, just the necessary methods for a relation definition to be executable.
Also consider an analogy for Command.
The text was updated successfully, but these errors were encountered:
IRelationDefinition
paired with a database connection, ready to be executed.execute()
orquery()
, and directly iterable, executing the query in the background.IStatementExecution::dataSource()
+ implementationsIRelationDefinition::toDataSource(IConnection)
DataSource::fromRelationDefinition(IRelationDefinition, IConnection)
IConnection
to be held by the data source, just the necessary methods for a relation definition to be executable.Command
.The text was updated successfully, but these errors were encountered: