JVCL Help:TJvXMLOrderConvertion

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents how to order a result set.

run\JvXmlDatabase.pas


Pascal

 run\JvXmlDatabase.pas
 TJvXMLOrderConvertion = (
ocNone,
ocDate,
ocInteger,
ocFloat
);


Members

Members Description
ocNone No preferences.
ocDate Order by date.
ocInteger Order by integer value.
ocFloat Order by float value.

run\JvXmlDatabase.pas


Description

You can use the keyword 'ORDER BY' along with 'ASC' and one of the syntax constructs '(DATE)', '(INTEGER)' or '(FLOAT)' to specify how the result set should be ordered. This type describes the requested ordering as an enumerated type.

run\JvXmlDatabase.pas


About

Navigation

no pages or subcategories

run\JvXmlDatabase.pas



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