DatabaseMetaData.getCatalogSeparator

DatabaseMetaData.getCatalogSeparator

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getCatalogSeparator() throws SQLException
Returns
the separator string
Description
What's the separator between catalog and table name?

Exceptions
SQLException if a database-access error occurs.