ChartDirector 7.0 (Java Edition)
DBTable.getColAsObj
Usage
public Object[] getColAsObj(int i)
Description
Gets the requested column of the table as an array of java.lang.Object objects.
Arguments
Argument | Default | Description |
i | (Mandatory) | The column number. The first column is 0. The nth column is (n - 1). |
Return Value
An array of java.lang.Object objects representing the column.
© 2021 Advanced Software Engineering Limited. All rights reserved.