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  :: sdbcx  :: 
 
 
service Table 
 
Description  
used to specify a table in a database. A table is described by its
 name and one or more columns.
  
 In addition, it may contain indexes to improve the performance in
 the retrieval of the table's data and keys, and to define semantic rules for the table.
 
 
 
 Note:
  
 All properties and columns of a table could by modified before
 it is appended to a database. In that case, the service is in fact a
 descriptor. On existing tables, a user might alter columns, add or delete
 columns, indexes, and keys depending on the capabilities of the database and on
 the user's privileges.
 
  
See also  
::com::sun::star::sdbc ::XDatabaseMetaData , Privilege  
 
 
 
 
 
Properties' Summary 
 
[ readonly ] string 
Name  
is the name of the table.
   
 
[ readonly ] string 
CatalogName  
is the name of the table catalog.
   
 
[ readonly ] string 
SchemaName  
is the name of the table schema.
   
 
[ readonly ] string 
Description  
supplies a comment on the table. Could be empty, if not supported by
 the driver.
   
 
[ readonly ] string 
Type  
[ OPTIONAL ] 
 indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
 Could be empty, if not supported by the driver.
   
 
Exported Interfaces - Details 
 
 
XDataDescriptorFactory 
Usage Restrictions  
optional  
Description  
optional, could be used to copy an table.
  
 
 
 
 
 
 
XColumnsSupplier 
Description  
access to the contained table columns.
  
 
 
 
 
 
 
XIndexesSupplier 
Usage Restrictions  
optional  
Description  
optional, provides the access of the table indexes.
  
 
 
 
 
 
 
XKeysSupplier 
Usage Restrictions  
optional  
Description  
optional, provides the access to the table keys.
  
 
 
 
 
 
 
XRename 
Usage Restrictions  
optional  
Description  
optional, allows the renaming of tables.
  
 
 
 
 
 
 
XAlterTable 
Usage Restrictions  
optional  
Description  
optional, allows the altering of columns.
  
 
 
 
 
 
 
::com::sun::star:: beans ::XPropertySet 
(referenced entity's summary:) 
provides information about and access to the 
 properties from an implementation. 
 
  
 
 
 
 
 
Properties' Details 
 
Name 
[ readonly ] string Name ; 
Description  
is the name of the table.
  
 
 
 
 
 
CatalogName 
[ readonly ] string CatalogName ; 
Description  
is the name of the table catalog.
  
 
 
 
 
 
SchemaName 
[ readonly ] string SchemaName ; 
Description  
is the name of the table schema.
  
 
 
 
 
 
Description 
[ readonly ] string Description ; 
Description  
supplies a comment on the table. Could be empty, if not supported by
 the driver.
  
 
 
 
 
 
Type 
[ readonly ] string Type ; 
Usage Restrictions  
optional  
Description  
indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
 Could be empty, if not supported by the driver.
  
 
 
 
 
 
 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.