| Modifier and Type | Method and Description |
|---|---|
FactoryService |
Delia.getFactoryService() |
FactoryService |
DeliaImpl.getFactoryService() |
| Modifier and Type | Method and Description |
|---|---|
static Delia |
DeliaFactory.create(ConnectionInfo info,
Log log,
FactoryService factorySvc) |
static Delia |
DeliaFactory.create(ConnectionString connectionString,
DBType dbType,
Log log,
FactoryService factorySvc) |
static Delia |
DeliaFactory.create(DBInterface dbInterface,
Log log,
FactoryService factorySvc) |
| Constructor and Description |
|---|
DeliaImpl(DBInterface dbInterface,
Log log,
FactoryService factorySvc) |
| Constructor and Description |
|---|
CompilerPassBase(FactoryService factorySvc,
ErrorLineFinder errorLineFinder,
InternalCompileState execCtx) |
DeliaCompiler(FactoryService factorySvc) |
DeliaCompiler(FactoryService factorySvc,
InternalCompileState execCtx) |
Pass2Compiler(FactoryService factorySvc,
ErrorLineFinder errorLineFinder,
InternalCompileState execCtx) |
Pass3Compiler(FactoryService factorySvc,
ErrorLineFinder errorLineFinder,
InternalCompileState execCtx) |
Pass3RuleCompiler(FactoryService factorySvc,
ErrorLineFinder errorLineFinder,
InternalCompileState execCtx) |
Pass4Compiler(FactoryService factorySvc,
ErrorLineFinder errorLineFinder,
InternalCompileState execCtx,
DTypeRegistry registry) |
| Constructor and Description |
|---|
DeliaGeneratePhase(FactoryService factorySvc,
DTypeRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected FactoryService |
ServiceBase.factorySvc |
| Constructor and Description |
|---|
ConfigureServiceImpl(FactoryService factorySvc) |
ServiceBase(FactoryService factorySvc) |
| Modifier and Type | Method and Description |
|---|---|
FactoryService |
DeliaDao.getFactorySvc() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBInterface.init(FactoryService factorySvc) |
void |
DBInterfaceBase.init(FactoryService factorySvc) |
void |
InstrumentedDBInterface.init(FactoryService factorySvc) |
| Constructor and Description |
|---|
DBConnectionBase(FactoryService factorySvc,
ConnectionFactory connectionFactory,
DBErrorConverter errorConverter) |
DBInterfaceBase(DBType dbType,
FactoryService factorySvc,
ConnectionFactory connFactory,
SqlHelperFactory sqlhelperFactory) |
QueryBuilderServiceImpl(FactoryService factorySvc) |
ValueHelper(FactoryService factorySvc) |
| Constructor and Description |
|---|
H2DBConnection(FactoryService factorySvc,
ConnectionFactory connectionFactory,
DBErrorConverter errorConverter) |
H2DBInterface(FactoryService factorySvc,
ConnectionFactory connFactory) |
SqlHelperFactory(FactoryService factorySvc) |
| Modifier and Type | Method and Description |
|---|---|
void |
H2TestCleaner.deleteKnownTables(FactoryService factorySvc,
DBInterface innerInterface) |
void |
H2TestCleaner.deleteTables(FactoryService factorySvc,
DBInterface innerInterface,
String tables) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemDBInterface.init(FactoryService factorySvc) |
void |
MemDBInterface.Stuff.init(FactoryService factorySvc,
DBAccessContext dbctx) |
| Constructor and Description |
|---|
SerialProvider(FactoryService factorySvc,
DTypeRegistry registry) |
| Constructor and Description |
|---|
PostgresDBInterface(FactoryService factorySvc,
ConnectionFactory connFactory) |
PostgresFieldGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
PostgresFieldgenFactory(FactoryService factorySvc) |
PostgresInsertStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlNameFormatter nameFormatter) |
PostgresPreparedStatementGenerator(FactoryService factorySvc,
DTypeRegistry registry,
SqlHelperFactory sqlHelperFactory,
VarEvaluator varEvaluator) |
PostgresSelectFuncHelper(FactoryService factorySvc,
DTypeRegistry registry) |
PostgresSqlHelperFactory(FactoryService factorySvc) |
PostgresTableCreator(FactoryService factorySvc,
DTypeRegistry registry,
FieldGenFactory fieldgenFactory,
SqlNameFormatter nameFormatter) |
PostgresWhereClauseGenerator(FactoryService factorySvc,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Constructor and Description |
|---|
MigrationOptimizer(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
MigrationRunner(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
DBExecutor dbexecutor) |
MigrationService(DBInterface dbInterface,
FactoryService factorySvc) |
SchemaMigrator(FactoryService factorySvc,
DBInterface dbInterface,
DTypeRegistry registry,
VarEvaluator varEvaluator) |
| Constructor and Description |
|---|
QueryTypeDetector(FactoryService factorySvc,
DTypeRegistry registry) |
SqlDateGenerator(FactoryService factorySvc,
DTypeRegistry 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) |
| Constructor and Description |
|---|
ConstraintGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
FieldGen(FactoryService factorySvc,
DTypeRegistry registry,
TypePair pair,
DStructType dtype) |
FieldGenFactory(FactoryService factorySvc) |
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) |
| Constructor and Description |
|---|
QueryResponseFunctionFactory(FactoryService factorySvc,
FetchRunner fetchRunner) |
| Constructor and Description |
|---|
QueryFuncOrFieldRunner(FactoryService factorySvc,
DTypeRegistry registry,
FetchRunner fetchRunner,
DBCapabilties dbCapabilties) |
| Modifier and Type | Field and Description |
|---|---|
protected FactoryService |
CmdBase.factorySvc |
| Modifier and Type | Method and Description |
|---|---|
FactoryService |
CmdBase.getFactorySvc() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmdBase.setFactorySvc(FactoryService factorySvc) |
| Constructor and Description |
|---|
MigrationParser(FactoryService factorySvc) |
| Constructor and Description |
|---|
DateMakeFnRule(FactoryService factorySvc,
RuleGuard guard,
Exp arg) |
| Constructor and Description |
|---|
DsonToDValueConverter(FactoryService factorySvc,
ErrorTracker localET,
DTypeRegistry registry,
VarEvaluator varEvaluator,
SprigService sprigSvc) |
FetchRunnerImpl(FactoryService factorySvc,
DBExecutor dbexecutor,
DTypeRegistry registry,
VarEvaluator eval) |
FilterEvaluator(FactoryService factorySvc,
VarEvaluator varEvaluator) |
RulePostProcessor(FactoryService factorySvc) |
RunnerImpl(FactoryService factorySvc,
DBInterface dbInterface) |
ScalarBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
TypeRunner(FactoryService factorySvc,
DTypeRegistry registry) |
| Constructor and Description |
|---|
SprigServiceImpl(FactoryService factorySvc,
DTypeRegistry registry) |
SprigVarEvaluator(FactoryService factorySvc,
Runner runner) |
| Constructor and Description |
|---|
RuleBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
RuleFuncFactory(FactoryService factorySvc) |
TypeBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
| Constructor and Description |
|---|
ValidationRuleRunner(FactoryService factorySvc,
DBCapabilties dbCapabilties,
FetchRunner fetchRunner) |
| Constructor and Description |
|---|
DateValueBuilder(FactoryService factorySvc,
DType type) |
ScalarValueBuilder(FactoryService factorySvc,
DTypeRegistry registry) |
Copyright © 2020. All rights reserved.