Package org.utplsql.api.outputBuffer
Class OutputBufferProvider
- java.lang.Object
-
- org.utplsql.api.outputBuffer.OutputBufferProvider
-
public class OutputBufferProvider extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OutputBuffergetCompatibleOutputBuffer(Version databaseVersion, Reporter reporter, Connection conn)Returns an OutputBuffer compatible with the given databaseVersion If we are at 3.1.0 or greater, returns an OutputBuffer based upon the information whether the Reporter has Output or not
-
-
-
Method Detail
-
getCompatibleOutputBuffer
public static OutputBuffer getCompatibleOutputBuffer(Version databaseVersion, Reporter reporter, Connection conn) throws SQLException
Returns an OutputBuffer compatible with the given databaseVersion If we are at 3.1.0 or greater, returns an OutputBuffer based upon the information whether the Reporter has Output or not- Parameters:
databaseVersion-Versionreporter-Reporterconn-Connection- Returns:
- OutputBuffer
- Throws:
SQLException- if there are problems with the database access
-
-