DatabaseMetaData.isCatalogAtStart

DatabaseMetaData.isCatalogAtStart

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean isCatalogAtStart() throws SQLException
Returns
true if it appears at the start
Description
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)

Exceptions
SQLException if a database-access error occurs.