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, setValuepublic void write(DBShortcut dbShortcut) throws java.rmi.RemoteException, MXException
AbstractResultWritersetValue() method calls.write in interface ResultWriterwrite in class AbstractResultWriterdbShortcut - -
            the db connection provider.java.rmi.RemoteException - -
             thrown by the method.MXException - -
             thrown by the method.public java.lang.String getTableName()
getTableName in class AbstractResultWriterpublic java.lang.String getUIDColumnname()
getUIDColumnname in class AbstractResultWriter