summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/CommandType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/CommandType.idl')
-rw-r--r--offapi/com/sun/star/sdb/CommandType.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/CommandType.idl b/offapi/com/sun/star/sdb/CommandType.idl
index 4497439a5be5..60a32b584b33 100644
--- a/offapi/com/sun/star/sdb/CommandType.idl
+++ b/offapi/com/sun/star/sdb/CommandType.idl
@@ -31,20 +31,17 @@ published constants CommandType
process a command like "select * from tablename".
*/
const long TABLE = 0;
- //-------------------------------------------------------------------------
/** indicates that a command contains a name of a query component, which
contains a certain statement.
*/
const long QUERY = 1;
- //-------------------------------------------------------------------------
/** indicates that the command is an SQL-Statement.
*/
const long COMMAND = 2;
};
-//=============================================================================
}; }; }; };