Retrieves whether this database supports named parameters in callable statements.
public boolean supportsNamedParameters()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsNamedParameters method is specified by the supportsNamedParameters method in the java.sql.DatabaseMetaData interface.