TSqlStatementExecutor

Abstract base class for a facility that executes a TSqlStatement

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TSqlStatementExecutor

Source

Sql.Statement.Executor.pas (24)

Description

Statements are executed on a first-in-first-out basis. In a multithreaded setting this property is only guaranteed on a per-thread basis. Call Flush to wait until the last statement has been executed.

Methods

ScopeVisibilityResultNameDescription
InstancepublicExecute(Statement: TSqlStatement)
InstancepublicFlush()