summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/FetchDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/FetchDirection.idl')
-rw-r--r--offapi/com/sun/star/sdbc/FetchDirection.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/FetchDirection.idl b/offapi/com/sun/star/sdbc/FetchDirection.idl
index de2c2b541cdb..1b2fe7158ae0 100644
--- a/offapi/com/sun/star/sdbc/FetchDirection.idl
+++ b/offapi/com/sun/star/sdbc/FetchDirection.idl
@@ -27,24 +27,20 @@
*/
published constants FetchDirection
{
- //-------------------------------------------------------------------------
/** The rows in a result set will be processed in a forward direction; first-to-last.
*/
const long FORWARD = 1000;
- //-------------------------------------------------------------------------
/** The rows in a result set will be processed in a reverse direction; last-to-first.
*/
const long REVERSE = 1001;
- //-------------------------------------------------------------------------
/** The order in which rows in a result set will be processed is unknown:
*/
const long UNKNOWN = 1002;
};
-//=============================================================================
}; }; }; };