Type to describe quote characters.
Source position: sqltypes.pp line 43
| type TQuoteChars = array [0..1] of AnsiChar; | 
TQuoteChars is an array of characters that describes the used delimiters for string values.
| 
 | Single quote delimiters. | |
| 
 | Double quote delimiters. |