borland Packages Class Hierarchy dx.sql.dataset Package
java.lang.Object +----com.borland.dx.sql.dataset.QueryAnalyzer +----com.borland.dx.sql.dataset.UniqueQueryAnalyzer
Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public UniqueQueryAnalyzer(Database database, String queryString)This constructor is used internally by other
com.borland
classes. You should never use this constructor directly.
public Vector getAddedColumns()This property is used internally by other
com.borland
classes. You should never use this property directly.
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.
public Vector getColumnList()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Vector getCurrentRowId()This property is used internally by other
com.borland
classes. You should never use this property directly.
public String getDefaultSchemaName()This property is used internally by other
com.borland
classes. You should never use this property directly.
public String getSchemaName()This property is used internally by other
com.borland
classes. You should never use this property directly.
public String getTableName()This property is used internally by other
com.borland
classes. You should never use this property directly.
public void analyze()This method is used internally by other
com.borland
classes. You should never use this method directly.
public void analyzeTableName()This method is used internally by other
com.borland
classes. You should never use this method directly.
public SQLElement[] getAllColumns(boolean updatable)This method is used internally by other
com.borland
classes. You should never use this method directly.
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.
public SQLElement tableFromColumn(SQLElement column)This method is used internally by other
com.borland
classes. You should never use this method directly.