org.apache.derby.iapi.services.stream
Interface PrintWriterGetHeader

All Known Implementing Classes:
BasicGetLogHeader

public interface PrintWriterGetHeader

Get a header to prepend to a line of output. A HeaderPrintWriter requires an object which implements this interface to construct headers for output lines.

See Also:
HeaderPrintWriter

Method Summary
 java.lang.String getHeader()
          getHeader
 

Method Detail

getHeader

public java.lang.String getHeader()
getHeader

Returns:
The header for an output line.
See Also:
HeaderPrintWriter


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.