public interface ISQLServerDataRecord
Modifier and Type | Method | Description |
---|---|---|
int |
getColumnCount() |
Returns the column count.
|
SQLServerMetaData |
getColumnMetaData(int column) |
Returns the column meta data.
|
java.lang.Object[] |
getRowData() |
Returns the data for the current row as an array of Objects.
|
boolean |
next() |
Advances to the next data row.
|
SQLServerMetaData getColumnMetaData(int column)
column
- the first column is 1, the second is 2, and so onint getColumnCount()
java.lang.Object[] getRowData()
boolean next()
Copyright © 2018 Microsoft Corporation. All rights reserved.