Uses of Class
ru.curs.celesta.score.ParseException
Packages that use ParseException
Package
Description
Package containing metadata of table structure.
Contains validators for identifiers.
-
Uses of ParseException in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ParseExceptionModifier and TypeMethodDescriptionCelestaParser.generateParseException()Generate ParseException.Methods in ru.curs.celesta.score that throw ParseExceptionModifier and TypeMethodDescriptionvoidBinaryLogicalOp.accept(ExprVisitor visitor) voidBinaryTermOp.accept(ExprVisitor visitor) voidFieldRef.accept(ExprVisitor visitor) voidRelop.accept(ExprVisitor visitor) final FKRuleCelestaParser.action()voidAdds a column to the table.voidvoidAdds a column to the table.final voidNamedElementHolder.addElement(T element) Adds a named element.voidAdds an index.voidParameterizedView.addParameter(Parameter parameter) Adds a parameter to the view.final ExprCelestaParser.aggregateFunc(AbstractSelectStmt v) final voidCelestaParser.alterTable(GrainPart g) AbstractScore.ScoreBuilder.build()Builds the score.final voidCelestaParser.columnDefinition(ru.curs.celesta.score.TableBuilder table) final StringCelestaParser.constraint(Grain g) final voidCelestaParser.createFunction(GrainPart g, String doc) final voidCelestaParser.createIndex(GrainPart g, String doc) final voidCelestaParser.createMaterializedView(GrainPart g, String doc) final voidCelestaParser.createSequence(GrainPart g, String doc) final voidCelestaParser.createTable(GrainPart g, String doc) final voidCelestaParser.createView(GrainPart g, String doc) final voidColumn.delete()Deletes the column.voidDataGrainElement.delete()Deletes element.voidForeignKey.delete()Deletes the foreign key.voidIndex.delete()Deletes the index.final voidCelestaParser.executeNativeSql(GrainPart g) final GrainPartCelestaParser.extractGrainInfo(AbstractScore s, Resource r) final FieldRefCelestaParser.fieldReference(IdentifierParser identifierParser) voidGrain.finalizeParsing()Indicates that the grain parsing is completed.voidBasicTable.finalizePK()Finalizes the creation of the primary key.final ru.curs.celesta.score.TableBuilder.ForeignKeyBuilderCelestaParser.foreignKey(ru.curs.celesta.score.TableBuilder table) final voidCelestaParser.fromClause(AbstractSelectStmt v) final voidCelestaParser.functionParam(ParameterizedView view) final Column<?> Column<?> Column<?> Returns a column by its name or throws an exception with a message that the column is not found.<T extends GrainElement>
TGrain.getElement(String name, Class<T> classOfElement) Returns an element by its name and class or throws an exception with the message that element is not found.Returns grain by its name.Grain.getMaterializedView(String name) Returns a materialized view by its name or an exception with a message that the view was not found.Grain.getParameterizedView(String name) Returns a parameterized view by its name or an exception with a message that the view was not found.Returns a table by its name or an exception with a message that the table was not found.<T extends BasicTable>
TReturns a table by its name and a table class.Returns a view by its name or an exception with a message that the view was not found.final voidCelestaParser.groupBy(AbstractSelectStmt view) final TableRefCelestaParser.join(AbstractSelectStmt v) final ExprCelestaParser.materializedAggregateFunc(AbstractSelectStmt v) final voidCelestaParser.materializedFromClause(AbstractSelectStmt v) final voidCelestaParser.materializedSelect(AbstractSelectStmt v) final voidCelestaParser.materializedSelectItem(AbstractSelectStmt v) final booleanCelestaParser.nullable()final GrainCelestaParser.parseGrainPart(GrainPart grainPart) static DateDateTimeColumn.parseISODate(String lexvalue) Parses the date in YYYYMMDD format and translates it to Java object.static BooleanBooleanColumn.parseSQLBool(String lexvalue) Parses a string in SQL definition DEFAULT to a boolean value.final voidCelestaParser.primaryKey(ru.curs.celesta.score.TableBuilder table) final voidCelestaParser.references(ru.curs.celesta.score.TableBuilder.ForeignKeyBuilder fk) final intCelestaParser.relop()final voidBasicTable.removeColumn(Column<?> column) voidMaterializedView.removeColumn(Column<?> column) voidTableElement.removeColumn(Column<?> column) Removes a column from the table.final voidExpr.resolveFieldRefs(GrainElement ge) Resolves references to the fields of tables using the context of current object of the score.final voidCelestaParser.select(AbstractSelectStmt v) final voidCelestaParser.selectItem(AbstractSelectStmt v) final voidCelestaParser.sequenceCycle(SequenceElement s) final voidCelestaParser.sequenceIncrementBy(SequenceElement s) final voidCelestaParser.sequenceMaxValue(SequenceElement s) final voidCelestaParser.sequenceMinValue(SequenceElement s) final StringCelestaParser.sequenceNextVal()final voidCelestaParser.sequenceStartWith(SequenceElement s) voidIntegerColumn.setCelestaDoc(String celestaDoc) voidNamedElement.setCelestaDoc(String celestaDoc) Sets value of document string.voidForeignKey.setConstraintName(String constraintName) Sets name for FK constraint.voidForeignKey.setDeleteRule(FKRule deleteBehaviour) Sets rule for deletion.voidSets length of the text field.final voidColumn.setNullableAndDefault(boolean nullable, String defaultValue) Sets property Nullable and default value.voidSets primary key on the table in a form of array of columns.voidBasicTable.setPkConstraintName(String pkConstraintName) Sets the name of constraint for the primary key.voidIndex.setUnique(boolean unique) Sets the "unique" property for the index.voidForeignKey.setUpdateRule(FKRule updateBehaviour) Sets rule for update.voidGrain.setVersion(String version) Sets the grain version.voidGrainPart.setVersion(String version) final longCelestaParser.signedInteger()final ExprCelestaParser.sqlAndExpression(IdentifierParser identifierParser) final ExprCelestaParser.sqlExpression(IdentifierParser identifierParser) final ExprCelestaParser.sqlMultiplicativeExpression(IdentifierParser identifierParser) final ExprCelestaParser.sqlPrimaryExpression(IdentifierParser identifierParser) final ExprCelestaParser.sqlRelationalExpression(IdentifierParser identifierParser) final ExprCelestaParser.sqlTermExpr(IdentifierParser identifierParser) final ExprCelestaParser.sqlUnaryExpression(IdentifierParser identifierParser) final ExprCelestaParser.sqlUnaryLogicalExpression(IdentifierParser identifierParser) final voidCelestaParser.tableConstituent(ru.curs.celesta.score.TableBuilder table) final TableRefCelestaParser.tableReference(AbstractSelectStmt v, boolean lookupMViews) final voidstatic StringStringColumn.unquoteString(String lexvalue) Unquotes a string that is quoted.Constructors in ru.curs.celesta.score that throw ParseExceptionModifierConstructorDescriptionAbstractView(GrainPart grainPart, String name) BinaryColumn(TableElement table, String name) BooleanColumn(TableElement table, String name) DataGrainElement(GrainPart gp, String name) DateTimeColumn(TableElement table, String name) DecimalColumn(TableElement table, String name, int precision, int scale) FloatingColumn(TableElement table, String name) ForeignKey(BasicTable parentTable, BasicTable referencedTable, String[] columnNames) Grain(AbstractScore score, String name) GrainElement(GrainPart gp, String name) Index(BasicTable t, String name, String[] columns) IntegerColumn(TableElement table, String name) MaterializedView(GrainPart grainPart, String name) NamedElement(String name, IdentifierParser identifierParser) Parameter(String name, ViewColumnType type) ParameterizedView(GrainPart grainPart, String name) ReadOnlyTable(GrainPart gp, String name) StringColumn(TableElement table, String name) VersionString(String versionString) ZonedDateTimeColumn(TableElement table, String name) -
Uses of ParseException in ru.curs.celesta.score.validator
Methods in ru.curs.celesta.score.validator that throw ParseException