AnyDAC
ContentsIndexHome
PreviousUpNext
TADStoredProc Members

The following tables list the members exposed by TADStoredProc.

Events
Event 
Description 
Fires after cached updates are applied to DB. 
Fires after SQL command execution is finished. 
Fires after fetching next rowset one time for each fetched record. 
Fires after fetching next rowset. 
Fires after fetching record. 
Fires before cached updates are applied to DB. 
Fires before SQL command execution is started. 
Fires before fetching next rowset. 
Fires before fetching record. 
Fires after the SQL property value is changed. 
The event fires when an error happens, while dataset is communicating with DBMS. 
The event is triggered when an error happens, while executing a Array DML query. 
Fires after a detailed dataset has set detailed query parameters. 
Fires when a dataset needs to reconcile an update to a record that cannot not be applied. 
Fires if an exception is generated when updates are applied to a database. 
Occurs when record update is applying to a database. 
Class
Methods
Method 
Description 
Use the AbortJob method to abort current dataset operation. 
Creates a new client index for the dataset. 
Applies a master-detail relation to this detail dataset. 
Applies a range to the dataset. 
Applies changes for all records in the dataset change log to the database. 
Use the AttachTable to attach the dataset to existing DatS table or view. 
Attaches dataset to existing DatS table and optionaly view. 
Optimizes dataset functionality for batch updates. 
Cancels range for the dataset. 
Removes all records from the change log and restores the dataset rows to its prior editing state. 
Shares the data belonging to another dataset. 
Clears the changes log and marks all records as not modified. 
Copies records from source dataset to this dataset. 
Copies all record fields from source dataset to the Self dataset. 
Creates new empty internal data storage for dataset. 
Creates expression evaluator for dataset. 
Deletes an client index for the dataset. 
Deletes all client indexes for the dataset. 
Determines if parameter information is available from the stored procedure on the server. 
Disables the enforcement of the client constraints. 
Disconnects the dataset from DBMS. 
Disconnects the dataset from DBMS. 
Use Disconnect method to release DBMS resources, used by this dataset. 
Enables modification of the search key buffer. 
Enables changing the ending value for an existing range. 
Enables changing the starting value for an existing range. 
Removes all records from the dataset internal data storage. 
Reenables enforcement of the client constraints when records are posted. 
Restores normal dataset functionality after batch updates. 
Executes a stored function in the DBMS session and returns its value. 
Executes the specified stored function in the DBMS session and returns its value. 
Executes the specified stored function, assigns parameter values for the stored function arguments and returns its value. 
Executes the specified stored function, assigns parameter data type and values for the stored proc arguments and returns its value. 
Executes the specified stored procedure in the DBMS session. 
Executes the specified stored procedure in the DBMS session. 
Executes the specified stored procedure and assigns parameter values for the stored proc arguments. 
Executes the specified stored procedure and assigns parameter data type and values for the stored proc arguments. 
Executes an SQL command. 
Allows to fetch additional records. 
Retrieves all records from the current resultset and stores them into internal DatS table. 
Retrieves BLOB field values from database for current record. 
Retrieves nested datasets from database for current record. 
A shortcut to the GetNextPacket method. 
Searches for a record containing specified index field values. 
Returns macro by its name. 
Searches for a record containing specified index field values. 
Finds the parameter in Params property by a given name. 
Returns field corresponding to DatS column. 
Lists the field objects that link this dataset as a detail of a master dataset. 
Returns DatS column corresponding to field. 
Indicates where the current record sits within a specified group of records. 
Fills the list by client index names. 
Fetches the next rowset from the DBMS. 
Returns parent row of this nested dataset. 
Forces DBMS to return the output parameter values. 
Returns DatS row. 
Sets the current record in this dataset the same as the current record in another, cloned dataset. 
Searches for a record, using values in the key buffer. 
Searches for a closest record, using values in the key buffer. 
Returns True, if dataset has current client index. 
Returns True, if dataset is linked to another dataset. 
Returns True, whether the dataset records are limited by a range. 
Loads a dataset's data from a file. 
Returns True, if dataset content will be loaded from file at Open. 
Loads a dataset's data from a stream. 
Searches the dataset for a record with specified field values and makes it current. 
Searches the dataset for a specified record by predicate expression and makes that record current or returns its index. 
Searches the dataset for a specified record by its fields values and makes that record current or returns its index. 
Searches the dataset for a record with specified key field values and returns result field values. 
Searches the dataset for a record by predicate expression and returns result field values. 
Searches the dataset for a record with specified key field values and returns result field values. 
Returns macro by its name. 
Go to the next cursor, returned by the SQL command. 
Sets dataset to offline mode. 
Open 
Executes the specified SQL statement and opens dataset. 
Open 
Executes the specified SQL statement with specified parameter values and opens dataset. 
Open 
Executes the specified SQL statement with specified parameter values and opens dataset. 
Executes SQL command and optionally opens dataset. 
Searches parameter by its name. 
Prepares SQL command for execution. 
Clears successfully updated records from the dataset's cache of changes. 
Rereads field values of the current record from a data source. 
Registers new record and optionally rereads it field values from a data source. 
Releases all dataset cursors. 
Undoes changes to the current record. 
Saves a dataset's data to a file. 
Returns True, if dataset content will be saved to file at Close. 
Saves a dataset's data to a stream. 
Used by TADDataMove to edit directly DBMS data. 
Used by TADDataMove to edit directly DBMS data. 
Used by TADDataMove to edit directly DBMS data. 
Deletes all records from an associated database table. 
Used by TADDataMove to edit directly DBMS data. 
Used by TADDataMove to edit directly DBMS data. 
Used by TADDataMove to edit directly DBMS data. 
Used by TADDataMove to edit directly DBMS data. 
Setups fields ProviderFlags. 
Starts the enter key values mode. 
Sets the starting and ending values of a range, and applies it. 
Sets the ending values of a range. 
Sets the starting values of a range. 
Undoes the last modification to the dataset records. 
Releases SQL command resources. 
Actualize changes to the client default expressions and auto-incremental fields. 
Actualize changes to the client constraints. 
Returns the modification status for current record. 
Properties
Property 
Description 
Controls how to use Active property value saved to DFM. 
The reference to a data adapter. 
The collection of client side aggregates, defined for dataset. 
Controls automatic calculation of aggregate values. 
Specifies whether dataset will log changes to the data without immediate applying of them to the database. 
Limits the stored procedure names to the specified catalog. 
Gets the number of changes in the change log. 
Gets the dataset (if any) with which this dataset shares data. 
The reference to a command, used to execute / open queries. 
Specifies the AnyDAC connection component to use. 
Specifies the AnyDAC connection to use by its name. 
Specifies record-level client constraints that must be met when editing the data. 
Specifies whether the dataset perform constraint checking. 
Data 
Represents the data of the dataset, allowing to copy full data of one dataset into another. 
The reference to the inmemory data storage manager. 
Returns the reference to the internal data storage manager. 
Represents the changed records of the dataset. 
Gets / sets fields in detail dataset, used to establish a master-detail relationship with this dataset. 
The set of options to control rows fetching. 
Specifies what kinds of changed records must be "visible" in the dataset. 
Represents the currently "visible" data of the dataset. 
The set of options to control data representation. 
Returns the depth of grouping support provided by the current index. 
Returns indexes definition for the dataset. 
Lists all client indexes that apply to the dataset. 
Controls automatic maintenance of Index'es. 
Returns the number of fields that make up the current index. 
Lists the field names to use as an index. 
Returns the fields that make up the current index. 
Gets / sets the current index for the dataset by its name. 
Controls the exclusion of upper and lower boundaries for a range. 
Controls the number of indexed field values to use for key search or range setup. 
The reference to a Local SQL engine. 
Returns the number of macro in Macros collection. 
The collection of macro substitution variables. 
Gets / sets fields in master dataset, used to establish a master-detail relationship with this dataset. 
Returns data link object servicing connection with master dataset. 
Gets / sets a master data source, used to establish a master-detail relationship with this dataset. 
Specifies which Oracle overloaded packaged stored procedure to execute. 
Limits the stored procedure names to the specified package name. 
Determines the order in which a component’s parameters are assigned to the parameter list for SQL command on the DBMS. 
Returns the number of parameters for the stored procedure. 
Returns the current number of parameters in the command text. 
Contains the parameters for a SQL statement. 
Returns the reference to parent dataset, if this one is nested. 
The actual connection object. 
Gets or sets command prepare for execution status. 
The set of options to control resources usage. 
Returns an exception object associated with the current dataset record. 
Returns the number of rows operated upon by the latest query execution. 
Returns the number of rows operated upon by the latest query execution. 
Gets / sets the change log version number. 
Gets or sets a reference to a schema adapter, as a Centralized Cached Updates log. 
Limits the stored procedure names to the specified schema. 
Used by TADDataMove to edit directly DBMS data. 
Specifies if no more records to fetch from current cursor. 
The reference to DatS view object, by which rows the dataset is navigating. 
Identifies the name of the stored procedure on the server to call. 
The reference to DatS table object, actually representing the internal data storage. 
Gets / sets reference to transaction object. 
Specifies the update object component used to post updates by dataset. 
The set of options to control updates posting. 
The dataset change log. 
Indicates whether the changes log is not empty. 
Gets / sets reference to transaction object. 
View 
The reference to base DatS view object. 
Links
What do you think about this topic? Send feedback!