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

TSQLTypeDefinition

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

Declaration

Source position: fpsqltree.pp line 556

type TSQLTypeDefinition = class(TSQLElement)

public

  destructor Destroy; override;

  function GetAsSQL(); override;

  property DataType: TSQLDataType; [rw]

  property TypeName: string; [rw]

  property Len: Integer; [rw]

  property Scale: Byte; [rw]

  property ArrayDims: TArrayDims; [rw]

  property BlobType: Integer; [rw]

  property NotNull: Boolean; [rw]

  property Collation: TSQLCollation; [rw]

  property Check: TSQLExpression; [rw]

  property DefaultValue: TSQLLiteral; [rw]

  property Charset: TSQLStringType; [rw]

  property Constraint: TSQLFieldConstraint; [rw]

  property ByValue: Boolean; [rw]

end;

Inheritance

TSQLTypeDefinition

|

TSQLElement

|

TObject


Documentation generated on: 2023-03-18