Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLSequence.Create

Create a new instance.

Declaration

Source position: sqldb.pp line 462

public constructor TSQLSequence.Create(

  AQuery: TCustomSQLQuery

);

Arguments

AQuery

  

Query this sequence will be used in.

Description

Create instantiates a new sequence. It requires a TSQLQuery instance, which it needs to have access to a connection.

See also

TSQLQuery

  

Class to handle SQL commands (with or without result set).


Documentation generated on: Jul 24 2023