Uses of Class
org.axiondb.parser.ParseException

Packages that use ParseException
org.axiondb.parser SQL parser interface and implementation classes. 
 

Uses of ParseException in org.axiondb.parser
 

Methods in org.axiondb.parser that return ParseException
 ParseException AxionDateTimeFormatParser.generateParseException()
          Generate ParseException.
 ParseException AxionSqlParser.generateParseException()
          Generate ParseException.
 

Methods in org.axiondb.parser that throw ParseException
 String AxionDateTimeFormatParser.convertToJavaFormat()
           
 List AxionSqlParser.insertValues()
           
 AxionCommand AxionSqlParser.SqlAlterCmd()
           
 AxionCommand AxionSqlParser.SqlAlterSequence()
           
 AxionCommand AxionSqlParser.SqlAlterTable()
           
 AxionCommand AxionSqlParser.SqlAlterTableAdd(String tablename)
           
 AxionCommand AxionSqlParser.SqlAlterTableAlterColumn(String tablename)
           
 AxionCommand AxionSqlParser.SqlAlterTableDrop(String tablename)
           
 FromNode AxionSqlParser.SqlAnsiJoin(FromNode node)
           
 void AxionSqlParser.SqlApproximateNumericType(Object[] tuple)
           
 AxionCommand AxionSqlParser.SqlAxionCustom()
           
 void AxionSqlParser.SqlBasicSequenceOption(CreateSequenceCommand result)
           
 Selectable[] AxionSqlParser.SqlBetweenClause()
           
 void AxionSqlParser.SqlBinaryStringType(Object[] tuple)
           
 BindVariable AxionSqlParser.SqlBindVar()
           
 void AxionSqlParser.SqlBooleanType(Object[] tuple)
           
 Selectable AxionSqlParser.SqlCase()
           
 Selectable AxionSqlParser.SqlCastAs()
           
 Object[] AxionSqlParser.SqlCastAsType()
           
 void AxionSqlParser.SqlCharLength(Object[] tuple)
           
 void AxionSqlParser.SqlCharStringType(Object[] tuple)
           
 CheckConstraint AxionSqlParser.SqlCheckConstraintType(String constraintname)
           
 String AxionSqlParser.SqlClassName()
           
 Constraint AxionSqlParser.SqlColumnConstraint(String tablename, String columnname)
           
 Object[] AxionSqlParser.SqlColumnDef()
           
 void AxionSqlParser.SqlColumnExpression(CreateTableCommand result)
           
 ColumnIdentifier AxionSqlParser.SqlColumnRef()
           
 AxionCommand AxionSqlParser.SqlCommand()
           
 Selectable AxionSqlParser.SqlCompareExpr()
           
 String AxionSqlParser.SqlCompareOp()
           
 AxionCommand AxionSqlParser.SqlCreate()
           
 AxionCommand AxionSqlParser.SqlCreateIndex()
           
 AxionCommand AxionSqlParser.SqlCreateSequence()
           
 AxionCommand AxionSqlParser.SqlCreateServer()
           
 AxionCommand AxionSqlParser.SqlCreateTable()
           
 AxionCommand AxionSqlParser.SqlCreateView()
           
 void AxionSqlParser.SqlDataTimeType(Object[] tuple)
           
 void AxionSqlParser.SqlDeferrable(Constraint constraint)
           
 AxionCommand AxionSqlParser.SQLDefrag()
           
 AxionCommand AxionSqlParser.SqlDelete()
           
 DMLWhenClause AxionSqlParser.SqlDMLWhenClause()
           
 AxionCommand AxionSqlParser.SqlDrop()
           
 AxionCommand AxionSqlParser.SqlDropColumn(String tablename)
           
 AxionCommand AxionSqlParser.SqlDropIndex()
           
 AxionCommand AxionSqlParser.SqlDropSequence()
           
 AxionCommand AxionSqlParser.SqlDropServer()
           
 AxionCommand AxionSqlParser.SqlDropTable()
           
 AxionCommand AxionSqlParser.SqlDropView()
           
 void AxionSqlParser.SqlExactNumericType(Object[] tuple)
           
 Selectable AxionSqlParser.SqlExistsClause()
           
 Selectable AxionSqlParser.SqlExtract()
           
 void AxionSqlParser.SqlForeignKeyConstraintTriger(ForeignKeyConstraint constraint)
           
 ForeignKeyConstraint AxionSqlParser.SqlForeignKeyConstraintType(String constraintname)
           
 FromNode AxionSqlParser.SqlFrom()
           
 Selectable AxionSqlParser.SqlFunction()
           
 List AxionSqlParser.SqlFunctionArgs(String name)
           
 void AxionSqlParser.SqlGCAndDefaultClause(Object[] tuple)
           
 Object AxionSqlParser.SqlGetAnsiFromNode()
           
 FromNode AxionSqlParser.SqlGetRightFromNode(FromNode node)
           
 FromNode AxionSqlParser.SqlGetTraditionalFromNode(FromNode basenode)
           
 List AxionSqlParser.SqlGroupBy()
           
 Selectable AxionSqlParser.SqlGroupByElem()
           
 List AxionSqlParser.SqlGroupByList()
           
 String AxionSqlParser.SqlIdentifier()
           
 void AxionSqlParser.SqlIfNotExists(AxionCommand result)
           
 Selectable AxionSqlParser.SqlInClause(Selectable left)
           
 void AxionSqlParser.SqlInitiallyDeferredOrImmediate(Constraint constraint)
           
 AxionCommand AxionSqlParser.SqlInsert()
           
 void AxionSqlParser.SqlInsertElseClause(InsertCommand insertCommand)
           
 void AxionSqlParser.SqlInsertIntoClause(InsertCommand insertCommand)
           
 String AxionSqlParser.SqlIsClause()
           
 void AxionSqlParser.SqlJavaObjectType(Object[] tuple)
           
 int AxionSqlParser.SqlJoinType()
           
 Selectable AxionSqlParser.SqlLikeClause(Selectable left)
           
 Literal AxionSqlParser.SqlLiteral()
           
 List AxionSqlParser.SqlLiteralList()
           
 Literal AxionSqlParser.SqlLiteralOrBindVar()
           
 String AxionSqlParser.SqlLValue()
           
 InsertCommand AxionSqlParser.SqlMultiTableInsert()
           
 ColumnIdentifier AxionSqlParser.SqlNextValueFor()
           
 Literal AxionSqlParser.SqlNumericLiteralOrBindVar()
           
 List AxionSqlParser.SqlOrderBy()
           
 OrderNode AxionSqlParser.SqlOrderByElem()
           
 List AxionSqlParser.SqlOrderByList()
           
 boolean AxionSqlParser.SqlOrderDirection()
           
 Selectable AxionSqlParser.SqlPosition()
           
 String AxionSqlParser.SqlPositiveInteger()
           
 void AxionSqlParser.SqlPrecision(Object[] tuple)
           
 void AxionSqlParser.SqlPrecisionAndScale(Object[] tuple)
           
 Selectable AxionSqlParser.SqlProductExprSelectable()
           
 Selectable AxionSqlParser.SqlPseudoColumn()
           
 String AxionSqlParser.SqlQuotedId()
           
 Properties AxionSqlParser.SqlReadProperties()
           
 AxionCommand AxionSqlParser.SqlRemount()
           
 AxionCommand AxionSqlParser.SqlRenameTable(String tablename)
           
 AxionCommand AxionSqlParser.SqlSelect()
           
 Selectable AxionSqlParser.SqlSelectable()
           
 void AxionSqlParser.SqlSelectableBasedConstraintArgs(SelectableBasedConstraint constraint)
           
 SelectableBasedConstraint AxionSqlParser.SqlSelectableBasedConstraintType(String constraintname)
           
 Selectable AxionSqlParser.SqlSelectableElements()
           
 Selectable AxionSqlParser.SqlSelectAsScalarValue()
           
 Selectable AxionSqlParser.SqlSelectClauseElement()
           
 List AxionSqlParser.SqlSelectCols()
           
 AxionQueryContext AxionSqlParser.SqlSelectContext()
           
 Literal AxionSqlParser.SqlSelectLimit()
           
 List AxionSqlParser.SqlSelectList()
           
 Literal AxionSqlParser.SqlSelectOffset()
           
 InsertCommand AxionSqlParser.SqlSingleTableInsert()
           
 AxionCommand AxionSqlParser.SqlSubSelect()
           
 AxionQueryContext AxionSqlParser.SqlSubSelectContext()
           
 Selectable AxionSqlParser.SqlSubString()
           
 Selectable AxionSqlParser.SqlSumExprSelectable()
           
 Constraint AxionSqlParser.SqlTableConstraint()
           
 Object AxionSqlParser.SqlTableOrView()
           
 TableIdentifier AxionSqlParser.SqlTableRef()
           
 Selectable AxionSqlParser.SqlTrim()
           
 AxionCommand AxionSqlParser.SqlTruncate()
           
 String AxionSqlParser.SqlUnquotedId()
           
 String AxionSqlParser.SqlUnsignedInteger()
           
 AxionCommand AxionSqlParser.SqlUpdate()
           
 Selectable[] AxionSqlParser.SqlUpdateAssignment()
           
 void AxionSqlParser.SqlUpdateExceptionWhenClause(UpdateCommand cmd)
           
 AxionCommand AxionSqlParser.SqlUpsert()
           
 void AxionSqlParser.SqlUpsertExceptionWhenClause(UpsertCommand cmd)
           
 void AxionSqlParser.SqlUserDefinedType(Object[] tuple)
           
 String AxionSqlParser.SqlValueTerm()
           
 Selectable AxionSqlParser.SqlWhere()
           
 Selectable AxionSqlParser.SqlWhereAnd()
           
 Selectable AxionSqlParser.SqlWhereElt()
           
 Selectable AxionSqlParser.SqlWhereNot()
           
 Selectable AxionSqlParser.SqlWhereOr()