DatabaseMetaData.getSearchStringEscape

DatabaseMetaData.getSearchStringEscape

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract String getSearchStringEscape() throws SQLException
Returns
the string used to escape wildcard characters
Description
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.

The '_' character represents any single character.

The '%' character represents any sequence of zero or more characters.

Exceptions
SQLException if a database-access error occurs.