public interface ISQLServerDataRecord
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Get the column count.
|
SQLServerMetaData |
getColumnMetaData(int column) |
Object[] |
getRowData()
Gets the data for the current row as an array of Objects.
|
boolean |
next()
Advances to the next data row.
|
SQLServerMetaData getColumnMetaData(int column)
int getColumnCount()
Object[] getRowData()
boolean next()
SQLServerException - If there are any errors in obtaining the data.Copyright © 2016. All rights reserved.