Type: info
         Title: com.sun.star.sdb.tools.*
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],[EMAIL PROTECTED],-
Effective from: SRC680m176


*Summary*
--------
+ com.sun.star.sdb.tools
+ com.sun.star.sdb.tools.XConnectionTools
+ com.sun.star.sdb.tools.XDataSourceMetaData
+ com.sun.star.sdb.tools.XObjectNames
+ com.sun.star.sdb.tools.XTableName

*Description*
-------------
The newly introduced module com.sun.star.sdb.tools collects
application-level tools for working with databases. In particular:

XConnectionTools
================
implemented by every SDB-level connection, provides an entry point to
the other tools

XDataSourceMetaData
===================

provides access to meta data of a data source, which otherwise would
be complex to obtain, or need heuristics which is not to be duplicated
in all client code.

At the moment, the only existing method is supportsSubQueriesInFrom

XObjectNames
============

provides convenience methods for working with table and query names.
Most prominent (but not exclusively), an XObjectNames instance can
check a given name for conflicts with existing query/table names,
which is a complex task since queries and tables might or might not -
depending on the concrete database - share a common namespace.

XTableName
==========

provides a possibility to assemble a table name from its potentially
optional parts (catalog, schema, name) for various use cases, and to
split an assembled name into its parts.



For more detailed descriptions, look into the generated documentation.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to