summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/CommandType.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:49:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:49:56 +0000
commit915b142ba88e9e826dae07608897bf36ffaa811e (patch)
tree84a602096b008edaf62311080c34385fac77ac48 /offapi/com/sun/star/sdb/CommandType.idl
parent53c68bbffb11fa3ea8300e298be07f7afcf018f9 (diff)
INTEGRATION: CWS dba22b (1.7.232); FILE MERGED
2006/12/12 09:27:57 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdb/CommandType.idl')
-rw-r--r--offapi/com/sun/star/sdb/CommandType.idl8
1 files changed, 2 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdb/CommandType.idl b/offapi/com/sun/star/sdb/CommandType.idl
index 26362def2335..697e0b97b38e 100644
--- a/offapi/com/sun/star/sdb/CommandType.idl
+++ b/offapi/com/sun/star/sdb/CommandType.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: CommandType.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:13:21 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:49:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,27 +38,23 @@
module com { module sun { module star { module sdb {
-// DocMerge from idl: constants com::sun::star::sdb::CommandType
/** indicates the type of a command.
*/
published constants CommandType
{
- // DocMerge from idl: value com::sun::star::sdb::CommandType::TABLE
/** indicates that a command contains a table name, which can be used to
process a command like "select * from tablename".
*/
const long TABLE = 0;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::sdb::CommandType::QUERY
/** indicates that a command contains a name of a query component, which
contains a certain statement.
*/
const long QUERY = 1;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::sdb::CommandType::COMMAND
/** indicates that the command is an SQL-Statement.
*/
const long COMMAND = 2;