Uses of Interface
org.utplsql.api.outputBuffer.OutputBuffer
-
Packages that use OutputBuffer Package Description org.utplsql.api.compatibility org.utplsql.api.outputBuffer org.utplsql.api.reporter -
-
Uses of OutputBuffer in org.utplsql.api.compatibility
Methods in org.utplsql.api.compatibility that return OutputBuffer Modifier and Type Method Description OutputBufferCompatibilityProxy. getOutputBuffer(Reporter reporter, Connection conn)Returns an OutputBuffer compatible with the current framework -
Uses of OutputBuffer in org.utplsql.api.outputBuffer
Methods in org.utplsql.api.outputBuffer that return OutputBuffer Modifier and Type Method Description static OutputBufferOutputBufferProvider. getCompatibleOutputBuffer(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 notOutputBufferOutputBuffer. setFetchSize(int fetchSize)Override the fetchSize of the OutputBuffer -
Uses of OutputBuffer in org.utplsql.api.reporter
Fields in org.utplsql.api.reporter declared as OutputBuffer Modifier and Type Field Description protected OutputBufferReporter. outputBufferMethods in org.utplsql.api.reporter that return OutputBuffer Modifier and Type Method Description OutputBufferReporter. getOutputBuffer()
-