DatabaseMetaData.supportsCatalogsInProcedureCalls
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean supportsCatalogsInProcedureCalls() throws SQLException
Returns
true if so
Description
Can a catalog name be used in a procedure call statement?
Exceptions
SQLException
if a database-access error occurs.
Send feedback to MSDN.Look here for MSDN Online resources.