|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.tools.internal.DResultSetContentProvider
org.eclipse.tptp.platform.report.birt).
public class DResultSetContentProvider
This class provides a tool to map a String array with two dimentions to a table content provider.
| Constructor Summary | |
|---|---|
DResultSetContentProvider(java.sql.ResultSet rset)
Deprecated. creates a new table content provider mapped on java sql request result |
|
| Method Summary | |
|---|---|
int |
getColumnCount()
Deprecated. |
java.sql.ResultSet |
getContent()
Deprecated. |
int |
getRowCount()
Deprecated. |
java.lang.String |
getText(int row,
int column)
Deprecated. |
void |
setColumnFormat(int column,
com.ibm.icu.text.UFormat f)
Deprecated. sets a com.ibm.icu.text.UFormat for the column |
void |
setContent(java.sql.ResultSet content)
Deprecated. sets the string array mapped by the table content provider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DResultSetContentProvider(java.sql.ResultSet rset)
| Method Detail |
|---|
public int getColumnCount()
getColumnCount in interface IDTableContentProviderIDTableContentProvider.getColumnCount()public int getRowCount()
getRowCount in interface IDTableContentProviderIDTableContentProvider.getRowCount()
public java.lang.String getText(int row,
int column)
getText in interface IDTableContentProviderIDTableContentProvider.getText(int, int)public java.sql.ResultSet getContent()
public void setContent(java.sql.ResultSet content)
public void setColumnFormat(int column,
com.ibm.icu.text.UFormat f)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||