public interface IColumnInfo
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
colCount()
Gets the number of columns in the current Recordset object.
|
int |
colIndex(String name)
Gets the index (zero-based) of a Recordset column specified by column name.
|
String |
colName(int index)
The name of the Recordset column specified by Index (zero-based).
|
int |
colSize(int index)
The physical size as defined in the database of the fields in the column specified by Index (zero-based).
|
int |
colType(int index)
The data type of column.
|
int colCount()
Gets the number of columns in the current Recordset object.
Getter method for the COM property "ColCount"
int colSize(int index)
The physical size as defined in the database of the fields in the column specified by Index (zero-based).
Getter method for the COM property "ColSize"
index
- Mandatory int parameter.int colType(int index)
The data type of column.
Getter method for the COM property "ColType"
index
- Mandatory int parameter.String colName(int index)
The name of the Recordset column specified by Index (zero-based).
Getter method for the COM property "ColName"
index
- Mandatory int parameter.int colIndex(String name)
Gets the index (zero-based) of a Recordset column specified by column name.
Getter method for the COM property "ColIndex"
name
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.