Detailed Description
Definition at line 38 of file Ids.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
adapter ) |
|
Construct the data server class.
It will be used to generate non-generic SQL for a particular data server
- Parameters:
-
Definition at line 53 of file Ids.php.
Member Function Documentation
_getDataType |
( |
$ |
typeNo ) |
[protected] |
Map number representation of a data type to a string
- Parameters:
-
- Returns:
- string
Definition at line 161 of file Ids.php.
_getPrimaryInfo |
( |
$ |
tabid ) |
[protected] |
Helper method to retrieve primary key column and column location
- Parameters:
-
- Returns:
- array
Definition at line 205 of file Ids.php.
describeTable |
( |
$ |
tableName, |
|
|
$ |
schemaName = null |
|
) |
| |
IDS catalog lookup for describe table
- Parameters:
-
string | $tableName | |
string | $schemaName | OPTIONAL |
- Returns:
- array
The ordering of columns is defined by the query so we can map to variables to improve readability
Definition at line 78 of file Ids.php.
lastSequenceId |
( |
$ |
sequenceName ) |
|
IDS-specific last sequence id
- Parameters:
-
- Returns:
- integer
Definition at line 280 of file Ids.php.
limit |
( |
$ |
sql, |
|
|
$ |
count, |
|
|
$ |
offset = 0 |
|
) |
| |
Returns a list of the tables in the database.
- Returns:
- array
Definition at line 63 of file Ids.php.
nextSequenceId |
( |
$ |
sequenceName ) |
|
IDS-specific sequence id value
- Parameters:
-
- Returns:
- integer
Definition at line 294 of file Ids.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Db/Adapter/Pdo/Ibm/Ids.php