/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
H A D | SqlTableHelper.java | 76 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 D | OIndex.java | 48 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 D | OView.java | 39 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 D | OTable.java | 50 protected String catalogName; field in OTable 72 return catalogName; in registerProperties()
|
H A D | OColumnContainer.java | 87 …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 D | PostgresqlTable.java | 47 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 D | CustomColumn.java | 24 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 D | JavaSQLResultSetMetaData.java | 119 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 D | SdbcxViewDescriptor.java | 37 protected String catalogName; field in SdbcxViewDescriptor 52 return catalogName; in registerProperties() 59 catalogName = (String) value; in registerProperties()
|
H A D | SdbcxTableDescriptor.java | 43 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 D | XDropCatalog.idl | 53 @param catalogName 60 void dropCatalog([in]string catalogName,
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | resultsetmetadata.hxx | 95 ::rtl::OUString catalogName;
|
/aoo42x/main/connectivity/source/inc/adabas/ |
H A D | BDriver.hxx | 164 …virtual void SAL_CALL dropCatalog( const ::rtl::OUString& catalogName, const ::com::sun::star::uno…
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 379 return m_pImpl->m_aColumnData[ column - 1 ].catalogName; in getCatalogName()
|