Constructor and Description |
---|
CaseInsensitiveTable(ITable table)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getRowCount()
Deprecated.
Returns this table row count.
|
ITableMetaData |
getTableMetaData()
Deprecated.
Returns this table metadata.
|
Object |
getValue(int row,
String column)
Deprecated.
Returns this table value for the specified row and column.
|
public CaseInsensitiveTable(ITable table)
public ITableMetaData getTableMetaData()
ITable
getTableMetaData
in interface ITable
public int getRowCount()
ITable
getRowCount
in interface ITable
public Object getValue(int row, String column) throws DataSetException
ITable
getValue
in interface ITable
row
- The row index, starting with 0column
- The name of the columnNoSuchColumnException
- if specified column name do not exist in
this tableRowOutOfBoundsException
- if specified row is less than zero or
equals or greater than getRowCount
DataSetException
Copyright © 2002–2018. All rights reserved.