Db/Adapter/Pdo/Ibm/Ids.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Db
- Subpackage
- Adapter
- Version
- $Id$
\Zend_Db_Adapter_Pdo_Ibm_Ids
Package: Zend_Db\Adapter- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods



__construct(\Zend_Db_Adapter_Abstract $adapter) : void
Construct the data server class.
It will be used to generate non-generic SQL
for a particular data server
Parameters


_getDataType(int $typeNo) : string
Map number representation of a data type
to a string
ParametersName | Type | Description |
---|
$typeNo | int | |
---|
Returns 


_getPrimaryInfo(int $tabid) : array
Helper method to retrieve primary key column
and column location
ParametersName | Type | Description |
---|
$tabid | int | |
---|
Returns 


describeTable(string $tableName, string $schemaName = null) : array
IDS catalog lookup for describe table
ParametersName | Type | Description |
---|
$tableName | string | |
---|
$schemaName | string | OPTIONAL |
---|
Returns 


lastSequenceId(string $sequenceName) : integer
IDS-specific last sequence id
ParametersName | Type | Description |
---|
$sequenceName | string | |
---|
Returns 


limit(string $sql, integer $count, integer $offset = 0) : string
Adds an IDS-specific LIMIT clause to the SELECT statement.
ParametersName | Type | Description |
---|
$sql | string | |
---|
$count | integer | |
---|
$offset | integer | OPTIONAL |
---|
ReturnsThrows 


nextSequenceId( $sequenceName) : integer
IDS-specific sequence id value
@param string $sequenceName
ParametersName | Type | Description |
---|
$sequenceName | | |
---|
Returns