Home
last modified time | relevance | path

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 DSdbcxViewDescriptor.java48 … registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, (short)0, in registerProperties()
H A DSdbcxTableDescriptor.java58 … 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 DOView.java54 …registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, PropertyAt… in registerProperties()
H A DOTable.java68 …registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, PropertyAt… in registerProperties()
H A DOKeyContainer.java179 ….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 DOKeyColumnContainer.java58 Object catalog = tableProperties.getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
H A DOIndexColumnContainer.java58 Object catalog = index.getTable().getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
H A DOIndexContainer.java84 Object catalog = table.getPropertyValue(PropertyIds.CATALOGNAME.name); in createObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DPropertyIds.java55 CATALOGNAME (30, "CatalogName"), enumConstant
H A DDbTools.java299 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 DCRowSetColumn.cxx62 DECL_PROP1( CATALOGNAME, ::rtl::OUString, READONLY ); in createArrayHelper()
H A DCRowSetDataColumn.cxx96 DECL_PROP1( CATALOGNAME, ::rtl::OUString, READONLY ); in createArrayHelper()
H A Dresultcolumn.cxx185 DECL_PROP1(CATALOGNAME, ::rtl::OUString, READONLY); in createArrayHelper()