| Modifier and Type | Method and Description |
|---|---|
void |
DeliaCompiler.executePass4(String input,
List<Exp> list,
DTypeRegistry registry) |
| Constructor and Description |
|---|
Pass4Compiler(FactoryService factorySvc,
ErrorLineFinder errorLineFinder,
InternalCompileState execCtx,
DTypeRegistry registry) |
| Constructor and Description |
|---|
DeliaGeneratePhase(FactoryService factorySvc,
DTypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
ScalarValueBuilder |
FactoryService.createScalarValueBuilder(DTypeRegistry registry) |
ScalarValueBuilder |
FactoryServiceImpl.createScalarValueBuilder(DTypeRegistry registry) |
SchemaMigrator |
FactoryService.createSchemaMigrator(DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
SchemaMigrator |
FactoryServiceImpl.createSchemaMigrator(DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
void |
ConfigureService.execute(ConfigureStatementExp exp,
DTypeRegistry registry,
Object sprigSvc) |
void |
ConfigureServiceImpl.execute(ConfigureStatementExp exp,
DTypeRegistry registry,
Object sprigSvcParam) |
| Modifier and Type | Method and Description |
|---|---|
DTypeRegistry |
DeliaDao.getRegistry() |
| Modifier and Type | Field and Description |
|---|---|
DTypeRegistry |
DBAccessContext.registry |
| Modifier and Type | Method and Description |
|---|---|
protected DValue |
ValueHelper.extractGeneratedKey(ResultSet rs,
Shape keyShape,
DTypeRegistry registry) |
DValue |
ValueHelper.valueInSql(Shape shape,
Object value,
DTypeRegistry registry) |
| Constructor and Description |
|---|
DBAccessContext(DTypeRegistry registry,
VarEvaluator eval) |
SqlExecuteContext(DTypeRegistry registry,
VarEvaluator eval) |
| Modifier and Type | Field and Description |
|---|---|
protected DTypeRegistry |
RowSelectorBase.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
AllRowSelector.init(ErrorTracker et,
QuerySpec spec,
DStructType dtype,
DTypeRegistry registry) |
void |
OpRowSelector.init(ErrorTracker et,
QuerySpec spec,
DStructType dtype,
DTypeRegistry registry) |
void |
PrimaryKeyRowSelector.init(ErrorTracker et,
QuerySpec spec,
DStructType dtype,
DTypeRegistry registry) |
void |
RowSelector.init(ErrorTracker et,
QuerySpec spec,
DStructType dtype,
DTypeRegistry registry) |
void |
RowSelectorBase.init(ErrorTracker et,
QuerySpec spec,
DStructType dtype,
DTypeRegistry registry) |
void |
SerialProvider.setRegistry(DTypeRegistry registry) |
| Constructor and Description |
|---|
SerialProvider(FactoryService factorySvc,
DTypeRegistry registry) |
| Constructor and Description |
|---|
MultiOpEvaluator(FilterOpFullExp fullexp,
DStructType dtype,
DTypeRegistry registry) |
NAFEvaluator(XNAFMultiExp op1,
OpEvaluator inner,
DTypeRegistry registry) |
OpFactory(DTypeRegistry registry) |
| Constructor and Description |
|---|
FilterFnRunner(DTypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
FieldGen |
PostgresFieldgenFactory.createFieldGen(DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
| Constructor and Description |
|---|
PostgresFieldGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
PostgresInsertStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlNameFormatter nameFormatter) |
PostgresPreparedStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlHelperFactory sqlHelperFactory,
VarEvaluator varEvaluator) |
PostgresSelectFuncHelper(FactoryService factorySvc,
DTypeRegistry registry) |
PostgresTableCreator(FactoryService factorySvc,
DTypeRegistry registry,
FieldGenFactory fieldgenFactory,
SqlNameFormatter nameFormatter) |
PostgresWhereClauseGenerator(FactoryService factorySvc,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MigrationService.autoMigrateDbIfNeeded(DTypeRegistry registry,
VarEvaluator varEvaluator)
Now that we know the types, compare against db schema and
perform schema migration if needed.
|
String |
SchemaFingerprintGenerator.createFingerprint(DTypeRegistry registry) |
MigrationPlan |
MigrationService.createMigrationPlan(DTypeRegistry registry,
VarEvaluator varEvaluator) |
MigrationPlan |
MigrationService.runMigrationPlan(DTypeRegistry registry,
MigrationPlan plan,
VarEvaluator varEvaluator)
ignore policy and do the migration.
|
| Constructor and Description |
|---|
MigrationOptimizer(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
MigrationRunner(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
DBExecutor dbexecutor) |
SchemaMigrator(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Constructor and Description |
|---|
QueryTypeDetector(FactoryService factorySvc,
DTypeRegistry registry) |
SqlDateGenerator(FactoryService factorySvc,
DTypeRegistry registry) |
| Modifier and Type | Field and Description |
|---|---|
protected DTypeRegistry |
PreparedStatementGenerator.registry |
protected DTypeRegistry |
SelectFuncHelper.registry |
| Constructor and Description |
|---|
FKSqlGenerator(FactoryService factorySvc,
DTypeRegistry registry,
List<TableInfo> tblinfoL,
SqlHelperFactory sqlHelperFactory,
VarEvaluator varEvaluator) |
InsertStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlNameFormatter nameFormatter) |
PreparedStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlHelperFactory sqlHelperFactory,
VarEvaluator varEvaluator) |
SelectFuncHelper(FactoryService factorySvc,
DTypeRegistry registry) |
WhereClauseGenerator(FactoryService factorySvc,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Modifier and Type | Field and Description |
|---|---|
protected DTypeRegistry |
SqlElement.registry |
protected DTypeRegistry |
TableCreator.registry |
| Modifier and Type | Method and Description |
|---|---|
FieldGen |
FieldGenFactory.createFieldGen(DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
ConstraintGen |
FieldGenFactory.generateFKConstraint(DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
| Constructor and Description |
|---|
ConstraintGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
FieldGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
SqlElement(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
TableCreator(FactoryService factorySvc,
DTypeRegistry registry,
FieldGenFactory fieldgenFactory,
SqlNameFormatter nameFormatter) |
| Constructor and Description |
|---|
SqlWhereConverter(FactoryService factorySvc,
DTypeRegistry registry,
QueryTypeDetector queryTypeDetector) |
| Modifier and Type | Field and Description |
|---|---|
protected DTypeRegistry |
QueryResponseFunctionBase.registry |
| Modifier and Type | Method and Description |
|---|---|
QueryResponseFunction |
QueryResponseFunctionFactory.create(String fnName,
DTypeRegistry registry) |
| Constructor and Description |
|---|
QueryResponseFunctionBase(DTypeRegistry registry) |
| Constructor and Description |
|---|
CountFunction(DTypeRegistry registry) |
ExistsFunction(DTypeRegistry registry) |
FetchFunction(DTypeRegistry registry,
FetchRunner fetchRunner) |
FirstFunction(DTypeRegistry registry,
boolean firstFlag,
boolean ithFlag) |
FKsFunction(DTypeRegistry registry,
ConfigureService configSvc) |
LimitFunction(DTypeRegistry registry) |
MaxFunction(DTypeRegistry registry) |
MinFunction(DTypeRegistry registry) |
OffsetFunction(DTypeRegistry registry) |
OrderByFunction(DTypeRegistry registry) |
QueryFuncOrFieldRunner(FactoryService factorySvc,
DTypeRegistry registry,
FetchRunner fetchRunner,
DBCapabilties dbCapabilties) |
| Constructor and Description |
|---|
RelationManyRule(RuleGuard guard,
RuleOperand oper1,
DStructType owningType,
DTypeRegistry registry) |
RelationOneRule(RuleGuard guard,
RuleOperand oper1,
DStructType owningType,
DTypeRegistry registry,
boolean isParent) |
| Modifier and Type | Field and Description |
|---|---|
DTypeRegistry |
ExecutionState.registry |
protected DTypeRegistry |
RunnerImpl.registry |
| Modifier and Type | Method and Description |
|---|---|
DTypeRegistry |
Runner.getRegistry() |
DTypeRegistry |
RunnerImpl.getRegistry() |
DTypeRegistry |
TypeRunner.getRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
RulePostProcessor.process(DTypeRegistry registry,
List<DeliaError> allErrors) |
| Constructor and Description |
|---|
DsonToDValueConverter(FactoryService factorySvc,
ErrorTracker localET,
DTypeRegistry registry,
VarEvaluator varEvaluator,
SprigService sprigSvc) |
FetchRunnerImpl(FactoryService factorySvc,
DBExecutor dbexecutor,
DTypeRegistry registry,
VarEvaluator eval) |
ScalarBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
TypeRunner(FactoryService factorySvc,
DTypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected RelationOneRule |
DeliaTypeSorter.findOneRule(String typeName,
DTypeRegistry registry) |
List<String> |
DeliaTypeSorter.topoSort(DTypeRegistry registry) |
| Constructor and Description |
|---|
SprigServiceImpl(FactoryService factorySvc,
DTypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
DTypeRegistry |
DTypeRegistryBuilder.getRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
FakeTypeCreator.createDeptAndEmployee(DTypeRegistry registry) |
void |
FakeTypeCreator.createFakeTypes(DTypeRegistry registry) |
DStructType |
FakeTypeCreator.createSchemaVersionType(DTypeRegistry registry,
String typeName) |
| Constructor and Description |
|---|
RuleBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
TypeBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
static RelationManyRule |
DRuleHelper.findManyRule(String typeName,
DTypeRegistry registry) |
static RelationOneRule |
DRuleHelper.findOneRule(String typeName,
DTypeRegistry registry) |
| Constructor and Description |
|---|
RelationValueBuilder(DType type,
String foreignTypeName,
DTypeRegistry registry) |
ScalarValueBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
Copyright © 2020. All rights reserved.