[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TSQLConnection.FieldNameQuoteChars

Characters used to quote field names.

Declaration

Source position: sqldb.pp line 294

public property TSQLConnection.FieldNameQuoteChars : TQuoteChars
  read FFieldNameQuoteChars
  write FFieldNameQuoteChars;

Description

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.

See also

TSQLConnection

  

An abstract class representing a connection to a SQL Database


Documentation generated on: May 14 2021