escapeChar property

String escapeChar
final

The character used to wrap identifiers to distinguish them from keywords.

This is a double quote character in ANSI SQL, but MariaDB uses backticks by default.

Implementation

final String escapeChar;