borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----borland.jbcl.dataset.QueryAnalyzer
Variables Constructors Properties MethodsThis class is used internally by other classes in the JBCL. You should never use this class directly.
protected Database database
This variable is used internally by other classes in the JBCL. You should never use this variable directly.
protected QueryParse parser
This variable is used internally by other classes in the JBCL. You should never use this variable directly.
protected String userName
This variable is used internally by other classes in the JBCL. You should never use this variable directly.
public QueryAnalyzer(borland.jbcl.dataset.Database database, java.lang.String query)This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public Vector getColumns()This property is used internally by other classes in the JBCL. You should never use this property directly.
public Vector getParameters()This property is used internally by other classes in the JBCL. You should never use this property directly.
public Vector getTables()This property is used internally by other classes in the JBCL. You should never use this property directly.
public String[] getUniqueTableName()This property is used internally by other classes in the JBCL. You should never use this property directly.
protected void init()This method is used internally by other classes in the JBCL. You should never use this method directly.
protected boolean parse()This method is used internally by other classes in the JBCL. You should never use this method directly.
protected String unquoteString(java.lang.String dbString)This method is used internally by other classes in the JBCL. You should never use this method directly.