org.databene.benerator.engine.statement
Class StatementProxy
java.lang.Object
org.databene.benerator.engine.statement.StatementProxy
- All Implemented Interfaces:
- java.io.Closeable, Statement
- Direct Known Subclasses:
- LazyStatement, TimedGeneratorStatement
public class StatementProxy
- extends java.lang.Object
- implements Statement, java.io.Closeable
Proxy for a Statement
.
Created: 27.10.2009 16:06:04
- Since:
- 0.6.0
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
realStatement
protected Statement realStatement
StatementProxy
public StatementProxy(Statement realStatement)
execute
public boolean execute(BeneratorContext context)
- Specified by:
execute
in interface Statement
getRealStatement
public Statement getRealStatement(BeneratorContext context)
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.