Searched refs:CATALOGNAME (Results 1 – 13 of 13) sorted by relevance
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/ |
| H A D | SdbcxViewDescriptor.java | 48 … registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, (short)0, in registerProperties()
|
| H A D | SdbcxTableDescriptor.java | 58 … registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, (short)0, in registerProperties()
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OView.java | 54 …registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, PropertyAt… in registerProperties()
|
| H A D | OTable.java | 68 …registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, PropertyAt… in registerProperties()
|
| H A D | OKeyContainer.java | 179 ….getMetaData().getImportedKeys(this.table.getPropertyValue(PropertyIds.CATALOGNAME.name), schema, … in appendObject() 182 …n.getMetaData().getPrimaryKeys(this.table.getPropertyValue(PropertyIds.CATALOGNAME.name), schema, … in appendObject()
|
| H A D | OKeyColumnContainer.java | 58 Object catalog = tableProperties.getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
|
| H A D | OIndexColumnContainer.java | 58 Object catalog = index.getTable().getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
|
| H A D | OIndexContainer.java | 84 Object catalog = table.getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
|
| /trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | PropertyIds.java | 55 CATALOGNAME (30, "CatalogName"), enumConstant
|
| H A D | DbTools.java | 299 if (propertySetInfo.hasPropertyByName(PropertyIds.CATALOGNAME.name) in getTableNameComponents() 301 …Components.setCatalog(AnyConverter.toString(table.getPropertyValue(PropertyIds.CATALOGNAME.name))); in getTableNameComponents()
|
| /trunk/main/dbaccess/source/core/api/ |
| H A D | CRowSetColumn.cxx | 62 DECL_PROP1( CATALOGNAME, ::rtl::OUString, READONLY ); in createArrayHelper()
|
| H A D | CRowSetDataColumn.cxx | 96 DECL_PROP1( CATALOGNAME, ::rtl::OUString, READONLY ); in createArrayHelper()
|
| H A D | resultcolumn.cxx | 185 DECL_PROP1(CATALOGNAME, ::rtl::OUString, READONLY); in createArrayHelper()
|