Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
::  com  :: sun  :: star  :: sdb  :: application  :: 
 
 
unpublished  
struct NamedDatabaseObject 
 
 
 
 
Usage Restrictions  
not published  
Description  
denotes a named database object, or a named folder of database objects
 
  
Since   
OOo 3.0 
 
 
 
 
Elements' Summary 
 
Type  
denotes the type of the object.
   
 
Name  
denotes the name of the object
   
 
Elements' Details 
 
Type 
 
 
Name 
string Name ; 
Description  
denotes the name of the object
  
In case of forms, reports, form folders and report folders, this is the hierarchical
 path to the object, where the path elements are separated by a slash (/).
 In case of tables, this is the fully qualified name of the table, as required
 by the database's table name composition rules.
 In case of queries, this is the name of the query.
 In case of virtual folders denoted by DatabaseObjectContainer ::CATALOG  and
 DatabaseObjectContainer ::SCHEMA , it is
 
<schema>, if the database supports schemas only 
 <catalog>, if the database supports catalogs only 
 <catalog>.<schema>, if the database supports both
 catalogs and schemas, and catalogs are to appear at the beginning of an identifier. 
 <schema>.<catalog>, if the database supports both
 catalogs and schemas, and catalogs are to appear at the end of an identifier. 
  
 
 In case of the virtual folders denoted by DatabaseObjectContainer ::TABLES ,
 DatabaseObjectContainer ::QUERIES , DatabaseObjectContainer ::DATA_SOURCE ,
 DatabaseObjectContainer ::FORMS  or DatabaseObjectContainer ::REPORTS ,
 this denotes the name of the data source (as denoted by
 ::com::sun::star::sdb ::DataSource ::Name )
  
See also  
XDatabaseMetaData::isCatalogAtStart, DatabaseObjectContainer  
 
 
 
 
 
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.