Skip to content

Class: cSQLStatement

Properties | Events | Methods | Index of Classes

Handles all Embedded SQL operation for one statement. The statement is the most used entity in any SQL environment.

Hierarchy

cObject > cSQLStatement

Show full hierarchy and direct subclasses

Library: Common Class Library

Package: sql.pkg

Description

This class is part of the legacy interface for embedded SQL.

As of revision 23.0, DataFlex includes a brand new Embedded SQL API, including the newer and more efficient cSQLExecutor class, which you should use instead.

The cSQLStatement class handles all Embedded SQL operation for one statement. The statement is the most used entity in any SQL environment. The other SQL classes are intended to create an environment in which statements can be created and destroyed.

While database calls can be made using other methods, using the cSQStatement class and its members makes the calls database-independent.

Please see Embedded SQL in DataFlex for more information.