Retrieves the String that can be used to escape wildcard characters.
public java.lang.String getSearchStringEscape()
傳回值
A String that contains the escape wildcard character String.
例外狀況
備註
This getSearchStringEscape method is specified by the getSearchStringEscape method in the java.sql.DatabaseMetaData interface.
This method is used only for metadata pattern searches. It returns "\". A String search pattern can escape wildcards ("%" and "_") and provide them as literals by prepending a backslash. This translates "\%" to "[%]" and "\_" to "[_]".
另請參閱
參考
SQLServerDatabaseMetaData Class
概念
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members