|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBSystem | |
|---|---|
| org.databene.benerator.engine.parser.xml | |
| org.databene.benerator.engine.statement | |
| org.databene.benerator.gui | |
| org.databene.platform.db | platform adapter for databases. |
| Uses of DBSystem in org.databene.benerator.engine.parser.xml |
|---|
| Methods in org.databene.benerator.engine.parser.xml that return types with arguments of type DBSystem | |
|---|---|
protected org.databene.commons.Expression<DBSystem> |
TranscodingTaskParser.parseDefaultSource(org.w3c.dom.Element element)
|
protected org.databene.commons.Expression<DBSystem> |
AbstractTranscodeParser.parseSource(org.w3c.dom.Element element)
|
protected org.databene.commons.Expression<DBSystem> |
AbstractTranscodeParser.parseTarget(org.w3c.dom.Element element)
|
| Uses of DBSystem in org.databene.benerator.engine.statement |
|---|
| Methods in org.databene.benerator.engine.statement that return types with arguments of type DBSystem | |
|---|---|
org.databene.commons.Expression<DBSystem> |
TranscodingTaskStatement.getSourceEx()
|
org.databene.commons.Expression<DBSystem> |
TranscodingTaskStatement.getTargetEx()
|
| Constructor parameters in org.databene.benerator.engine.statement with type arguments of type DBSystem | |
|---|---|
TranscodeStatement(TranscodeParser.TypeExpression typeExpression,
TranscodingTaskStatement parent,
org.databene.commons.Expression<DBSystem> sourceEx,
org.databene.commons.Expression<java.lang.String> selectorEx,
org.databene.commons.Expression<DBSystem> targetEx,
org.databene.commons.Expression<java.lang.Long> pageSizeEx,
org.databene.commons.Expression<org.databene.commons.ErrorHandler> errorHandlerEx)
|
|
TranscodeStatement(TranscodeParser.TypeExpression typeExpression,
TranscodingTaskStatement parent,
org.databene.commons.Expression<DBSystem> sourceEx,
org.databene.commons.Expression<java.lang.String> selectorEx,
org.databene.commons.Expression<DBSystem> targetEx,
org.databene.commons.Expression<java.lang.Long> pageSizeEx,
org.databene.commons.Expression<org.databene.commons.ErrorHandler> errorHandlerEx)
|
|
TranscodingTaskStatement(org.databene.commons.Expression<DBSystem> sourceEx,
org.databene.commons.Expression<DBSystem> targetEx,
org.databene.commons.Expression<java.lang.String> identityEx,
org.databene.commons.Expression<java.lang.Long> pageSizeEx,
org.databene.commons.Expression<org.databene.commons.ErrorHandler> errorHandlerExpression)
|
|
TranscodingTaskStatement(org.databene.commons.Expression<DBSystem> sourceEx,
org.databene.commons.Expression<DBSystem> targetEx,
org.databene.commons.Expression<java.lang.String> identityEx,
org.databene.commons.Expression<java.lang.Long> pageSizeEx,
org.databene.commons.Expression<org.databene.commons.ErrorHandler> errorHandlerExpression)
|
|
| Uses of DBSystem in org.databene.benerator.gui |
|---|
| Fields in org.databene.benerator.gui declared as DBSystem | |
|---|---|
protected DBSystem |
ProjectBuilder.db
|
| Uses of DBSystem in org.databene.platform.db |
|---|
| Methods in org.databene.platform.db that return DBSystem | |
|---|---|
DBSystem |
DBSequenceGenerator.getSource()
|
DBSystem |
OfflineSequenceGenerator.getTarget()
|
| Methods in org.databene.platform.db with parameters of type DBSystem | |
|---|---|
void |
SequenceTableGenerator.setDb(DBSystem db)
|
void |
DBSequenceGenerator.setSource(DBSystem source)
|
void |
DBSeqHiLoGenerator.setSource(DBSystem source)
|
void |
OfflineSequenceGenerator.setTarget(DBSystem target)
|
| Constructors in org.databene.platform.db with parameters of type DBSystem | |
|---|---|
DBSeqHiLoGenerator(java.lang.String sequenceName,
int maxLo,
DBSystem source)
|
|
DBSequenceGenerator(java.lang.String name,
DBSystem source)
|
|
LazyTableComplexTypeDescriptor(org.databene.jdbacl.model.DBTable table,
DBSystem db)
|
|
OfflineSequenceGenerator(DBSystem target,
java.lang.String sequenceName)
|
|
SequenceTableGenerator(java.lang.String table,
java.lang.String column,
DBSystem db)
|
|
SequenceTableGenerator(java.lang.String table,
java.lang.String column,
DBSystem db,
java.lang.String selector)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||