|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| ADODB_netezza () | |
| MetaColumns ($table, $upper=true) | |
Data Fields | |
| $databaseType = 'netezza' | |
| $dataProvider = 'netezza' | |
| $hasInsertID = false | |
| $_resultid = false | |
| $concat_operator = '||' | |
| $random = 'random' | |
| $metaDatabasesSQL = "select objname from _v_object_data where objtype='database' order by 1" | |
| $metaTablesSQL = "select objname from _v_object_data where objtype='table' order by 1" | |
| $isoDates = true | |
| $sysDate = "CURRENT_DATE" | |
| $sysTimeStamp = "CURRENT_TIMESTAMP" | |
| $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 | |
| $hasLimit = true | |
| $true = 't' | |
| $false = 'f' | |
| $fmtDate = "'Y-m-d'" | |
| $fmtTimeStamp = "'Y-m-d G:i:s'" | |
| $ansiOuter = true | |
| $autoRollback = true | |
| random function | |
Definition at line 22 of file adodb-netezza.inc.php.
| ADODB_netezza | ( | ) |
Definition at line 51 of file adodb-netezza.inc.php.
| MetaColumns | ( | $ | table, |
| $ | upper = true |
||
| ) |
Reimplemented from ADODB_postgres64.
Definition at line 56 of file adodb-netezza.inc.php.
| $_resultid = false |
Reimplemented from ADODB_postgres64.
Definition at line 26 of file adodb-netezza.inc.php.
| $ansiOuter = true |
Definition at line 46 of file adodb-netezza.inc.php.
| $autoRollback = true |
random function
Reimplemented from ADODB_postgres64.
Definition at line 47 of file adodb-netezza.inc.php.
| $blobEncodeType = 'C' |
Reimplemented from ADODB_postgres64.
Definition at line 34 of file adodb-netezza.inc.php.
| $concat_operator = '||' |
Reimplemented from ADODB_postgres64.
Definition at line 27 of file adodb-netezza.inc.php.
| $databaseType = 'netezza' |
Reimplemented from ADODB_postgres64.
Definition at line 23 of file adodb-netezza.inc.php.
| $dataProvider = 'netezza' |
Reimplemented from ADODB_postgres64.
Definition at line 24 of file adodb-netezza.inc.php.
| $false = 'f' |
Reimplemented from ADODB_postgres64.
Definition at line 43 of file adodb-netezza.inc.php.
| $fmtDate = "'Y-m-d'" |
Reimplemented from ADODB_postgres64.
Definition at line 44 of file adodb-netezza.inc.php.
| $fmtTimeStamp = "'Y-m-d G:i:s'" |
Reimplemented from ADODB_postgres64.
Definition at line 45 of file adodb-netezza.inc.php.
| $hasAffectedRows = true |
Reimplemented from ADODB_postgres64.
Definition at line 40 of file adodb-netezza.inc.php.
| $hasInsertID = false |
Reimplemented from ADODB_postgres64.
Definition at line 25 of file adodb-netezza.inc.php.
| $hasLimit = true |
Reimplemented from ADODB_postgres64.
Definition at line 41 of file adodb-netezza.inc.php.
| $isoDates = true |
Reimplemented from ADODB_postgres64.
Definition at line 31 of file adodb-netezza.inc.php.
| $metaColumnsSQL = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum" |
Reimplemented from ADODB_postgres64.
Definition at line 35 of file adodb-netezza.inc.php.
| $metaColumnsSQL1 = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum" |
Reimplemented from ADODB_postgres64.
Definition at line 36 of file adodb-netezza.inc.php.
| $metaDatabasesSQL = "select objname from _v_object_data where objtype='database' order by 1" |
Reimplemented from ADODB_postgres64.
Definition at line 29 of file adodb-netezza.inc.php.
| $metaKeySQL = "" |
Reimplemented from ADODB_postgres64.
Definition at line 39 of file adodb-netezza.inc.php.
| $metaTablesSQL = "select objname from _v_object_data where objtype='table' order by 1" |
Reimplemented from ADODB_postgres64.
Definition at line 30 of file adodb-netezza.inc.php.
| $random = 'random' |
Reimplemented from ADODB_postgres64.
Definition at line 28 of file adodb-netezza.inc.php.
| $sysDate = "CURRENT_DATE" |
Reimplemented from ADODB_postgres64.
Definition at line 32 of file adodb-netezza.inc.php.
| $sysTimeStamp = "CURRENT_TIMESTAMP" |
Reimplemented from ADODB_postgres64.
Definition at line 33 of file adodb-netezza.inc.php.
| $true = 't' |
Reimplemented from ADODB_postgres64.
Definition at line 42 of file adodb-netezza.inc.php.