public class ReconMultiLinkWriter extends AbstractResultWriter
Constructor and Description |
---|
ReconMultiLinkWriter() |
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 of 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