[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
SQL Identifier properties object.
Source position: sqltypes.pp line 49
| 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; | 
| 
 | SQL Identifier properties object. | |
| | | ||
| | | ||
| | | ||
TSqlObjectIdenfier is a class that represents an SQL identifier in a database. It has 2 parts: the schema name and the object name.
| TSqlObjectIdenfierList | 
 | |
| 
 | Return a collection of object names for a given type of object. |