|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementParameterFactory | |
wt.iba.value.service | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.pds.oracle81 | |
wt.pds.sqlServer | |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
wt.vc | |
wt.vc.baseline | |
wt.vc.views |
Uses of StatementParameterFactory in wt.iba.value.service |
Methods in wt.iba.value.service with parameters of type StatementParameterFactory | |
private void |
MultiObjIBAValueDBService.copyAllIBAs(String a_name,
StatementParameterFactory a_factory,
StatementParameter a_returnValue,
IdOidObjectList a_copyList)
|
Uses of StatementParameterFactory in wt.part |
Fields in wt.part declared as StatementParameterFactory | |
private static StatementParameterFactory |
WTProductConfigurationConfigurationDelegate.statementFactory
|
Uses of StatementParameterFactory in wt.pds |
Fields in wt.pds declared as StatementParameterFactory | |
private static StatementParameterFactory |
StatementParameterFactory.instance
|
Methods in wt.pds that return StatementParameterFactory | |
static StatementParameterFactory |
StatementParameterFactory.getInstance()
Gets the value of the attribute: instance; Returns the default factory for the current dataservice. |
Uses of StatementParameterFactory in wt.pds.oracle81 |
Subclasses of StatementParameterFactory in wt.pds.oracle81 | |
class |
OracleStatementParameterFactory
This class provides the Oracle implementation for a factory used to create statement parameter instances. |
Uses of StatementParameterFactory in wt.pds.sqlServer |
Subclasses of StatementParameterFactory in wt.pds.sqlServer | |
class |
SQLServerStatementParameterFactory
This class provides the SQLServer implementation for a factory used to create statement parameter instances. |
Uses of StatementParameterFactory in wt.query |
Fields in wt.query declared as StatementParameterFactory | |
private static StatementParameterFactory |
ArrayExpression.FACTORY
|
Uses of StatementParameterFactory in wt.vc |
Fields in wt.vc declared as StatementParameterFactory | |
private static StatementParameterFactory |
StandardVersionControlService.statementFactory
|
private static StatementParameterFactory |
StandardVersionControlService.statementFactory
|
Uses of StatementParameterFactory in wt.vc.baseline |
Fields in wt.vc.baseline declared as StatementParameterFactory | |
protected static StatementParameterFactory |
StandardBaselineService.statementFactory
|
protected static StatementParameterFactory |
StandardBaselineDelegate.statementFactory
|
Uses of StatementParameterFactory in wt.vc.views |
Fields in wt.vc.views declared as StatementParameterFactory | |
private static StatementParameterFactory |
StandardViewService.statementFactory
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |