Documentation TYPO3 par Ameos |
Public Member Functions | |
ADODB_odbc_oracle () | |
& | MetaTables () |
& | MetaColumns ($table) |
_connect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
_pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
Public Attributes | |
$databaseType = 'odbc_oracle' | |
$replaceQuote = "''" | |
string that represents FALSE for a database | |
$concat_operator = '||' | |
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
$fmtDate = "'Y-m-d 00:00:00'" | |
uppercase function | |
$fmtTimeStamp = "'Y-m-d h:i:sA'" | |
used by DBDate() as the default date format used by the database | |
$metaTablesSQL = 'select table_name from cat' | |
$metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno" | |
$sysDate = "TRUNC(SYSDATE)" | |
Use 'true' to store the item compressed (uses zlib). | |
$sysTimeStamp = 'SYSDATE' | |
name of function that returns the current date |
Definition at line 21 of file adodb-odbc_oracle.inc.php.