API Documentation

Db/Adapter/Pdo/Ibm/Ids.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Db
subpackage
Adapter
version
$Id: Ids.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Db_Adapter_Pdo_Ibm_Ids

Description

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.

Zend_Db_Adapter_Pdo_Ibm_Ids

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Db
subpackage
Adapter
Properties
$_adapter
Methods
__construct
listTables
describeTable
_getDataType
_getPrimaryInfo
limit
lastSequenceId
nextSequenceId

Description

Properties

$_adapter

Zend_Db_Adapter_Abstract $_adapter = 'null'

Details

$_adapter
Zend_Db_Adapter_Abstract
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( Zend_Db_Adapter_Abstract $adapter ) :

Construct the data server class.

It will be used to generate non-generic SQL for a particular data server

Arguments
$adapter
Zend_Db_Adapter_Abstract
Details
visibility
public
final
false
static
false

_getDataType

_getDataType( int $typeNo ) : string

Map number representation of a data type to a string

Arguments
$typeNo
int
Output
string
Details
visibility
protected
final
false
static
false

_getPrimaryInfo

_getPrimaryInfo( int $tabid ) : array

Helper method to retrieve primary key column and column location

Arguments
$tabid
int
Output
array
Details
visibility
protected
final
false
static
false

describeTable

describeTable( string $tableName, string $schemaName = null ) : array

IDS catalog lookup for describe table

Arguments
$tableName
string
$schemaName
string
OPTIONAL
Output
array
Details
visibility
public
final
false
static
false

lastSequenceId

lastSequenceId( string $sequenceName ) : integer

IDS-specific last sequence id

Arguments
$sequenceName
string
Output
integer
Details
visibility
public
final
false
static
false

limit

limit( string $sql, integer $count, integer $offset = 0 ) : string

Adds an IDS-specific LIMIT clause to the SELECT statement.

Arguments
$sql
string
$count
integer
$offset
integer
OPTIONAL
Output
string
Details
visibility
public
final
false
static
false
throws

listTables

listTables( ) : array

Returns a list of the tables in the database.

Output
array
Details
visibility
public
final
false
static
false

nextSequenceId

nextSequenceId(  $sequenceName ) : integer

IDS-specific sequence id value

@param string $sequenceName

Arguments
$sequenceName
Output
integer
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.