public class SqlServerRecord<TEntity> extends Object implements com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
| Constructor and Description |
|---|
SqlServerRecord(List<ColumnDefinition<TEntity>> columns,
Iterator<TEntity> entities) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName(int i) |
Set<Integer> |
getColumnOrdinals() |
int |
getColumnType(int i) |
int |
getPrecision(int i) |
Object[] |
getRowData() |
int |
getScale(int i) |
boolean |
isAutoIncrement(int i) |
boolean |
next() |
public SqlServerRecord(List<ColumnDefinition<TEntity>> columns, Iterator<TEntity> entities)
public Set<Integer> getColumnOrdinals()
getColumnOrdinals in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordpublic String getColumnName(int i)
getColumnName in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordpublic int getColumnType(int i)
getColumnType in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordpublic int getPrecision(int i)
getPrecision in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordpublic int getScale(int i)
getScale in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordpublic boolean isAutoIncrement(int i)
isAutoIncrement in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordpublic Object[] getRowData() throws com.microsoft.sqlserver.jdbc.SQLServerException
getRowData in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordcom.microsoft.sqlserver.jdbc.SQLServerExceptionpublic boolean next()
throws com.microsoft.sqlserver.jdbc.SQLServerException
next in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkRecordcom.microsoft.sqlserver.jdbc.SQLServerExceptionCopyright © 2018. All rights reserved.