TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_odbtp_unicode () | |
![]() | |
ADODB_odbtp () | |
ServerInfo () | |
ErrorMsg () | |
ErrorNo () | |
_insertid () | |
_affectedrows () | |
CreateSequence ($seqname='adodbseq', $start=1) | |
DropSequence ($seqname) | |
GenID ($seq='adodbseq', $start=1) | |
_connect ($HostOrInterface, $UserOrDSN='', $argPassword='', $argDatabase='') | |
_pconnect ($HostOrInterface, $UserOrDSN='', $argPassword='', $argDatabase='') | |
SelectDB ($dbName) | |
MetaTables ($ttype='', $showSchema=false, $mask=false) | |
MetaColumns ($table, $upper=true) | |
MetaPrimaryKeys ($table, $owner='') | |
MetaForeignKeys ($table, $owner='', $upper=false) | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
Prepare ($sql) | |
PrepareSP ($sql) | |
Parameter (&$stmt, &$var, $name, $isOutput=false, $maxLen=0, $type=0) | |
UpdateBlob ($table, $column, $val, $where, $blobtype='image') | |
MetaIndexes ($table, $primary=false, $owner=false) | |
MetaIndexes_mssql ($table, $primary=false, $owner=false) | |
IfNull ( $field, $ifNull) | |
_query ($sql, $inputarr=false) | |
_close () | |
Public Attributes | |
$databaseType = 'odbtp' | |
$_useUnicodeSQL = true | |
![]() | |
$databaseType = "odbtp" | |
$dataProvider = "odbtp" | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
$replaceQuote = "''" | |
$odbc_driver = 0 | |
$hasAffectedRows = true | |
$hasInsertID = false | |
$hasGenID = true | |
$hasMoveFirst = true | |
$_genSeqSQL = "create table %s (seq_name char(30) not null unique , seq_value integer not null)" | |
$_dropSeqSQL = "delete from adodb_seq where seq_name = '%s'" | |
$_bindInputArray = false | |
$_useUnicodeSQL = false | |
$_canPrepareSP = false | |
$_dontPoolDBC = true | |
Definition at line 30 of file adodb-odbtp_unicode.inc.php.
ADODB_odbtp_unicode::ADODB_odbtp_unicode | ( | ) |
Definition at line 34 of file adodb-odbtp_unicode.inc.php.
References ADODB_odbtp\ADODB_odbtp().
ADODB_odbtp_unicode::$_useUnicodeSQL = true |
Definition at line 32 of file adodb-odbtp_unicode.inc.php.
ADODB_odbtp_unicode::$databaseType = 'odbtp' |
Definition at line 31 of file adodb-odbtp_unicode.inc.php.