8.6.70 getSearchStringEscape()
- Organization of this subsection
(1) Function
This method acquires the character string used as the escape sequence for wildcard characters.
Execute this method to acquire the character string used to escape wildcard characters specified in arguments that specify pattern character strings in methods of the DatabaseMetaData interface that acquire list information such as table and column lists.
(2) Format
public synchronized String getSearchStringEscape() throws SQLException
(3) Arguments
None.
(4) Return value
This method always returns \.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.