|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDialectFactory | |
---|---|
org.clazzes.jdbc2xml.schema | |
org.clazzes.jdbc2xml.schema.impl |
Uses of IDialectFactory in org.clazzes.jdbc2xml.schema |
---|
Classes in org.clazzes.jdbc2xml.schema that implement IDialectFactory | |
---|---|
class |
DialectFactory
Implementations of this factory instantiate Dialect
instances for a given column of a DatabaseMetaData description. |
Methods in org.clazzes.jdbc2xml.schema that return IDialectFactory | |
---|---|
static IDialectFactory |
DialectFactory.newInstance()
|
Constructors in org.clazzes.jdbc2xml.schema with parameters of type IDialectFactory | |
---|---|
SchemaEngine(IDialectFactory dialectFactory)
Default constructor, which sets the default time zone. |
Uses of IDialectFactory in org.clazzes.jdbc2xml.schema.impl |
---|
Classes in org.clazzes.jdbc2xml.schema.impl that implement IDialectFactory | |
---|---|
class |
DialectFactoryImpl
The default dialect factory exported as OSGi service or provided through DialectFactory.newInstance() . |
Methods in org.clazzes.jdbc2xml.schema.impl that return IDialectFactory | |
---|---|
IDialectFactory |
SchemaEngineFactoryImpl.getDialectFactory()
|
Methods in org.clazzes.jdbc2xml.schema.impl with parameters of type IDialectFactory | |
---|---|
void |
SchemaEngineFactoryImpl.setDialectFactory(IDialectFactory dialectFactory)
|
Constructors in org.clazzes.jdbc2xml.schema.impl with parameters of type IDialectFactory | |
---|---|
SchemaEngineImpl(IDialectFactory dialectFactory)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |