[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance
Source position: sqldb.pp line 457
public constructor TSQLSequence.Create( |
AQuery: TCustomSQLQuery |
); |
AQuery |
|
Query this sequence will be used in |
Create instantiates a new sequence. It requires a TSQLQuery instance, which it needs to have access to a connection.
|
Class to handle SQL commands (with or without result set) |