getSearchStringEscape()

Syntax:

String getSearchStringEscape()
                             throws SQLException

Description:

Retrieves the string that can be used to escape wildcard characters. This is the string that can be used to escape '_' or '%' in the catalog search parameters that are a pattern (and therefore use one of the wildcard characters).

The '_' character represents any single character; the '%' character represents any sequence of zero or more characters.

Returns:

the string used to escape wildcard characters

Throws:

SQLException - if a database access error occurs