"TYPO3 4.0.1: ADODB_netezza Class Reference", "datetime" => "Sat Dec 2 19:23:21 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
ADODB_netezza () | |
& | MetaColumns ($table, $upper=true) |
Public Attributes | |
$databaseType = 'netezza' | |
$dataProvider = 'netezza' | |
$hasInsertID = false | |
$_resultid = false | |
$concat_operator = '||' | |
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
$random = 'random' | |
string length ofperator | |
$metaDatabasesSQL = "select objname from _v_object_data where objtype='database' order by 1" | |
character set to use - only for interbase, postgres and oci8 | |
$metaTablesSQL = "select objname from _v_object_data where objtype='table' order by 1" | |
$isoDates = true | |
error function to call | |
$sysDate = "CURRENT_DATE" | |
cache for 1 hour | |
$sysTimeStamp = "CURRENT_TIMESTAMP" | |
name of function that returns the current date | |
$blobEncodeType = 'C' | |
$metaColumnsSQL = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum" | |
$metaColumnsSQL1 = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum" | |
$metaKeySQL = "" | |
$hasAffectedRows = true | |
supports autoincrement ID? | |
$hasLimit = true | |
support mssql/access SELECT TOP 10 * FROM TABLE | |
$true = 't' | |
used by DBTimeStamp as the default timestamp fmt. | |
$false = 'f' | |
string that represents TRUE for a database | |
$fmtDate = "'Y-m-d'" | |
uppercase function | |
$fmtTimeStamp = "'Y-m-d G:i:s'" | |
used by DBDate() as the default date format used by the database | |
$ansiOuter = true | |
operator to use for right outer join in WHERE clause | |
$autoRollback = true | |
random function |
Definition at line 22 of file adodb-netezza.inc.php.
|
List columns in a database as an array of ADOFieldObjects. See top of file for definition of object.
Reimplemented from ADOConnection. Definition at line 56 of file adodb-netezza.inc.php. References ADODB_postgres64::$ADODB_FETCH_MODE, ADODB_postgres64::$rs, ADOConnection::Execute(), and ADOConnection::SetFetchMode(). |