Home
last modified time | relevance | path

Searched refs:catalogName (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DSqlTableHelper.java76 if (!catalogName.isEmpty()) { in readColumns()
77 catalog = catalogName; in readColumns()
136 …public Map<String, OKey> readKeys(XDatabaseMetaData metadata, String catalogName, String schemaNam… in readKeys() argument
139 …OKey primaryKey = readPrimaryKey(metadata, catalogName, schemaName, tableName, isCaseSensitive, ta… in readKeys()
141 readForeignKeys(metadata, catalogName, schemaName, tableName, isCaseSensitive, keys, table); in readKeys()
148 if (!catalogName.isEmpty()) { in readPrimaryKey()
149 catalog = catalogName; in readPrimaryKey()
181 if (!catalogName.isEmpty()) { in readForeignKeys()
182 catalog = catalogName; in readForeignKeys()
238 if (!catalogName.isEmpty()) { in readIndexes()
[all …]
H A DOIndex.java48 protected String catalogName; field in OIndex
55 public OIndex(String name, boolean isCaseSensitive, String catalogName, in OIndex() argument
58 this.catalogName = catalogName; in OIndex()
72 return catalogName; in registerProperties()
143 …return "OIndex [catalogName=" + catalogName + ", isUnique=" + isUnique + ", isPrimaryKeyIndex=" + … in toString()
H A DOView.java39 protected String catalogName; field in OView
46 this.catalogName = catalog; in OView()
58 return catalogName; in registerProperties()
65 catalogName = (String) value; in registerProperties()
H A DOTable.java50 protected String catalogName; field in OTable
72 return catalogName; in registerProperties()
H A DOColumnContainer.java87 …ription> newColumns = new SqlTableHelper().readColumns(metadata, table.catalogName, table.schemaNa… in createObject()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTable.java47 String catalogName, String schemaName, String description, String type) { in PostgresqlTable() argument
49 super.catalogName = catalogName; in PostgresqlTable()
91 …umns = new SqlTableHelper().readColumns(getConnection().getMetaData(), catalogName, schemaName, ge… in refreshColumns()
103 …exes = new SqlTableHelper().readIndexes(getConnection().getMetaData(), catalogName, schemaName, ge… in refreshIndexes()
116 … getConnection().getMetaData(), catalogName, schemaName, getName(), isCaseSensitive(), this); in refreshKeys()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomColumn.java24 private String catalogName = ""; field in CustomColumn
49 return catalogName; in getCatalogName()
51 public void setCatalogName(String catalogName) { in setCatalogName() argument
52 this.catalogName = catalogName; in setCatalogName()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSetMetaData.java119 String catalogName = jdbcResultSetMetaData.getCatalogName(column); in getCatalogName() local
120 if (catalogName == null) { in getCatalogName()
121 catalogName = ""; in getCatalogName()
123 return catalogName; in getCatalogName()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxViewDescriptor.java37 protected String catalogName; field in SdbcxViewDescriptor
52 return catalogName; in registerProperties()
59 catalogName = (String) value; in registerProperties()
H A DSdbcxTableDescriptor.java43 protected String catalogName; field in SdbcxTableDescriptor
62 return catalogName; in registerProperties()
69 catalogName = (String) value; in registerProperties()
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DXDropCatalog.idl53 @param catalogName
60 void dropCatalog([in]string catalogName,
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dresultsetmetadata.hxx95 ::rtl::OUString catalogName;
/aoo42x/main/connectivity/source/inc/adabas/
H A DBDriver.hxx164 …virtual void SAL_CALL dropCatalog( const ::rtl::OUString& catalogName, const ::com::sun::star::uno…
/aoo42x/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx379 return m_pImpl->m_aColumnData[ column - 1 ].catalogName; in getCatalogName()

Completed in 41 milliseconds