TABLE and TABLE-HANDLE

These are the data type-specific methods for adding an ABL temp-table (TABLE or TABLE-HANDLE) parameter:

Syntax

public void addTable 
               (int position, java.sql.ResultSet value, int mode, 
                com.progress.open4gl.ProResultSetMetaDataImpl metaData)
            throws Open4GLException
public void addTableHandle 
               (int position, java.sql.ResultSet value, int mode,
                com.progress.open4gl.ProResultSetMetaDataImpl metaData)
            throws Open4GLException
public void addTable 
               (int position, 
                com.progress.open4gl.ProDataGraph value, int mode, 
                com.progress.open4gl.ProDataGraphMetaData metaData)
            throws Open4GLException
public void addTableHandle 
               (int position, 
                com.progress.open4gl.ProDataGraph value, int mode,
                com.progress.open4gl.ProDataGraphMetaData metaData)
            throws Open4GLException

For information on the parameters to these methods, see General syntax for add parameter methods.