DatabaseMetaData.getCatalogSeparator
Interface Overview | Interface Members |
This Package |
All Packages
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.