Unit 'SynHighlighterSQL' Package
[Overview][Types][Classes][Index] [#bs_synedit]

TSynSQLSyn

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: synhighlightersql.pas line 82

type TSynSQLSyn = class(TSynCustomHighlighter)

protected

  function GetIdentChars; override;

  

  function GetSampleSource; override;

  

public

  class function GetLanguageName; override;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function GetDefaultAttribute(); override;

  

  function GetEol; override;

  

  function GetRange; override;

  

  function GetToken; override;

  

  procedure GetTokenEx(); override;

  

  function GetTokenAttribute; override;

  

  function GetTokenID;

  

  function GetTokenKind; override;

  

  function GetTokenPos; override;

  

  function IsKeyword(); override;

  

  procedure Next; override;

  

  procedure ResetRange; override;

  

  procedure SetLine(); override;

  

  procedure SetRange(); override;

  

published

  property CommentAttri: TSynHighlighterAttributes; [rw]

  

  property DataTypeAttri: TSynHighlighterAttributes; [rw]

  

  property DefaultPackageAttri: TSynHighlighterAttributes; [rw]

  

  property ExceptionAttri: TSynHighlighterAttributes; [rw]

  

  property FunctionAttri: TSynHighlighterAttributes; [rw]

  

  property IdentifierAttri: TSynHighlighterAttributes; [rw]

  

  property KeyAttri: TSynHighlighterAttributes; [rw]

  

  property NumberAttri: TSynHighlighterAttributes; [rw]

  

  property PLSQLAttri: TSynHighlighterAttributes; [rw]

  

  property SpaceAttri: TSynHighlighterAttributes; [rw]

  

  property SQLPlusAttri: TSynHighlighterAttributes; [rw]

  

  property StringAttri: TSynHighlighterAttributes; [rw]

  

  property SymbolAttri: TSynHighlighterAttributes; [rw]

  

  property TableNameAttri: TSynHighlighterAttributes; [rw]

  

  property TableNames: TStrings; [rw]

  

  property VariableAttri: TSynHighlighterAttributes; [rw]

  

  property SQLDialect: TSQLDialect; [rw]

  

end;

Inheritance

TSynSQLSyn

  

|

TSynCustomHighlighter

  

|

TObject



CT Web help

CodeTyphon Studio