:: com :: sun :: star :: sdb :: tools ::

interface XDataSourceMetaData

Methods' Summary
supportsQueriesInFrom determines whether the data source supports queries in the FROM part of a SELECT statement.  
Methods' Details
supportsQueriesInFrom
boolean
supportsQueriesInFrom();

Description
determines whether the data source supports queries in the FROM part of a SELECT statement.
Top of Page