[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Characters used to quote field names.
Source position: sqldb.pp line 230
public property TSQLConnection.FieldNameQuoteChars : TQuoteChars |
FieldNameQuoteChars can be set to specify the characters that should be used to delimit field names in SQL statements generated by SQLDB. It is normally initialized correctly by the TSQLConnection descendent to the default for that particular connection type.
|
An abstract class representing a connection to a SQL Database |