JVCL Help:TJvXMLInstruction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXMLInstruction type
Search in JVCL Help
Search in all projectsSummary
Represents the requested query instruction.
Pascal
run\JvXmlDatabase.pas
TJvXMLInstruction = (
xiSelect,
xiUpdate,
xiInsert,
xiDelete
);
Members
Members | Description |
xiSelect | The query represents a SELECT statement. |
xiUpdate | The query represents an UPDATE statement. |
xiInsert | The query represents an INSERT statement. |
xiDelete | The query represents a DELETE statement. |
Description
Write here a description
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page