phpDocumentor default
[ class tree: default ] [ index: default ] [ all elements ]

Class: ADODB_netezza

Source Location: /lodel/scripts/adodb/drivers/adodb-netezza.inc.php

Class ADODB_netezza

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ADODB_postgres64

ADODB_postgres64::$disableBlobs
ADODB_postgres64::$hasGenID
ADODB_postgres64::$hasMoveFirst
ADODB_postgres64::$metaDefaultsSQL
ADODB_postgres64::$_bindInputArray
ADODB_postgres64::$_dropSeqSQL
ADODB_postgres64::$_genIDSQL
ADODB_postgres64::$_genSeqSQL

Inherited From ADOConnection

ADOConnection::$arrayClass
ADOConnection::$autoCommit
ADOConnection::$cacheSecs
ADOConnection::$charSet
ADOConnection::$database
ADOConnection::$debug
ADOConnection::$emptyDate
ADOConnection::$emptyTimeStamp
ADOConnection::$fetchMode
ADOConnection::$fnCacheExecute
ADOConnection::$fnExecute
ADOConnection::$genID
ADOConnection::$hasTop
ADOConnection::$hasTransactions
ADOConnection::$host
ADOConnection::$lastInsID
ADOConnection::$leftOuter
ADOConnection::$length
ADOConnection::$maxblobsize
ADOConnection::$memCache
ADOConnection::$memCacheCompress
ADOConnection::$memCacheHost
ADOConnection::$memCachePort
ADOConnection::$nameQuote
ADOConnection::$noNullStrings
ADOConnection::$null2null
ADOConnection::$numCacheHits
ADOConnection::$numCacheMisses
ADOConnection::$pageExecuteCountRows
ADOConnection::$password
ADOConnection::$poorAffectedRows
ADOConnection::$raiseErrorFn
ADOConnection::$readOnly
ADOConnection::$replaceQuote
ADOConnection::$rightOuter
ADOConnection::$rsPrefix
ADOConnection::$substr
ADOConnection::$transCnt
ADOConnection::$transOff
ADOConnection::$uniqueOrderBy
ADOConnection::$uniqueSort
ADOConnection::$upperCase
ADOConnection::$user
ADOConnection::$_affected
ADOConnection::$_connectionID
ADOConnection::$_errorCode
ADOConnection::$_errorMsg
ADOConnection::$_evalAll
ADOConnection::$_isPersistentConnection
ADOConnection::$_logsql
ADOConnection::$_oldRaiseFn
ADOConnection::$_queryID
ADOConnection::$_transmode
ADOConnection::$_transOK

Inherited From ADODB_postgres64

ADODB_postgres64::ADODB_postgres64()
ADODB_postgres64::BeginTrans()
ADODB_postgres64::BlobDecode()
ADODB_postgres64::BlobDelete()
ADODB_postgres64::BlobEncode()
ADODB_postgres64::CharMax()
ADODB_postgres64::CommitTrans()
ADODB_postgres64::ErrorMsg()
ADODB_postgres64::ErrorNo()
ADODB_postgres64::GuessOID()
ADODB_postgres64::IfNull()
ADODB_postgres64::MetaColumns()
ADODB_postgres64::MetaIndexes()
ADODB_postgres64::MetaTables()
ADODB_postgres64::OffsetDate()
ADODB_postgres64::pg_insert_id()
ADODB_postgres64::qstr()
ADODB_postgres64::RollbackTrans()
ADODB_postgres64::RowLock()
ADODB_postgres64::ServerInfo()
ADODB_postgres64::SQLDate()
ADODB_postgres64::TextMax()
ADODB_postgres64::UpdateBlob()
ADODB_postgres64::UpdateBlobFile()
ADODB_postgres64::_affectedrows()
ADODB_postgres64::_close()
ADODB_postgres64::_connect()
ADODB_postgres64::_errconnect()
ADODB_postgres64::_insertid()
ADODB_postgres64::_nconnect()
ADODB_postgres64::_pconnect()
ADODB_postgres64::_query()

Inherited From ADOConnection

ADOConnection::ADOConnection()
Constructor
ADOConnection::addq()
Quotes a string, without prefixing nor appending quotes.
ADOConnection::Affected_Rows()
ADOConnection::AutoExecute()
ADOConnection::BeginTrans()
Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans().
ADOConnection::BindDate()
ADOConnection::BindTimeStamp()
ADOConnection::BlobDecode()
ADOConnection::BlobEncode()
ADOConnection::CacheExecute()
Execute SQL, caching recordsets.
ADOConnection::CacheFlush()
Flush cached recordsets that match a particular $sql statement.
ADOConnection::CacheGetAll()
ADOConnection::CacheGetArray()
ADOConnection::CacheGetAssoc()
ADOConnection::CacheGetCol()
ADOConnection::CacheGetOne()
ADOConnection::CacheGetRow()
ADOConnection::CachePageExecute()
Will select the supplied $page number from a recordset, given that it is paginated in pages of $nrows rows per page. It also saves two boolean values saying if the given page is the first and/or last one of the recordset. Added by Iván Oliva to provide recordset pagination.
ADOConnection::CacheSelectLimit()
Will select, getting rows from $offset (1-based), for $nrows.
ADOConnection::Close()
Close Connection
ADOConnection::CommitLock()
ADOConnection::CommitTrans()
If database does not support transactions, always return true as data always commited
ADOConnection::CompleteTrans()
ADOConnection::Concat()
Different SQL databases used different methods to combine strings together.
ADOConnection::Connect()
Connect to database
ADOConnection::CreateSequence()
ADOConnection::DBDate()
Converts a date "d" to a string that the database can understand.
ADOConnection::DBTimeStamp()
Converts a timestamp "ts" to a string that the database can understand.
ADOConnection::Disconnect()
PEAR DB Compat - do not use internally
ADOConnection::DropSequence()
ADOConnection::ErrorMsg()
ADOConnection::ErrorNative()
PEAR DB Compat - do not use internally.
ADOConnection::ErrorNo()
ADOConnection::escape()
ADOConnection::Execute()
Execute SQL
ADOConnection::FailTrans()
ADOConnection::GenID()
Generates a sequence id and stores it in $this->genID; GenID is only available if $this->hasGenID = true;
ADOConnection::GetActiveRecords()
ADOConnection::GetActiveRecordsClass()
ADOConnection::GetAll()
ADOConnection::GetArray()
ADOConnection::GetAssoc()
ADOConnection::GetCharSet()
ADOConnection::GetCol()
ADOConnection::GetInsertSQL()
Generates an Insert Query based on an existing recordset.
ADOConnection::GetOne()
Return first element of first row of sql statement. Recordset is disposed for you.
ADOConnection::GetRow()
Return one row of sql statement. Recordset is disposed for you.
ADOConnection::GetUpdateSQL()
Generates an Update Query based on an existing recordset.
ADOConnection::HasFailedTrans()
ADOConnection::IfNull()
ADOConnection::IgnoreErrors()
ADOConnection::InParameter()
ADOConnection::Insert_ID()
ADOConnection::IsConnected()
ADOConnection::LimitQuery()
PEAR DB Compat - do not use internally
ADOConnection::LogSQL()
ADOConnection::MetaColumnNames()
List columns names in a table as an array.
ADOConnection::MetaColumns()
List columns in a database as an array of ADOFieldObjects.
ADOConnection::MetaDatabases()
return the databases that the driver can connect to.
ADOConnection::MetaError()
ADOConnection::MetaErrorMsg()
ADOConnection::MetaForeignKeys()
ADOConnection::MetaIndexes()
List indexes on a table as an array.
ADOConnection::MetaPrimaryKeys()
ADOConnection::MetaTables()
ADOConnection::MetaTransaction()
ADOConnection::MetaType()
ADOConnection::NConnect()
Always force a new connection to database - currently only works with oracle
ADOConnection::nextId()
PEAR DB Compat - do not use internally.
ADOConnection::OffsetDate()
ADOConnection::outp()
All error messages go through this bottleneck function.
ADOConnection::OutParameter()
ADOConnection::PageExecute()
Will select the supplied $page number from a recordset, given that it is paginated in pages of $nrows rows per page. It also saves two boolean values saying if the given page is the first and/or last one of the recordset. Added by Iván Oliva to provide recordset pagination.
ADOConnection::Param()
ADOConnection::Parameter()
ADOConnection::PConnect()
Establish persistent connect to database
ADOConnection::PO_Insert_ID()
Portable Insert ID. Pablo Roca <pabloroca#mvps.org>
ADOConnection::Prepare()
Should prepare the sql statement and return the stmt resource.
ADOConnection::PrepareSP()
Some databases, eg. mssql require a different function for preparing stored procedures. So we cannot use Prepare().
ADOConnection::q()
ADOConnection::QMagic()
ADOConnection::qstr()
Correctly quotes a string so that all strings are escaped. We prefix and append to the string single-quotes.
ADOConnection::Query()
PEAR DB Compat - do not use internally.
ADOConnection::Quote()
PEAR DB Compat
ADOConnection::Replace()
Insert or replace a single record. Note: this is not the same as MySQL's replace.
ADOConnection::RollbackLock()
ADOConnection::RollbackTrans()
If database does not support transactions, rollbacks always fail, so return false
ADOConnection::RowLock()
Lock a row, will escalate and lock the table if row locking not supported will normally free the lock at the end of the transaction
ADOConnection::SelectDB()
Choose a database to connect to. Many databases do not support this.
ADOConnection::SelectLimit()
Will select, getting rows from $offset (1-based), for $nrows.
ADOConnection::SerializableRS()
Create serializable recordset. Breaks rs link to connection.
ADOConnection::ServerInfo()
ADOConnection::SetCharSet()
ADOConnection::SetDateLocale()
Change the SQL connection locale to a specified locale.
ADOConnection::SetFetchMode()
PEAR DB Compat - do not use internally.
ADOConnection::SetTransactionMode()
ADOConnection::SQLDate()
ADOConnection::StartTrans()
ADOConnection::Time()
ADOConnection::Transpose()
ADOConnection::UnixDate()
Also in ADORecordSet.
ADOConnection::UnixTimeStamp()
Also in ADORecordSet.
ADOConnection::UpdateBlob()
Update a blob column, given a where clause. There are more sophisticated blob handling functions that we could have implemented, but all require a very complex API. Instead we have chosen something that is extremely simple to understand and use.
ADOConnection::UpdateBlobFile()
Usage: UpdateBlob('TABLE', 'COLUMN', '/path/to/file', 'ID=1');
ADOConnection::UpdateClob()
Usage: UpdateClob('TABLE', 'COLUMN', $var, 'ID=1', 'CLOB');
ADOConnection::UserDate()
Also in ADORecordSet.
ADOConnection::UserTimeStamp()
ADOConnection::Version()
ADOConnection::xCacheFlush()
ADOConnection::_dirFlush()
Private function to erase all of the files and subdirectories in a directory.
ADOConnection::_Execute()
ADOConnection::_findschema()
ADOConnection::_findvers()
ADOConnection::_gencachename()
Private function to generate filename for caching.
ADOConnection::_nconnect()
ADOConnection::_rs2rs()
Convert database recordset to an array recordset input recordset's cursor should be at beginning, and old $rs will be closed.

[ Top ]
Property Summary
mixed   $ansiOuter  
mixed   $autoRollback  
mixed   $blobEncodeType  
mixed   $concat_operator  
mixed   $databaseType  
mixed   $dataProvider  
mixed   $false  
mixed   $fmtDate  
mixed   $fmtTimeStamp  
mixed   $hasAffectedRows  
mixed   $hasInsertID  
mixed   $hasLimit  
mixed   $isoDates  
mixed   $metaColumnsSQL  
mixed   $metaColumnsSQL1  
mixed   $metaDatabasesSQL  
mixed   $metaKeySQL  
mixed   $metaTablesSQL  
mixed   $random  
mixed   $sysDate  
mixed   $sysTimeStamp  
mixed   $true  
mixed   $_resultid  

[ Top ]
Method Summary
ADODB_netezza   ADODB_netezza()  
void   &MetaColumns()  

[ Top ]
Properties
mixed   $ansiOuter = true [line 46]

Redefinition of:
ADOConnection::$ansiOuter

[ Top ]
mixed   $autoRollback = true [line 47]

Redefinition of:
ADODB_postgres64::$autoRollback

[ Top ]
mixed   $blobEncodeType = 'C' [line 34]

Redefinition of:
ADODB_postgres64::$blobEncodeType

[ Top ]
mixed   $concat_operator = '||' [line 27]

Redefinition of:
ADODB_postgres64::$concat_operator

[ Top ]
mixed   $databaseType = 'netezza' [line 23]

Redefinition of:
ADODB_postgres64::$databaseType

[ Top ]
mixed   $dataProvider = 'netezza' [line 24]

Redefinition of:
ADODB_postgres64::$dataProvider

[ Top ]
mixed   $false = 'f' [line 43]

Redefinition of:
ADODB_postgres64::$false

[ Top ]
mixed   $fmtDate = "'Y-m-d'" [line 44]

Redefinition of:
ADODB_postgres64::$fmtDate

[ Top ]
mixed   $fmtTimeStamp = "'Y-m-d G:i:s'" [line 45]

Redefinition of:
ADODB_postgres64::$fmtTimeStamp

[ Top ]
mixed   $hasAffectedRows = true [line 40]

Redefinition of:
ADODB_postgres64::$hasAffectedRows

[ Top ]
mixed   $hasInsertID = false [line 25]

Redefinition of:
ADODB_postgres64::$hasInsertID

[ Top ]
mixed   $hasLimit = true [line 41]

Redefinition of:
ADODB_postgres64::$hasLimit

[ Top ]
mixed   $isoDates = true [line 31]

Redefinition of:
ADODB_postgres64::$isoDates

[ Top ]
mixed   $metaColumnsSQL = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum" [line 35]

Redefinition of:
ADODB_postgres64::$metaColumnsSQL

[ Top ]
mixed   $metaColumnsSQL1 = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum" [line 36]

Redefinition of:
ADODB_postgres64::$metaColumnsSQL1

[ Top ]
mixed   $metaDatabasesSQL = "select objname from _v_object_data where objtype='database' order by 1" [line 29]

Redefinition of:
ADODB_postgres64::$metaDatabasesSQL

[ Top ]
mixed   $metaKeySQL = "" [line 39]

Redefinition of:
ADODB_postgres64::$metaKeySQL

[ Top ]
mixed   $metaTablesSQL = "select objname from _v_object_data where objtype='table' order by 1" [line 30]

Redefinition of:
ADODB_postgres64::$metaTablesSQL

[ Top ]
mixed   $random = 'random' [line 28]

Redefinition of:
ADODB_postgres64::$random

[ Top ]
mixed   $sysDate = "CURRENT_DATE" [line 32]

Redefinition of:
ADODB_postgres64::$sysDate

[ Top ]
mixed   $sysTimeStamp = "CURRENT_TIMESTAMP" [line 33]

Redefinition of:
ADODB_postgres64::$sysTimeStamp

[ Top ]
mixed   $true = 't' [line 42]

Redefinition of:
ADODB_postgres64::$true

[ Top ]
mixed   $_resultid = false [line 26]

Redefinition of:
ADODB_postgres64::$_resultid

[ Top ]
Methods
Constructor ADODB_netezza  [line 51]

  ADODB_netezza ADODB_netezza( )



[ Top ]
MetaColumns  [line 56]

  void &MetaColumns( $table, [ $upper = true]  )

Parameters:
   $table: 
   $upper: 


Redefinition of:
ADODB_postgres64::MetaColumns()

[ Top ]

Documentation generated on Thu, 24 Jul 2008 05:05:53 +0200 by phpDocumentor 1.4.0a2