Метод | Описание | |
---|---|---|
Fetch ( ResultSet rs, int columnIndex, bool isSequential ) : void | ||
GetValue ( ) : object | ||
IsNull ( ) : bool | ||
IsNumeric ( ) : bool |
Метод | Описание | |
---|---|---|
FetchInternal ( ResultSet rs, int columnIndex ) : void | ||
FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void |
public Fetch ( ResultSet rs, int columnIndex, bool isSequential ) : void | ||
rs | ResultSet | |
columnIndex | int | |
isSequential | bool | |
Результат | void |
protected abstract FetchInternal ( ResultSet rs, int columnIndex ) : void | ||
rs | ResultSet | |
columnIndex | int | |
Результат | void |
protected FetchInternal ( ResultSet rs, int columnIndex, bool isSequential ) : void | ||
rs | ResultSet | |
columnIndex | int | |
isSequential | bool | |
Результат | void |