RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCommandTypes Class

Type of command to be executed by a TDBXCommand

Pascal
TDBXCommandTypes = class;
C++
class TDBXCommandTypes;

DBXCommon

This class provides the types of commands that can be executed against a database using an instance of TDBXCommand

This table lists the commands.

Constant 
Description 
DbxSQL  
Used for any SQL statement including selects, inserts, updates, deletes, and so on.  
Used for any stored procedure.  
Used to retrieve all rows and columns of a table.  
Used to retrieve metadata objects such as tables and columns that are accessible from a TDBXConnection.  
Deprecated. Do not use.  
Command type for TDBXPool delegate driver commands.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!