borland Packages  Class Hierarchy  dx.sql.dataset Package 

UniqueQueryAnalyzer class

java.lang.Object
   +----com.borland.dx.sql.dataset.QueryAnalyzer
           +----com.borland.dx.sql.dataset.UniqueQueryAnalyzer

About the UniqueQueryAnalyzer class

Constructors  Properties  Methods  
This class is used internally by other com.borland classes. You should never use this class directly.

UniqueQueryAnalyzer constructors

UniqueQueryAnalyzer properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

UniqueQueryAnalyzer methods

Methods implemented in this class

Methods implemented in java.lang.Object


UniqueQueryAnalyzer constructors

UniqueQueryAnalyzer(com.borland.dx.sql.dataset.Database, java.lang.String)

  public UniqueQueryAnalyzer(Database database, String queryString)
This constructor is used internally by other com.borland classes. You should never use this constructor directly.

UniqueQueryAnalyzer properties

addedColumns

 public Vector getAddedColumns()
This property is used internally by other com.borland classes. You should never use this property directly.

bestRowId

 public Vector getBestRowId()
 public void setBestRowId(Vector columns)
This property is used internally by other com.borland classes. You should never use this property directly.

columnList

 public Vector getColumnList()
This property is used internally by other com.borland classes. You should never use this property directly.

currentRowId

 public Vector getCurrentRowId()
This property is used internally by other com.borland classes. You should never use this property directly.

defaultSchemaName

 public String getDefaultSchemaName()
This property is used internally by other com.borland classes. You should never use this property directly.

schemaName

 public String getSchemaName()
This property is used internally by other com.borland classes. You should never use this property directly.

tableName

 public String getTableName()
This property is used internally by other com.borland classes. You should never use this property directly.

UniqueQueryAnalyzer methods

analyze()

  public void analyze()
This method is used internally by other com.borland classes. You should never use this method directly.

analyzeTableName()

  public void analyzeTableName()
This method is used internally by other com.borland classes. You should never use this method directly.

getAllColumns(boolean)

  public SQLElement[] getAllColumns(boolean updatable)
This method is used internally by other com.borland classes. You should never use this method directly.

removeHiddenColumns(com.borland.dx.sql.dataset.QueryDataSet, java.util.Vector)

  public static String removeHiddenColumns(QueryDataSet qds, Vector hiddenColumns)
This method is used internally by other com.borland classes. You should never use this method directly.

tableFromColumn(com.borland.dx.sql.dataset.SQLElement)

  public SQLElement tableFromColumn(SQLElement column)
This method is used internally by other com.borland classes. You should never use this method directly.