StatementTree |
SQL.Alter() |
StatementTree |
SQL.AlterTable() |
StatementTree |
SQL.AlterUser() |
void |
SQL.AssignmentList(ArrayList assignment_list) |
ArrayList |
SQL.BasicColumnList(ArrayList list) |
String |
SQL.BeforeOrAfter() |
void |
SQL.BetweenPredicate(Expression exp,
Stack stack) |
void |
SQL.BooleanOperator(Expression exp,
Stack stack) |
StatementTree |
SQL.Call() |
void |
SQL.ColumnConstraint(ColumnDef column) |
void |
SQL.ColumnDataType(ColumnDef column) |
void |
SQL.ColumnDeclarationList(ArrayList column_list,
ArrayList constraint_list) |
ColumnDef |
SQL.ColumnDefinition() |
String |
SQL.ColumnName() |
Variable |
SQL.ColumnNameVariable() |
void |
SQL.ColumnOrConstraintDefinition(ArrayList column_list,
ArrayList constraint_list) |
StatementTree |
SQL.Compact() |
StatementTree |
SQL.CompleteTransaction() |
void |
SQL.ConditionsExpression(SearchExpression se) |
void |
SQL.ConstraintAttributes(ConstraintDef constraint) |
String |
SQL.ConstraintName() |
StatementTree |
SQL.Create() |
StatementTree |
SQL.CreateFunction() |
StatementTree |
SQL.CreateIndex() |
StatementTree |
SQL.CreateSchema() |
StatementTree |
SQL.CreateSequence() |
StatementTree |
SQL.CreateTable() |
StatementTree |
SQL.CreateTrigger() |
StatementTree |
SQL.CreateUser() |
StatementTree |
SQL.CreateView() |
StatementTree |
SQL.Delete() |
StatementTree |
SQL.Describe() |
Expression |
SQL.DoExpression() |
Expression |
SQL.DoNonBooleanExpression() |
StatementTree |
SQL.Drop() |
StatementTree |
SQL.DropFunction() |
StatementTree |
SQL.DropIndex() |
StatementTree |
SQL.DropSchema() |
StatementTree |
SQL.DropSequence() |
StatementTree |
SQL.DropTable() |
StatementTree |
SQL.DropTrigger() |
StatementTree |
SQL.DropUser() |
StatementTree |
SQL.DropView() |
void |
SQL.expression(Expression exp,
Stack stack)
Parse an expression.
|
Expression[] |
SQL.ExpressionList() |
Expression |
SQL.ExpressionTest() |
void |
SQL.FromClauseJoin(FromClause from_clause) |
FunctionDef |
SQL.Function() |
Token |
SQL.FunctionIdentifier() |
String |
SQL.FunctionName() |
Expression[] |
SQL.FunctionParams() |
AlterTableAction |
SQL.GetAlterTableAction() |
int |
SQL.GetBinarySQLType() |
String |
SQL.GetBooleanOperator() |
int |
SQL.GetBooleanSQLType() |
int |
SQL.GetCollateDecomposition() |
int |
SQL.GetCollateStrength() |
String |
SQL.GetComposite() |
int |
SQL.GetDateSQLType() |
String |
SQL.GetNumericOperator() |
int |
SQL.GetNumericSQLType() |
String |
SQL.GetStringOperator() |
int |
SQL.GetStringSQLType() |
String |
SQL.GetSubQueryBooleanOperator() |
TableSelectExpression |
SQL.GetTableSelectExpression() |
TType |
SQL.GetTType() |
StatementTree |
SQL.Grant() |
Variable |
SQL.GroupMaxColumn()
NOTE: This is an extension, allows for us to specify a column to return the
max value for each row representing a group.
|
String |
SQL.IndexName() |
StatementTree |
SQL.Insert() |
void |
SQL.InsertDataList(ArrayList data_list) |
Object |
SQL.InsertElement() |
ArrayList |
SQL.InsertExpressionList() |
FunctionDef |
SQL.JavaInstantiation() |
static void |
SQL.main(String[] args) |
void |
SQL.nonBooleanExpression(Expression exp,
Stack stack)
Parses a non-boolean expression.
|
void |
SQL.NumericOperator(Expression exp,
Stack stack) |
void |
SQL.Operand(Expression exp,
Stack stack) |
void |
SQL.OpPart(Expression exp,
Stack stack) |
boolean |
SQL.OrderingSpec() |
Expression |
SQL.parseExpression() |
int |
SQL.PositiveIntegerConstant() |
ArrayList |
SQL.PrivList(ArrayList list) |
void |
SQL.PrivListItem(ArrayList list) |
String |
SQL.PrivObject() |
String |
SQL.ProcArgumentName() |
String |
SQL.ProcedureName() |
void |
SQL.ProcParameterList(ArrayList decl_names,
ArrayList decl_types) |
String |
SQL.ReferentialTrigger() |
StatementTree |
SQL.Revoke() |
String |
SQL.SchemaName() |
StatementTree |
SQL.Select() |
SelectColumn |
SQL.SelectColumn() |
void |
SQL.SelectColumnList(ArrayList list) |
void |
SQL.SelectGroupByList(ArrayList list) |
void |
SQL.SelectOrderByList(ArrayList list) |
void |
SQL.SelectTableList(FromClause from_clause) |
String |
SQL.SequenceName() |
StatementTree |
SQL.Set() |
boolean |
SQL.SetQuantifier() |
StatementTree |
SQL.Show() |
StatementTree |
SQL.ShutDown() |
Token |
SQL.SQLIdentifier() |
StatementTree |
SQL.Statement() |
void |
SQL.StringOperator(Expression exp,
Stack stack) |
void |
SQL.SubQueryExpression(Expression exp,
Stack stack) |
void |
SQL.SubQueryOperator(Expression exp,
Stack stack) |
String |
SQL.TableAliasName() |
ConstraintDef |
SQL.TableConstraintDefinition() |
void |
SQL.TableDeclaration(FromClause from_clause) |
String |
SQL.TableName() |
void |
SQL.Test() |
String |
SQL.TriggerName() |
String |
SQL.TriggerType() |
void |
SQL.TriggerTypes(ArrayList list) |
StatementTree |
SQL.Update() |
void |
SQL.UserManagerCommand(StatementTree cmd) |
String |
SQL.UserName() |
ArrayList |
SQL.UserNameList(ArrayList list) |