Unit 'fpsqltree' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-db]

TSQLFormatOptions

Declaration

Source position: fpsqltree.pp line 58

type TSQLFormatOptions = set of (

  sfoDoubleQuotes,

  sfoBackslashEscape,

  sfoSingleQuoteIdentifier,

  sfoDoubleQuoteIdentifier,

  sfoBackQuoteIdentifier,

  sfoLowercaseKeyword,

  sfoOneFieldPerLine,

  sfoIndentFields,

  sfoOneTablePerLine,

  sfoIndentTables,

  sfoNoBracketRightJoin,

  sfoBracketLeftJoin,

  sfoWhereOnSeparateLine,

  sfoIndentWhere,

  sfoOneGroupByFieldPerLine,

  sfoIndentGroupByFields,

  sfoHavingOnSeparateLine,

  sfoIndentHaving,

  sfoUnionOnSeparateLine,

  sfoOneOrderByFieldPerLine,

  sfoIndentOrderByFields,

  sfoPlanOnSeparateLine,

  sfoIndentPlan,

  sfoOneLogicalPerLine,

  sfoListNoSpaceBeforeComma,

  sfoListNoSpaceAfterComma,

  sfoForceAscending,

  sfoMultilineDeclareFunction,

  sfoMultilineCreateDatabase,

  sfoMultilineCreateShadow,

  sfoIndentProcedureBlock

);


Documentation generated on: 2023-03-18