| Package | Description |
|---|---|
| jet.connect | |
| jet.datasource |
| Modifier and Type | Method and Description |
|---|---|
void |
DbBigInt.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbBigInt object that
represents the long value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbBinary.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbBinary object that
represents the byte array value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbBit.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbBit object that
represents the boolean value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbChar.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbChar object that
represents the String value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbDate.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbDate object that
represents the long value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbDecimal.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbDecimal object that
represents the BigDecimal value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbDouble.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbDouble object that
represents the double value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbInteger.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbInteger object that
represents the int value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbReal.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbReal object that
represents the float value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbSmallInt.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbSmallInt object that
represents the short value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbTime.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbTime object that
represents the long value indicated by the
JRHierarchicalDataset parameter and an index of column. |
void |
DbTimestamp.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbTimestamp object that
represents the long date value and int time value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbTinyInt.set(JRHierarchicalDataset hds,
int col)
Sets a newly allocated
DbTinyInt object that
represents the byte value indicated by the
JRHierarchicalDataset parameter and an index of the column. |
void |
DbValue.set(JRHierarchicalDataset hds,
int col)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JRHierarchicalDataset |
JRSecurityHierarchicalDataSource.getHierarchicalDataset(SecurityContext sc,
String param)
Gets the data in JRSecurityHierarchicalDataset according to the security context and parameters.
|
JRHierarchicalDataset |
JRHierarchicalDataSource.getHierarchicalDataset(String param)
Gets the data in JRHierarchicalDataset according to parameters.
|
© insightsoftware. All rights reserved.