ChartDirector 5.1 (Java Edition)
DBTable
.getColAsString
Usage
public String[] getColAsString(int i)
Description
Gets the requested column of the table as an array of strings.
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 strings representing the column.
© 2012 Advanced Software Engineering Limited. All rights reserved.