Package org.utplsql.api.reporter
Class DefaultReporter
- java.lang.Object
-
- org.utplsql.api.reporter.Reporter
-
- org.utplsql.api.reporter.DefaultReporter
-
- All Implemented Interfaces:
oracle.jdbc.internal.ObjectData,oracle.sql.ORAData
- Direct Known Subclasses:
CoverageHTMLReporter,DocumentationReporter
public class DefaultReporter extends Reporter
This is a basic Reporter implementation, using ORAData interface- Author:
- pesse
-
-
Field Summary
-
Fields inherited from class org.utplsql.api.reporter.Reporter
outputBuffer
-
-
Constructor Summary
Constructors Constructor Description DefaultReporter(String typeName, Object[] attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitOutputBuffer(oracle.jdbc.OracleConnection oraConn, CompatibilityProxy compatibilityProxy)-
Methods inherited from class org.utplsql.api.reporter.Reporter
getAttributes, getId, getOutputBuffer, getTypeName, init, init, isInit, setAttributes, setTypeName, toDatum
-
-
-
-
Method Detail
-
initOutputBuffer
protected void initOutputBuffer(oracle.jdbc.OracleConnection oraConn, CompatibilityProxy compatibilityProxy) throws SQLException- Specified by:
initOutputBufferin classReporter- Throws:
SQLException
-
-