TSqlUpdate

Statement to update rows in a table.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TSqlExpressionBase class for expressions in an SQL expression tree.
5TSqlStatementBase class for statements that can be executed by a database.
6TSqlUpdate

Source

Sql.Statement.DataManipulation.pas (115)

Fields

ScopeVisibilityTypeNameDescription
InstancepublicTList<TSqlTableExpression>Tables
InstancepublicTList<TSqlAssign>Assignments
InstancepublicTList<TSqlExpression>Restrictions

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate()
InstancepublicDestroy()
InstancepublicTSqlStatementCopyStatement()
InstancepublicTSqlUpdateCopyUpdate()
InstancepublicTList<TSqlTableColumn>GetColumns()