Returns the string which is used to dilimit SQL identifiers.
1 connection.metadata.getIdentifierQuoteString
<connection.metadata.getIdentifierQuoteString />
Returns | |
---|---|
Type | Description |
String | Calling to the string or to space if calling is not allowed. |
Example
Copy
<xsql-script name='connection_metadata.getIdentifierQuoteString'> <body> <println> <connection.metadata.getIdentifierQuoteString /> </println> </body> </xsql-script>