public final class ReconLinkWriter extends AbstractResultWriter
Usage:
ReconResultWriter rrW = new ReconResultWriter(); // declare, initialize rrW.init(); // start rrW.setValue("an attribute", "a value"); // must be found within reconresult schema rrW.write(dbShortcut); // write out, via psdi.mbo.DBShortcut dbShortcut
Constructor and Description |
---|
ReconLinkWriter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTableName()
Returns the table name of the recon link table.
|
java.lang.String |
getUIDColumnname()
Returns the name od the unique identifier for the recon link table.
|
void |
write(DBShortcut dbShortcut)
Writes out the compiled SQL statement created by the
setValue() method calls. |
getValue, init, setReconInfo, setValue
public void write(DBShortcut dbShortcut) throws java.rmi.RemoteException, MXException
AbstractResultWriter
setValue()
method calls.write
in interface ResultWriter
write
in class AbstractResultWriter
dbShortcut
- -
the db connection provider.java.rmi.RemoteException
- -
thrown by the method.MXException
- -
thrown by the method.public java.lang.String getTableName()
getTableName
in class AbstractResultWriter
public java.lang.String getUIDColumnname()
getUIDColumnname
in class AbstractResultWriter