Statement
Base class representing an SQL statement that can be executed.
Parameters
type
The specific StatementType, usually represented by the leading word in the command syntax.
targets
Tables on which to perform the SQL statement.
Base class representing an SQL statement that can be executed.
The specific StatementType, usually represented by the leading word in the command syntax.
Tables on which to perform the SQL statement.