- DateFormatService - Interface in org.delia.core
-
Service for parsing and formatting dates.
- DateFormatServiceImpl - Class in org.delia.core
-
- DateFormatServiceImpl(TimeZoneService) - Constructor for class org.delia.core.DateFormatServiceImpl
-
- DateFormatter - Class in org.delia.core
-
- DateFormatter(TimeZone, DateFormat) - Constructor for class org.delia.core.DateFormatter
-
- DateMakeFnRule - Class in org.delia.rule.fns
-
- DateMakeFnRule(FactoryService, RuleGuard, Exp) - Constructor for class org.delia.rule.fns.DateMakeFnRule
-
- DateOpEvaluator - Class in org.delia.db.memdb.filter
-
- DateOpEvaluator(OP, String) - Constructor for class org.delia.db.memdb.filter.DateOpEvaluator
-
- DateUtils - Class in org.delia.util
-
- DateUtils() - Constructor for class org.delia.util.DateUtils
-
- DateValueBuilder - Class in org.delia.valuebuilder
-
- DateValueBuilder(FactoryService, DType) - Constructor for class org.delia.valuebuilder.DateValueBuilder
-
- DateYearFnRule - Class in org.delia.rule.fns
-
- DateYearFnRule(RuleGuard) - Constructor for class org.delia.rule.fns.DateYearFnRule
-
- DBAccessContext - Class in org.delia.db
-
Represents the context of calling the db.
- DBAccessContext(DTypeRegistry, VarEvaluator) - Constructor for class org.delia.db.DBAccessContext
-
- DBAccessContext(Runner) - Constructor for class org.delia.db.DBAccessContext
-
- dbCapabilities - Variable in class org.delia.queryresponse.QueryFuncContext
-
- DBCapabilties - Class in org.delia.db
-
Describes the abilities of the database.
- DBCapabilties(boolean, boolean, boolean, boolean) - Constructor for class org.delia.db.DBCapabilties
-
- DBConnectionBase - Class in org.delia.db
-
- DBConnectionBase(FactoryService, ConnectionFactory, DBErrorConverter) - Constructor for class org.delia.db.DBConnectionBase
-
- DBDeleteTableCmd - Class in org.delia.repl
-
- DBDeleteTableCmd() - Constructor for class org.delia.repl.DBDeleteTableCmd
-
- dbDoesThis(QueryFuncContext) - Method in class org.delia.queryresponse.QueryResponseFunctionBase
-
- DBErrorConverter - Interface in org.delia.db
-
It's important that db errors get converted into standard delia errors.
- DBErrorConverterBase - Class in org.delia.db
-
It's important that db errors get converted into standard delia errors.
- DBErrorConverterBase() - Constructor for class org.delia.db.DBErrorConverterBase
-
- DBException - Exception in org.delia.db
-
unexpected database error
- DBException(DeliaError) - Constructor for exception org.delia.db.DBException
-
- DBExecutor - Interface in org.delia.db
-
All database statements should be executed through here.
- DBInterface - Interface in org.delia.db
-
The main interface to the database.
- DBInterfaceBase - Class in org.delia.db
-
Represents db access to a single db (conn)
- DBInterfaceBase(DBType, FactoryService, ConnectionFactory, SqlHelperFactory) - Constructor for class org.delia.db.DBInterfaceBase
-
- DBInterfaceInternal - Interface in org.delia.db
-
Internal APIs for internal use by Delia.
- DBListingType - Enum in org.delia.db.h2
-
- DBLoggingCmd - Class in org.delia.repl
-
- DBLoggingCmd() - Constructor for class org.delia.repl.DBLoggingCmd
-
- dbNeedsMigration() - Method in class org.delia.db.schema.SchemaMigrator
-
- dbType(DBType) - Static method in class org.delia.builder.ConnectionBuilder
-
- dbType - Variable in class org.delia.builder.ConnectionInfo
-
- dbType - Variable in class org.delia.db.DBInterfaceBase
-
- DBType - Enum in org.delia.db
-
The set of supported databases
- DBValidationException - Exception in org.delia.db
-
database reports a validation error such as JdbcSQLIntegrityConstraintViolationException.
- DBValidationException(DeliaError) - Constructor for exception org.delia.db.DBValidationException
-
- declaredUserFnMap - Variable in class org.delia.runner.InternalCompileState
-
- DEFAULT_TIMEZONE - Static variable in class org.delia.core.TimeZoneServiceImpl
-
- delcaredVarMap - Variable in class org.delia.runner.InternalCompileState
-
- deleteCount - Variable in class org.delia.db.InstrumentedDBInterface
-
- deleteField(String, String) - Method in interface org.delia.db.DBExecutor
-
- deleteField(String, String, DBAccessContext) - Method in interface org.delia.db.DBInterface
-
- deleteField(String, String) - Method in class org.delia.db.h2.H2DBExecutor
-
- deleteField(String, String, DBAccessContext) - Method in class org.delia.db.h2.H2DBInterface
-
- deleteField(String, String, DBAccessContext) - Method in class org.delia.db.InstrumentedDBInterface
-
- deleteField(String, String) - Method in class org.delia.db.memdb.MemDBExecutor
-
- deleteField(String, String, DBAccessContext) - Method in class org.delia.db.memdb.MemDBInterface
-
- deleteField(String, String) - Method in class org.delia.db.postgres.PostgresDBExecutor
-
- deleteField(String, String, DBAccessContext) - Method in class org.delia.db.postgres.PostgresDBInterface
-
- deleteKnownTables(FactoryService, DBInterface) - Method in class org.delia.db.h2.test.H2TestCleaner
-
- deleteOne(String, String) - Method in class org.delia.dao.DeliaDao
-
- deleteStatement() - Static method in class org.delia.compiler.parser.CrudParser
-
- DeleteStatementExp - Class in org.delia.compiler.ast
-
- DeleteStatementExp(int, String, QueryExp) - Constructor for class org.delia.compiler.ast.DeleteStatementExp
-
- deleteTable(String) - Method in interface org.delia.db.DBExecutor
-
- deleteTable(String, DBAccessContext) - Method in interface org.delia.db.DBInterface
-
- deleteTable(String) - Method in class org.delia.db.h2.H2DBExecutor
-
- deleteTable(String, DBAccessContext) - Method in class org.delia.db.h2.H2DBInterface
-
- deleteTable(String, DBAccessContext) - Method in class org.delia.db.InstrumentedDBInterface
-
- deleteTable(String) - Method in class org.delia.db.memdb.MemDBExecutor
-
- deleteTable(String, DBAccessContext) - Method in class org.delia.db.memdb.MemDBInterface
-
- deleteTable(String) - Method in class org.delia.db.postgres.PostgresDBExecutor
-
- deleteTable(String, DBAccessContext) - Method in class org.delia.db.postgres.PostgresDBInterface
-
- deleteTables(FactoryService, DBInterface, String) - Method in class org.delia.db.h2.test.H2TestCleaner
-
- Delia - Interface in org.delia.api
-
An instance of the Delia compiler and runtime.
- DeliaBuilder - Class in org.delia.builder
-
Main builder for creating your application's Delia object.
- DeliaBuilder() - Constructor for class org.delia.builder.DeliaBuilder
-
- DeliaCompiler - Class in org.delia.compiler
-
Compiles Delia source code into an AST (Abstract Syntax Tree) object
repesented by an Exp object.
- DeliaCompiler(FactoryService) - Constructor for class org.delia.compiler.DeliaCompiler
-
- DeliaCompiler(FactoryService, InternalCompileState) - Constructor for class org.delia.compiler.DeliaCompiler
-
- DeliaDao - Class in org.delia.dao
-
Represents delia access to a single database through its Delia types.
- DeliaDao(ConnectionInfo) - Constructor for class org.delia.dao.DeliaDao
-
- DeliaDao(Delia) - Constructor for class org.delia.dao.DeliaDao
-
- DeliaDao(ConnectionString, DBType, Log) - Constructor for class org.delia.dao.DeliaDao
-
- DeliaError - Class in org.delia.error
-
An error in the Delia language.
- DeliaError(String, String) - Constructor for class org.delia.error.DeliaError
-
- DeliaError(String, String, Class<?>) - Constructor for class org.delia.error.DeliaError
-
- DeliaException - Exception in org.delia.runner
-
- DeliaException(DeliaError) - Constructor for exception org.delia.runner.DeliaException
-
- DeliaException(List<DeliaError>) - Constructor for exception org.delia.runner.DeliaException
-
- DeliaExceptionHelper - Class in org.delia.util
-
- DeliaExceptionHelper() - Constructor for class org.delia.util.DeliaExceptionHelper
-
- DeliaFactory - Class in org.delia.api
-
Factory for creating Delia objects.
- DeliaFactory() - Constructor for class org.delia.api.DeliaFactory
-
- DeliaGeneratePhase - Class in org.delia.compiler.generate
-
Converter for converting a DValue type into some other format, such as JSON.
- DeliaGeneratePhase(FactoryService, DTypeRegistry) - Constructor for class org.delia.compiler.generate.DeliaGeneratePhase
-
- DeliaImpl - Class in org.delia.api
-
- DeliaImpl(DBInterface, Log, FactoryService) - Constructor for class org.delia.api.DeliaImpl
-
- DeliaLexer - Class in org.delia.compiler.parser
-
Lexer specific for the Delia language rules.
- DeliaLexer() - Constructor for class org.delia.compiler.parser.DeliaLexer
-
- DeliaOptions - Class in org.delia.api
-
Options that can be changed during the lifetime of a Delia object.
- DeliaOptions() - Constructor for class org.delia.api.DeliaOptions
-
- DeliaRepl - Class in org.delia.repl
-
- DeliaRepl(ConnectionInfo, String) - Constructor for class org.delia.repl.DeliaRepl
-
- DeliaSession - Interface in org.delia.api
-
The result of delia.beginExecution().
- DeliaSessionImpl - Class in org.delia.api
-
- DeliaSessionImpl() - Constructor for class org.delia.api.DeliaSessionImpl
-
- deliaToSql(TypePair) - Method in class org.delia.db.postgres.PostgresFieldGen
-
- deliaToSql(TypePair) - Method in class org.delia.db.sql.table.FieldGen
-
- DeliaTypeSorter - Class in org.delia.sort.topo
-
- DeliaTypeSorter() - Constructor for class org.delia.sort.topo.DeliaTypeSorter
-
- dependsOn(String) - Method in interface org.delia.rule.DRule
-
- dependsOn(String) - Method in class org.delia.rule.DValueRuleOperand
-
- dependsOn(String) - Method in class org.delia.rule.fns.DateMakeFnRule
-
- dependsOn(String) - Method in class org.delia.rule.fns.DateYearFnRule
-
- dependsOn(String) - Method in class org.delia.rule.fns.LenFnRule
-
- dependsOn(String) - Method in interface org.delia.rule.RuleOperand
-
- dependsOn(String) - Method in class org.delia.rule.RuleRuleOperand
-
- dependsOn(String) - Method in class org.delia.rule.rules.CompareOpRule
-
- dependsOn(String) - Method in class org.delia.rule.rules.ContainsRule
-
- dependsOn(String) - Method in class org.delia.rule.rules.MandatoryRule
-
- dependsOn(String) - Method in class org.delia.rule.rules.MaxLenRule
-
- dependsOn(String) - Method in class org.delia.rule.rules.RelationManyRule
-
- dependsOn(String) - Method in class org.delia.rule.rules.RelationOneRule
-
- dependsOn(String) - Method in class org.delia.rule.rules.SampleRule
-
- dependsOn(String) - Method in class org.delia.rule.ScalarRuleOperand
-
- dependsOn(String) - Method in class org.delia.rule.StructDValueRuleOperand
-
- DetailedError - Class in org.delia.error
-
- DetailedError(String, String) - Constructor for class org.delia.error.DetailedError
-
- DetailedError.Type - Enum in org.delia.error
-
- detectFieldRename(List<SchemaType>) - Method in class org.delia.db.schema.MigrationOptimizer
-
- detectQueryType(QuerySpec) - Method in class org.delia.db.sql.QueryTypeDetector
-
- detectTimezone(String) - Method in interface org.delia.core.DateFormatService
-
- detectTimezone(String) - Method in class org.delia.core.DateFormatServiceImpl
-
- determineFieldTypeForFn(QuerySpec, String) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- diffL - Variable in class org.delia.db.schema.MigrationPlan
-
- DirectedGraph<T> - Class in org.delia.sort.topo
-
- DirectedGraph() - Constructor for class org.delia.sort.topo.DirectedGraph
-
- disableSqlLogging - Variable in class org.delia.db.DBAccessContext
-
- disableSQLLoggingDuringSchemaMigration - Variable in class org.delia.api.DeliaOptions
-
- disableSQLLoggingDuringSchemaMigration - Static variable in class org.delia.repl.ReplRunner
-
- doAddWhereClauseOp(StrCreator, QuerySpec, String, Table, SqlStatement) - Method in class org.delia.db.sql.prepared.WhereClauseGenerator
-
- doAlterColumnOptional(StrCreator, String, String, boolean) - Method in class org.delia.db.sql.table.TableCreator
-
- doAlterColumnPrefix(StrCreator, String, String) - Method in class org.delia.db.sql.table.TableCreator
-
- doAlterColumnUnique(StrCreator, String, String, boolean) - Method in class org.delia.db.postgres.PostgresTableCreator
-
- doAlterColumnUnique(StrCreator, String, String, boolean, String) - Method in class org.delia.db.sql.table.TableCreator
-
- doAlterTablePrefix(StrCreator, String) - Method in class org.delia.db.sql.table.TableCreator
-
- doBuildDValueList(ResultSet, DStructType, DBAccessContext) - Method in class org.delia.db.DBInterfaceBase
-
- doesFieldExist(String, String, DBAccessContext) - Method in interface org.delia.db.DBInterface
-
- doesFieldExist(String, String, DBAccessContext) - Method in class org.delia.db.h2.H2DBInterface
-
- doesFieldExist(String, String, DBAccessContext) - Method in class org.delia.db.InstrumentedDBInterface
-
- doesFieldExist(String, String, DBAccessContext) - Method in class org.delia.db.memdb.MemDBInterface
-
- doesFieldExist(String, String, DBAccessContext) - Method in class org.delia.db.postgres.PostgresDBInterface
-
- doesFileExist(String) - Method in class org.delia.repl.ReplRunner
-
- doesTableExist(String, PreparedStatementGenerator, boolean) - Method in class org.delia.db.DBConnectionBase
-
- doesTableExist(String, DBAccessContext) - Method in interface org.delia.db.DBInterface
-
- doesTableExist(String, DBAccessContext) - Method in class org.delia.db.h2.H2DBInterface
-
- doesTableExist(String, DBAccessContext) - Method in class org.delia.db.InstrumentedDBInterface
-
- doesTableExist(String, DBAccessContext) - Method in class org.delia.db.memdb.MemDBInterface
-
- doesTableExist(String, DBAccessContext) - Method in class org.delia.db.postgres.PostgresDBInterface
-
- doFirstFixup(QuerySpec, String) - Method in class org.delia.db.postgres.PostgresSelectFuncHelper
-
- doFirstFixup(QuerySpec, String) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- doFn(WhereOperand) - Method in class org.delia.db.postgres.PostgresWhereClauseGenerator
-
- doFn(WhereOperand) - Method in class org.delia.db.sql.prepared.WhereClauseGenerator
-
- doGenerateUpdate(DValue, Map<String, DRelation>, SqlStatement) - Method in class org.delia.db.sql.prepared.PreparedStatementGenerator
-
- doInnerOrderBy(StrCreator, QuerySpec, String, QueryFuncExp) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- doInPhrase(StrCreator, InPhrase, Table, SqlStatement) - Method in class org.delia.db.sql.prepared.WhereClauseGenerator
-
- doLastFixup(QuerySpec, String) - Method in class org.delia.db.postgres.PostgresSelectFuncHelper
-
- doLastFixup(QuerySpec, String) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- doLimitAndOffset(QueryFuncContext, QueryResponse) - Method in class org.delia.queryresponse.function.OffsetFunction
-
- doLimitIfPresent(StrCreator, QuerySpec, String) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- DOLLAR_DOLLAR - Static variable in class org.delia.runner.RunnerImpl
-
- dollarDollarAssignment() - Static method in class org.delia.compiler.parser.LetParser
-
- dollarVar() - Static method in class org.delia.compiler.parser.ParserBase
-
- doLog(LogLevel, String, Object...) - Method in class org.delia.log.SimpleLog
-
- doLogicalPhrase(StrCreator, LogicalPhrase, Table, SqlStatement) - Method in class org.delia.db.sql.prepared.WhereClauseGenerator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.BooleanOpEvaluator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.DateOpEvaluator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.IntOpEvaluator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.LongOpEvaluator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.NumberOpEvaluator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.OpEvaluatorBase
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.RelationOpEvaluator
-
- doMatch(Object) - Method in class org.delia.db.memdb.filter.StringOpEvaluator
-
- DoNothingVarEvaluator - Class in org.delia.runner
-
- DoNothingVarEvaluator() - Constructor for class org.delia.runner.DoNothingVarEvaluator
-
- doOffsetIfPresent(StrCreator, QuerySpec, String) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- doOrderByIfPresent(StrCreator, QuerySpec, String) - Method in class org.delia.db.sql.prepared.SelectFuncHelper
-
- doSelectFirst(StrCreator, QuerySpec, String) - Method in class org.delia.db.postgres.PostgresPreparedStatementGenerator
-
must copy queryspec since we modify it.
- doSelectLast(StrCreator, QuerySpec, String) - Method in class org.delia.db.postgres.PostgresPreparedStatementGenerator
-
must copy queryspec since we modify it.
- doSelectLast(StrCreator, QuerySpec, String) - Method in class org.delia.db.sql.prepared.PreparedStatementGenerator
-
must copy queryspec since we modify it.
- doWherePhrase(StrCreator, WherePhrase, Table, SqlStatement) - Method in class org.delia.db.sql.prepared.WhereClauseGenerator
-
- DRelation - Class in org.delia.type
-
Represents a relation between one object and another.
- DRelation(String, DValue) - Constructor for class org.delia.type.DRelation
-
- DRelation(String, List<DValue>) - Constructor for class org.delia.type.DRelation
-
- DRule - Interface in org.delia.rule
-
A validation rule.
- DRuleBase - Class in org.delia.rule
-
- DRuleBase(String, RuleGuard) - Constructor for class org.delia.rule.DRuleBase
-
- DRuleBase(String, boolean) - Constructor for class org.delia.rule.DRuleBase
-
- DRuleContext - Class in org.delia.rule
-
- DRuleContext(ErrorTracker, String, boolean, DBCapabilties, boolean, FetchRunner) - Constructor for class org.delia.rule.DRuleContext
-
- DRuleHelper - Class in org.delia.util
-
- DRuleHelper() - Constructor for class org.delia.util.DRuleHelper
-
- DsonExp - Class in org.delia.compiler.ast
-
- DsonExp(int, List<List<Exp>>) - Constructor for class org.delia.compiler.ast.DsonExp
-
- dsonExp - Variable in class org.delia.compiler.ast.InsertStatementExp
-
- dsonExp - Variable in class org.delia.compiler.ast.UpdateStatementExp
-
- dsonField() - Static method in class org.delia.compiler.parser.CrudParser
-
- DsonFieldExp - Class in org.delia.compiler.ast
-
- DsonFieldExp(int, IdentExp, Exp) - Constructor for class org.delia.compiler.ast.DsonFieldExp
-
- dsonFieldName() - Static method in class org.delia.compiler.parser.CrudParser
-
- dsonObj() - Static method in class org.delia.compiler.parser.CrudParser
-
- DsonToDValueConverter - Class in org.delia.runner
-
- DsonToDValueConverter(FactoryService, ErrorTracker, DTypeRegistry, VarEvaluator, SprigService) - Constructor for class org.delia.runner.DsonToDValueConverter
-
- DStructHelper - Class in org.delia.type
-
- DStructHelper(DValue) - Constructor for class org.delia.type.DStructHelper
-
- DStructType - Class in org.delia.type
-
- DStructType(Shape, String, DType, OrderedMap) - Constructor for class org.delia.type.DStructType
-
- dtype - Variable in class org.delia.db.memdb.RowSelectorBase
-
- dtype - Variable in class org.delia.db.sql.SqlValue
-
- dtype - Variable in class org.delia.db.sql.table.SqlElement
-
- dtype - Variable in class org.delia.db.sql.where.TypeDetails
-
- DType - Class in org.delia.type
-
A delia type.
- DType(Shape, String, DType) - Constructor for class org.delia.type.DType
-
- DTypeHierarchy - Class in org.delia.type
-
- DTypeHierarchy() - Constructor for class org.delia.type.DTypeHierarchy
-
- DTypeRegistry - Class in org.delia.type
-
Represents all the known types in a given Delia program.
- DTypeRegistry() - Constructor for class org.delia.type.DTypeRegistry
-
- DTypeRegistryBuilder - Class in org.delia.type
-
- DTypeRegistryBuilder() - Constructor for class org.delia.type.DTypeRegistryBuilder
-
- dump() - Method in interface org.delia.error.ErrorTracker
-
- dump() - Method in class org.delia.error.SimpleErrorTracker
-
- duration() - Method in class org.delia.util.Stopwatch
-
- dval - Variable in class org.delia.runner.ConversionResult
-
- dval - Variable in class org.delia.runner.VarRef
-
- dvalList - Variable in class org.delia.runner.QueryResponse
-
- DValue - Interface in org.delia.type
-
Represents a single Delia value.
- DValueBuilder - Class in org.delia.valuebuilder
-
- DValueBuilder() - Constructor for class org.delia.valuebuilder.DValueBuilder
-
- DValueHelper - Class in org.delia.util
-
- DValueHelper() - Constructor for class org.delia.util.DValueHelper
-
- DValueImpl - Class in org.delia.type
-
- DValueImpl(DType, Object) - Constructor for class org.delia.type.DValueImpl
-
- DValueInternal - Interface in org.delia.type
-
- DValueRuleOperand - Class in org.delia.rule
-
- DValueRuleOperand() - Constructor for class org.delia.rule.DValueRuleOperand
-
- val - Variable in class org.delia.compiler.ast.BooleanExp
-
- val - Variable in class org.delia.compiler.ast.IdentExp
-
- val - Variable in class org.delia.compiler.ast.IntegerExp
-
- val - Variable in class org.delia.compiler.ast.LongExp
-
- val - Variable in class org.delia.compiler.ast.NumberExp
-
- val - Variable in class org.delia.compiler.ast.StringExp
-
- val - Variable in class org.delia.runner.ResultValue
-
- val1 - Variable in class org.delia.db.sql.SqlValuePair
-
- val2 - Variable in class org.delia.db.sql.SqlValuePair
-
- valErrorList - Variable in class org.delia.valuebuilder.DValueBuilder
-
- validate(String) - Method in interface org.delia.core.ConfigureService
-
- validate(String) - Method in class org.delia.core.ConfigureServiceImpl
-
- validate(DValue, DRuleContext) - Method in interface org.delia.rule.DRule
-
- validate(DValue, DRuleContext) - Method in class org.delia.rule.DRuleBase
-
- validateDependentRules(DValue) - Method in class org.delia.validation.ValidationRuleRunner
-
- validateDVal(DValue) - Method in class org.delia.validation.ValidationRuleRunner
-
- validateDVals(List<DValue>) - Method in class org.delia.validation.ValidationRuleRunner
-
- validateEndSource() - Method in class org.delia.validation.ValidationRuleRunner
-
- validateFieldsOnly(DValue) - Method in class org.delia.validation.ValidationRuleRunner
-
- validateRelationRules(DValue) - Method in class org.delia.validation.ValidationRuleRunner
-
- ValidationError - Class in org.delia.error
-
A validation error is an error in input data, usually
related to domain business rules.
- ValidationError(String, String, Class<?>) - Constructor for class org.delia.error.ValidationError
-
- ValidationRuleRunner - Class in org.delia.validation
-
- ValidationRuleRunner(FactoryService, DBCapabilties, FetchRunner) - Constructor for class org.delia.validation.ValidationRuleRunner
-
- ValidationState - Enum in org.delia.type
-
- value - Variable in class org.delia.compiler.ast.ConfigureStatementExp
-
- value - Variable in class org.delia.compiler.ast.LetStatementExp
-
- ValueException - Exception in org.delia.runner
-
- ValueException(DeliaError) - Constructor for exception org.delia.runner.ValueException
-
- ValueException(List<DeliaError>) - Constructor for exception org.delia.runner.ValueException
-
- ValueExp - Interface in org.delia.compiler.ast
-
- ValueGenerator - Interface in org.delia.compiler.generate
-
Visitor used by DeliaGeneratorPhase.
- valueHelper - Variable in class org.delia.db.DBInterfaceBase
-
- ValueHelper - Class in org.delia.db
-
- ValueHelper(FactoryService) - Constructor for class org.delia.db.ValueHelper
-
- valueInSql(Shape, Object) - Method in class org.delia.db.sql.prepared.WhereClauseGenerator
-
- valueInSql(Shape, Object, DTypeRegistry) - Method in class org.delia.db.ValueHelper
-
- valueL - Variable in class org.delia.compiler.ast.ListExp
-
- valueL - Variable in class org.delia.db.sql.where.InPhrase
-
- valueOf(String) - Static method in enum org.delia.api.MigrationAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.db.DBType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.db.h2.DBListingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.db.memdb.filter.OP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.db.sql.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.error.DetailedError.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.error.ErrorCopyFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.error.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.log.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.relation.RelationCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.type.BuiltInTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.type.Shape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.delia.type.ValidationState
-
Returns the enum constant of this type with the specified name.
- ValuePlacement - Class in org.delia.compiler.generate
-
if isTopLevelValue is true then the value is a top-level value.
- ValuePlacement(String, String) - Constructor for class org.delia.compiler.generate.ValuePlacement
-
- values() - Static method in enum org.delia.api.MigrationAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.db.DBType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.db.h2.DBListingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.db.memdb.filter.OP
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.db.sql.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.error.DetailedError.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.error.ErrorCopyFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.error.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.log.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.relation.RelationCardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.type.BuiltInTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.type.Shape
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.delia.type.ValidationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- varEvaluator - Variable in class org.delia.db.DBAccessContext
-
- VarEvaluator - Interface in org.delia.runner
-
- varMap - Variable in class org.delia.runner.ExecutionState
-
- varName - Variable in class org.delia.compiler.ast.ConfigureStatementExp
-
- varName - Variable in class org.delia.compiler.ast.LetStatementExp
-
- varName() - Static method in class org.delia.compiler.parser.ParserBase
-
- varName - Variable in class org.delia.runner.ResultValue
-
- VarRef - Class in org.delia.runner
-
- VarRef() - Constructor for class org.delia.runner.VarRef
-
- varRef - Variable in class org.delia.runner.VarRef
-