Returns the string which can be used to escape wildcard characters .
1 connection.metadata.getSearchStringEscape
<connection.metadata.getSearchStringEscape />
Returns | |
---|---|
Type | Description |
Vtable |
Example
Shows the escape string fot the current database.
Copy
<xsql-script name='connection_metadata.getSearchStringEscape_sample1'> <body> <println> <connection.metadata.getSearchStringEscape /> </println> </body> </xsql-script>