ADORecordSet_array ADORecordSet_array(
[
$fakeid = 1]
)
|
|
Constructor
Parameters:
void &FetchField(
[
$fieldOffset = -1]
)
|
|
Parameters:
Redefinition of:
- ADORecordSet::FetchField()
- Get the ADOFieldObject of a specific column.
Parameters:
Redefinition of:
- ADORecordSet::Fields()
- Get the value of a field in the current row by column name.
void &GetArray(
[
$nRows = -1]
)
|
|
Parameters:
Redefinition of:
- ADORecordSet::GetArray()
- return recordset as a 2-dimensional array.
void InitArray(
array
$array, typearr
$typearr, [[colnames]
$colnames = false]
)
|
|
Setup the array.
Parameters:
|
array |
$array: |
is a 2-dimensional array holding the data. The first row should hold the column names unless paramter $colnames is used. |
|
typearr |
$typearr: |
holds an array of types. These are the same types used in MetaTypes (C,B,L,I,N). |
|
[colnames] |
$colnames: |
array of column names. If set, then the first row of $array should not hold the column names. |
void InitArrayFields(
array
&$array, fieldarr
&$fieldarr
)
|
|
Setup the Array and datatype file objects
Parameters:
|
array |
&$array: |
is a 2-dimensional array holding the data. The first row should hold the column names unless paramter $colnames is used. |
|
fieldarr |
&$fieldarr: |
holds an array of ADOFieldObject's. |
void _transpose(
[
$addfieldnames = true]
)
|
|
Parameters: