Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
    • REST
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Db
      • Adapter
      • Expr
      • Profiler
      • Select
      • Statement
      • Table
    • Loader
      • Autoloader
      • PluginLoader
    • Registry

Classes

  • Zend_Db_Adapter_Abstract
  • Zend_Db_Adapter_Db2
  • Zend_Db_Adapter_Mysqli
  • Zend_Db_Adapter_Oracle
  • Zend_Db_Adapter_Pdo_Abstract
  • Zend_Db_Adapter_Pdo_Ibm
  • Zend_Db_Adapter_Pdo_Ibm_Db2
  • Zend_Db_Adapter_Pdo_Ibm_Ids
  • Zend_Db_Adapter_Pdo_Mssql
  • Zend_Db_Adapter_Pdo_Mysql
  • Zend_Db_Adapter_Pdo_Oci
  • Zend_Db_Adapter_Pdo_Pgsql
  • Zend_Db_Adapter_Pdo_Sqlite
  • Zend_Db_Adapter_Sqlsrv

Exceptions

  • Zend_Db_Adapter_Db2_Exception
  • Zend_Db_Adapter_Exception
  • Zend_Db_Adapter_Mysqli_Exception
  • Zend_Db_Adapter_Oracle_Exception
  • Zend_Db_Adapter_Sqlsrv_Exception
  • Overview
  • Package
  • Class
  • Tree

Class Zend_Db_Adapter_Pdo_Ibm_Ids

Package: Zend\Db\Adapter
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Adapter/Pdo/Ibm/Ids.php
Methods summary
public
# __construct( Zend_Db_Adapter_Abstract $adapter )

Construct the data server class.

Construct the data server class.

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

Parameters

$adapter
Zend_Db_Adapter_Abstract
public array
# listTables( )

Returns a list of the tables in the database.

Returns a list of the tables in the database.

Returns

array
public array
# describeTable( string $tableName, string $schemaName = null )

IDS catalog lookup for describe table

IDS catalog lookup for describe table

Parameters

$tableName
string
$schemaName
string
OPTIONAL

Returns

array
protected string
# _getDataType( integer $typeNo )

Map number representation of a data type to a string

Map number representation of a data type to a string

Parameters

$typeNo
integer

Returns

string
protected array
# _getPrimaryInfo( integer $tabid )

Helper method to retrieve primary key column and column location

Helper method to retrieve primary key column and column location

Parameters

$tabid
integer

Returns

array
public string
# limit( string $sql, integer $count, integer $offset = 0 )

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

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

Parameters

$sql
string
$count
integer
$offset
integer
OPTIONAL

Returns

string

Throws

Zend_Db_Adapter_Exception
public integer
# lastSequenceId( string $sequenceName )

IDS-specific last sequence id

IDS-specific last sequence id

Parameters

$sequenceName
string

Returns

integer
public integer
# nextSequenceId( string $sequenceName )

IDS-specific sequence id value

IDS-specific sequence id value

Parameters

$sequenceName
string

Returns

integer
Properties summary
protected Zend_Db_Adapter_Abstract $_adapter null
#
Pry Framework API documentation generated by ApiGen 2.6.1