TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_mssqlpo () | |
PrepareSP ($sql) | |
_query ($sql, $inputarr=false) | |
![]() | |
ADODB_mssql () | |
ServerInfo () | |
IfNull ( $field, $ifNull) | |
_insertid () | |
qstr ($s, $magic_quotes=false) | |
_affectedrows () | |
CreateSequence ($seq='adodbseq', $start=1) | |
GenID ($seq='adodbseq', $start=1) | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
SQLDate ($fmt, $col=false) | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
SetTransactionMode ( $transaction_mode) | |
RowLock ($tables, $where, $col='1 as adodbignore') | |
MetaColumns ($table, $normalize=true) | |
MetaIndexes ($table, $primary=false, $owner=false) | |
MetaForeignKeys ($table, $owner=false, $upper=false) | |
MetaDatabases () | |
MetaPrimaryKeys ($table, $owner=false) | |
MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
SelectDB ($dbName) | |
ErrorMsg () | |
ErrorNo () | |
_connect ($argHostname, $argUsername, $argPassword, $argDatabasename, $newconnect=false) | |
_pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_nconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
Prepare ($sql) | |
PrepareSP ($sql, $param=true) | |
Concat () | |
Parameter (&$stmt, &$var, $name, $isOutput=false, $maxLen=4000, $type=false) | |
UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
_query ($sql, $inputarr=false) | |
_close () | |
Public Attributes | |
$databaseType = "mssqlpo" | |
$concat_operator = '||' | |
![]() | |
$databaseType = "mssql" | |
$dataProvider = "mssql" | |
$replaceQuote = "''" | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d\TH:i:s'" | |
$hasInsertID = true | |
$substr = "substring" | |
$length = 'len' | |
$hasAffectedRows = true | |
$metaDatabasesSQL = "select name from sysdatabases where name <> 'master'" | |
$metaTablesSQL ="select name,case when type='U' then 'T' else 'V' end from sysobjects where (type='U' or type='V') and (name not in ('sysallocations','syscolumns','syscomments','sysdepends','sysfilegroups','sysfiles','sysfiles1','sysforeignkeys','sysfulltextcatalogs','sysindexes','sysindexkeys','sysmembers','sysobjects','syspermissions','sysprotects','sysreferences','systypes','sysusers','sysalternates','sysconstraints','syssegments','REFERENTIAL_CONSTRAINTS','CHECK_CONSTRAINTS','CONSTRAINT_TABLE_USAGE','CONSTRAINT_COLUMN_USAGE','VIEWS','VIEW_TABLE_USAGE','VIEW_COLUMN_USAGE','SCHEMATA','TABLES','TABLE_CONSTRAINTS','TABLE_PRIVILEGES','COLUMNS','COLUMN_DOMAIN_USAGE','COLUMN_PRIVILEGES','DOMAINS','DOMAIN_CONSTRAINTS','KEY_COLUMN_USAGE','dtproperties'))" | |
$metaColumnsSQL | |
$hasTop = 'top' | |
$hasGenID = true | |
$sysDate = 'convert(datetime,convert(char,GetDate(),102),102)' | |
$sysTimeStamp = 'GetDate()' | |
$_has_mssql_init | |
$maxParameterLen = 4000 | |
$arrayClass = 'ADORecordSet_array_mssql' | |
$uniqueSort = true | |
$leftOuter = '*=' | |
$rightOuter = '=*' | |
$ansiOuter = true | |
$poorAffectedRows = true | |
$identitySQL = 'select SCOPE_IDENTITY()' | |
$uniqueOrderBy = true | |
$_bindInputArray = true | |
$forceNewConnect = false | |
$_dropSeqSQL = "drop table %s" | |
Additional Inherited Members | |
![]() | |
static | UnixDate ($v) |
static | UnixTimeStamp ($v) |
Definition at line 27 of file adodb-mssqlpo.inc.php.
ADODB_mssqlpo::_query | ( | $sql, | |
$inputarr = false |
|||
) |
Definition at line 48 of file adodb-mssqlpo.inc.php.
References $sql, and ADODB_mssql\_query().
ADODB_mssqlpo::ADODB_mssqlpo | ( | ) |
Definition at line 31 of file adodb-mssqlpo.inc.php.
References ADODB_mssql\ADODB_mssql().
ADODB_mssqlpo::PrepareSP | ( | $sql | ) |
Definition at line 36 of file adodb-mssqlpo.inc.php.
References $sql.
ADODB_mssqlpo::$concat_operator = '||' |
Definition at line 29 of file adodb-mssqlpo.inc.php.
ADODB_mssqlpo::$databaseType = "mssqlpo" |
Definition at line 28 of file adodb-mssqlpo.inc.php.