summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbcx/KeyType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/KeyType.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/KeyType.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbcx/KeyType.idl b/offapi/com/sun/star/sdbcx/KeyType.idl
index 67a20f130aad..22273ec403a2 100644
--- a/offapi/com/sun/star/sdbcx/KeyType.idl
+++ b/offapi/com/sun/star/sdbcx/KeyType.idl
@@ -30,19 +30,16 @@ published constants KeyType
/** indicates that the key is the primary key of a table.
*/
const long PRIMARY = 1;
- //-------------------------------------------------------------------------
/** indicates that the key is unique, NULL values are allowed.
*/
const long UNIQUE = 2;
- //-------------------------------------------------------------------------
/** indicates that the key is a foreign key of a table.
*/
const long FOREIGN = 3;
};
-//=============================================================================
}; }; }; };