getColumnCount() public method
Returns the number of columns in the result set.
Note, even there's no row in the reader, this still gives correct column number.
public integer getColumnCount ( ) | ||
---|---|---|
return | integer |
The number of columns in the result set. |
Please login to continue.