isCatalogAtStart()
Syntax:
boolean isCatalogAtStart() throws SQLException
Description:
Retrieves whether a catalog appears at the start of a fully qualified table name. If not, the catalog appears at the end.
Returns:
true if the catalog name appears at the beginning of a fully qualified table name; false otherwise
Throws:
SQLException - if a database access error occurs