Active Query Builder 2 .NET Edition reference
SQLQualifiedName Class
Members 



Class for representation of the SQL qualified name (can be name of database object or field in a query, etc.).
Syntax
'Declaration
 
Public Class SQLQualifiedName 
   Inherits AstTokenList
'Usage
 
Dim instance As SQLQualifiedName
public class SQLQualifiedName : AstTokenList 
public __gc class SQLQualifiedName : public AstTokenList 
Remarks
SQL qualified name is a set of identifiers separated with dots. SQL qualified name class holds list of identifiers. It allows to modify this list from left or right side (consider working in LeftToRight text direction). These sides are called "Prefix" and "Name". I.e. if you want to add an element from the right side, you should call the AddName method; if you want to remove an element from the left side, you should call the RemoveFirstPrefix method.
Inheritance Hierarchy

System.Object
   ActiveDatabaseSoftware.ActiveQueryBuilder.AstNodeBase
      ActiveDatabaseSoftware.ActiveQueryBuilder.AstExtender
         ActiveDatabaseSoftware.ActiveQueryBuilder.AstNode
                  ActiveDatabaseSoftware.ActiveQueryBuilder.SQLQualifiedName

See Also

Reference

SQLQualifiedName Members
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback