Unit 'SQLTypes' Package
[Overview][Types][Classes][Index] [#fcl]

TSqlObjectIdenfier

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

SQL Identifier properties object.

Declaration

Source position: sqltypes.pp line 43

type TSqlObjectIdenfier = class(TCollectionItem)

public

  constructor Create();

  

Create a new instance of a TSqlObjectIdenfier class.

  function FullName;

  

Return the full name of the object.

  property SchemaName: string; [rw]

  

Schema name.

  property ObjectName: string; [rw]

  

Name of the object in the database.

end;

Inheritance

TSqlObjectIdenfier

  

SQL Identifier properties object.

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

TSqlObjectIdenfier is a class that represents an SQL identifier in a database. It has 2 parts: the schema name and the object name.

See also

TSqlObjectIdenfierList

  

#fcl.sqldb.TSQLConnection.GetObjectNames

  

Return a collection of object names for a given type of object.


Documentation generated on: Jul 24 2023