com.etasoft.trans.transaction
Class axJdbcBuffer

java.lang.Object
  extended bycom.etasoft.trans.transaction.axWriterBuffer
      extended bycom.etasoft.trans.transaction.axJdbcBuffer

public class axJdbcBuffer
extends axWriterBuffer

Output buffer for the Jdbc data.


Field Summary
 
Fields inherited from class com.etasoft.trans.transaction.axWriterBuffer
m_writer
 
Constructor Summary
axJdbcBuffer(axWriter writer)
           
 
Method Summary
 void append(java.lang.String output)
          Append string data to be written off.
 void append(java.lang.String section, java.util.HashMap tabElements, boolean prepareSQL)
          Append field data to be written off.
 void close()
          Close write buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axJdbcBuffer

public axJdbcBuffer(axWriter writer)
Method Detail

close

public void close()
Close write buffer.

Overrides:
close in class axWriterBuffer

append

public void append(java.lang.String output)
            throws axException
Append string data to be written off.

Specified by:
append in class axWriterBuffer
Throws:
axException

append

public void append(java.lang.String section,
                   java.util.HashMap tabElements,
                   boolean prepareSQL)
            throws axException
Append field data to be written off.

Specified by:
append in class axWriterBuffer
Throws:
axException