public class DatabaseProtocoller.SqlProtocoller
extends java.lang.Object
implements de.bsvrz.pat.onlprot.standardProtocolModule.ClientProtocollerInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SQL_CMMNT
SQL Kommentarzeichen + ein Leerzeichen
|
static java.lang.String |
SQL_SEPARATOR
SQL Trennlinie (ohne newline)
|
| Constructor and Description |
|---|
SqlProtocoller() |
| Modifier and Type | Method and Description |
|---|---|
void |
update(de.bsvrz.dav.daf.main.ResultData[] results) |
void |
writeFooter() |
void |
writeHeader(java.lang.String[] args) |
public static final java.lang.String SQL_CMMNT
public static final java.lang.String SQL_SEPARATOR
public void writeHeader(java.lang.String[] args)
writeHeader in interface de.bsvrz.pat.onlprot.standardProtocolModule.ClientProtocollerInterfacepublic void writeFooter()
writeFooter in interface de.bsvrz.pat.onlprot.standardProtocolModule.ClientProtocollerInterfacepublic void update(de.bsvrz.dav.daf.main.ResultData[] results)
update in interface de.bsvrz.dav.daf.main.ClientReceiverInterface