com.etasoft.trans.transaction
Class axWriterBuffer
java.lang.Object
com.etasoft.trans.transaction.axWriterBuffer
- Direct Known Subclasses:
- axJdbcBuffer, axStreamBuffer
- public abstract class axWriterBuffer
- extends java.lang.Object
Output buffer for the writer.
Method Summary |
abstract void |
append(java.lang.String output)
Append string data to be written off. |
abstract 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 |
m_writer
protected axWriter m_writer
axWriterBuffer
public axWriterBuffer(axWriter writer)
close
public void close()
- Close write buffer.
append
public abstract void append(java.lang.String output)
throws axException
- Append string data to be written off.
- Throws:
axException
append
public abstract void append(java.lang.String section,
java.util.HashMap tabElements,
boolean prepareSQL)
throws axException
- Append field data to be written off.
- Throws:
axException