Home
last modified time | relevance | path

Searched refs:PRIMARY (Results 1 – 24 of 24) sorted by relevance

/aoo42x/main/connectivity/qa/connectivity/tools/
H A DCRMDatabase.java155 new HsqlColumnDescriptor( "ID",INTEGER, HsqlColumnDescriptor.PRIMARY ), in createTables()
166 new HsqlColumnDescriptor( "ID",INTEGER, HsqlColumnDescriptor.PRIMARY ), in createTables()
178 new HsqlColumnDescriptor( "ID",INTEGER, HsqlColumnDescriptor.PRIMARY ), in createTables()
193 new HsqlColumnDescriptor( "ID",INTEGER, HsqlColumnDescriptor.PRIMARY ), in createTables()
204 … new HsqlColumnDescriptor( "OrderID",INTEGER, HsqlColumnDescriptor.PRIMARY, "orders", "ID" ), in createTables()
205 … new HsqlColumnDescriptor( "ProductID",INTEGER, HsqlColumnDescriptor.PRIMARY, "products", "ID" ), in createTables()
H A DHsqlColumnDescriptor.java49 public final static int PRIMARY = 2; field in HsqlColumnDescriptor
66 PrimaryKey = ( _Flags & PRIMARY ) != 0; in HsqlColumnDescriptor()
76 PrimaryKey = ( _Flags & PRIMARY ) != 0; in HsqlColumnDescriptor()
/aoo42x/test/testuno/source/testlib/uno/
H A DHsqlColumnDescriptor.java49 public final static int PRIMARY = 2; field in HsqlColumnDescriptor
66 PrimaryKey = ( _Flags & PRIMARY ) != 0; in HsqlColumnDescriptor()
76 PrimaryKey = ( _Flags & PRIMARY ) != 0; in HsqlColumnDescriptor()
/aoo42x/main/connectivity/source/commontools/
H A DTKeys.cxx174 if ( nKeyType == KeyType::PRIMARY ) in appendObject()
288 sal_Int32 nKeyType = KeyType::PRIMARY; in dropObject()
294 if ( KeyType::PRIMARY == nKeyType ) in dropObject()
H A DTTableHelper.cxx334 … sdbcx::TKeyProperties pKeyProps(new sdbcx::KeyProperties(::rtl::OUString(),KeyType::PRIMARY,0,0)); in refreshPrimaryKeys()
H A Ddbtools2.cxx278 if ( nKeyType == KeyType::PRIMARY ) in createStandardKeyStatement()
H A Ddbtools.cxx557 if(KeyType::PRIMARY == nKeyType) in getPrimaryKeyColumns_throw()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java128 if (keyType == KeyType.PRIMARY) { in appendObject()
246 keyType = KeyType.PRIMARY; in dropObject()
249 if (keyType == KeyType.PRIMARY) { in dropObject()
H A DSqlTableHelper.java168 key = new OKey(pkName, isCaseSensitive, "", KeyType.PRIMARY, 0, 0, columns, table); in readPrimaryKey()
/aoo42x/main/forms/qa/integration/forms/
H A DMasterDetailForms.java99 new HsqlColumnDescriptor( "ID1", "INTEGER", HsqlColumnDescriptor.PRIMARY ), in impl_createTableStructure()
100 new HsqlColumnDescriptor( "ID2", "INTEGER", HsqlColumnDescriptor.PRIMARY ), in impl_createTableStructure()
104 new HsqlColumnDescriptor( "ID", "INTEGER", HsqlColumnDescriptor.PRIMARY ), in impl_createTableStructure()
H A DListBox.java184 …foreignKeyColumns.add( new HsqlColumnDescriptor( "ID", "integer", HsqlColumnDescriptor.PRIMARY ) ); in impl_createDatabase()
201 … new HsqlColumnDescriptor( columnPKName, columnType, HsqlColumnDescriptor.PRIMARY ), in impl_createDatabase()
/aoo42x/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx502 sal_Int32 nKeyType = KeyType::PRIMARY; in MapKeyRule()
506 nKeyType = KeyType::PRIMARY; in MapKeyRule()
523 case KeyType::PRIMARY: in Map2KeyRule()
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DKeyType.idl36 const long PRIMARY = 1;
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx799 if(KeyType::PRIMARY == nKeyType) in appendPrimaryKey()
813 xKey->setPropertyValue(PROPERTY_TYPE,makeAny(KeyType::PRIMARY)); in appendPrimaryKey()
1390 if(KeyType::PRIMARY == nKeyType) in dropPrimaryKey()
/aoo42x/main/i18npool/source/collator/
H A Dcollator_unicode.cxx141 collator->setStrength(Collator::PRIMARY); in loadCollatorAlgorithm()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx265 …ldType(JTCS_TO,isColumnInKeyType(xReferencedKeys,sRelatedColumn,KeyType::PRIMARY) ? TAB_PRIMARY_FI… in addConnections()
640 case KeyType::PRIMARY: in AddTabWin()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx69 if(nKeyType == KeyType::PRIMARY) in appendObject()
H A DBTables.cxx255 if(nKeyType == KeyType::PRIMARY) in createTable()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java604 if (keyType == KeyType.PRIMARY) { in createStandardKeyStatement()
735 if (keyType == KeyType.PRIMARY) { in getPrimaryKeyColumns()
/aoo42x/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java372 xKey.setPropertyValue("Type",new Integer(KeyType.PRIMARY)); in createTableSalesMen()
/aoo42x/main/connectivity/source/parse/
H A Dsqlflex.l317 PRIMARY {SQL_NEW_KEYWORD(SQL_TOKEN_PRIMARY); }
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java161 xKey.setPropertyValue("Type", new Integer(KeyType.PRIMARY)); in createPrimaryKeys()
/aoo42x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1250 xKey->setPropertyValue(PROPERTY_TYPE,makeAny(KeyType::PRIMARY)); in appendKey()
/aoo42x/main/dbaccess/source/core/api/
H A DKeySet.cxx1142 if(KeyType::PRIMARY == nKeyType) in getKeyColumns()

Completed in 101 milliseconds