[Overview][Types][Classes][Index] Reference for unit 'sqltypes' (#fcl)

TSqlObjectIdenfier

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

SQL Identifier properties object

Declaration

Source position: sqltypes.pp line 25

type TSqlObjectIdenfier = class(TCollectionItem)

public

  constructor Create();

  

  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,IFPObserved

|

TObject

Description

TSQLObjectIdentifier 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: Sep 28 2017