supportsLikeEscapeClause()

Syntax:

boolean supportsLikeEscapeClause()
                                 throws SQLException

Description:

Retrieves whether this database supports specifying a LIKE escape clause.

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs