Unit 'MSSQLConn' Package
[Overview][Classes][Variables][Index] [#fcl]

TMSSQLConnectionDef

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

Connection definition for TSQLConnector.

Declaration

Source position: mssqlconn.pp line 148

type TMSSQLConnectionDef = class(TConnectionDef)

  class function TypeName; override;

  

Connection type name.

  class function ConnectionClass; override;

  

Connection class to use.

  class function Description; override;

  

Short description of connection.

  class function DefaultLibraryName; override;

  

Default name of the MSSQL client library.

  class function LoadFunction; override;

  

Return Function to call when loading MS-SQL support.

  class function UnLoadFunction; override;

  

Return Function to call when unloading MS-SQL support.

  class function LoadedLibraryName; override;

  

Actally loaded library name.

end;

Inheritance

TMSSQLConnectionDef

  

Connection definition for TSQLConnector.

|

TConnectionDef

  

Connection type definition class.

|

TPersistent

|

TObject,IFPObserved

Description

Describes the MS SQL connection properties for TSQLConnector

See also

TMSSQLConnection

  

Microsoft SQL Server database connector.

TSQLConnector


Documentation generated on: Jul 24 2023