supportsNamedParameters()

Syntax:

boolean supportsNamedParameters()
                                throws SQLException

Description:

Retrieves whether this database supports named parameters to callable statements.

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs