TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_ado_mssql () | |
_insertid () | |
_affectedrows () | |
SetTransactionMode ( $transaction_mode) | |
qstr ($s, $magic_quotes=false) | |
MetaColumns ($table, $normalize=true) | |
CreateSequence ($seq='adodbseq', $start=1) | |
GenID ($seq='adodbseq', $start=1) | |
![]() | |
ADODB_ado () | |
ServerInfo () | |
_affectedrows () | |
_connect ($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') | |
_pconnect ($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') | |
MetaTables () | |
MetaColumns ($table, $normalize=true) | |
_query ($sql, $inputarr=false) | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
ErrorMsg () | |
ErrorNo () | |
_close () | |
ADODB_ado () | |
ServerInfo () | |
_affectedrows () | |
_connect ($argHostname, $argUsername, $argPassword, $argDBorProvider, $argProvider='') | |
_pconnect ($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') | |
MetaTables () | |
MetaColumns ($table, $normalize=true) | |
_query ($sql, $inputarr=false) | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
ErrorMsg () | |
ErrorNo () | |
_close () | |
Public Attributes | |
$databaseType = 'ado_mssql' | |
$hasTop = 'top' | |
$hasInsertID = true | |
$sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' | |
$sysTimeStamp = 'GetDate()' | |
$leftOuter = '*=' | |
$rightOuter = '=*' | |
$ansiOuter = true | |
$substr = "substring" | |
$length = 'len' | |
$_dropSeqSQL = "drop table %s" | |
![]() | |
$databaseType = "ado" | |
$_bindInputArray = false | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
$replaceQuote = "''" | |
$dataProvider = "ado" | |
$hasAffectedRows = true | |
$adoParameterType = 201 | |
$_affectedRows = false | |
$_thisTransactions | |
$_cursor_type = 3 | |
$_cursor_location = 3 | |
$_lock_type = -1 | |
$_execute_option = -1 | |
$poorAffectedRows = true | |
$charPage | |
Definition at line 27 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::_affectedrows | ( | ) |
Definition at line 52 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::_insertid | ( | ) |
Definition at line 47 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::ADODB_ado_mssql | ( | ) |
Definition at line 42 of file adodb-ado_mssql.inc.php.
References ADODB_ado\ADODB_ado().
ADODB_ado_mssql::CreateSequence | ( | $seq = 'adodbseq' , |
|
$start = 1 |
|||
) |
Definition at line 105 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::GenID | ( | $seq = 'adodbseq' , |
|
$start = 1 |
|||
) |
Definition at line 120 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::MetaColumns | ( | $table, | |
$normalize = true |
|||
) |
Definition at line 74 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::qstr | ( | $s, | |
$magic_quotes = false |
|||
) |
Definition at line 68 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::SetTransactionMode | ( | $transaction_mode | ) |
Definition at line 57 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$_dropSeqSQL = "drop table %s" |
Definition at line 38 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$ansiOuter = true |
Definition at line 35 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$databaseType = 'ado_mssql' |
Definition at line 28 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$hasInsertID = true |
Definition at line 30 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$hasTop = 'top' |
Definition at line 29 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$leftOuter = '*=' |
Definition at line 33 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$length = 'len' |
Definition at line 37 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$rightOuter = '=*' |
Definition at line 34 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$substr = "substring" |
Definition at line 36 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' |
Definition at line 31 of file adodb-ado_mssql.inc.php.
ADODB_ado_mssql::$sysTimeStamp = 'GetDate()' |
Definition at line 32 of file adodb-ado_mssql.inc.php.