[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

a

alterDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::alterDatabase()
    alter an existing database
alterTable
in file mssql.php, method MDB2_Driver_Manager_mssql::alterTable()
    alter an existing table
top

b

beginTransaction
in file mssql.php, method MDB2_Driver_mssql::beginTransaction()
    Start a transaction or set a savepoint.
top

c

commit
in file mssql.php, method MDB2_Driver_mssql::commit()
    Commit the database changes done during a transaction that is in progress or release a savepoint. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after committing the pending changes.
concat
in file mssql.php, method MDB2_Driver_Function_mssql::concat()
    Returns string to concatenate two or more string parameters
connect
in file mssql.php, method MDB2_Driver_mssql::connect()
    Connect to the database
createDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::createDatabase()
    create a new database
createSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::createSequence()
    create sequence
createTable
in file mssql.php, method MDB2_Driver_Manager_mssql::createTable()
    create a new table
top

d

databaseExists
in file mssql.php, method MDB2_Driver_mssql::databaseExists()
    check if given database name is exists?
disconnect
in file mssql.php, method MDB2_Driver_mssql::disconnect()
    Log out and disconnect from the database.
dropDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::dropDatabase()
    drop an existing database
dropIndex
in file mssql.php, method MDB2_Driver_Manager_mssql::dropIndex()
    drop existing index
dropSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::dropSequence()
    This function drops an existing sequence
top

e

errorInfo
in file mssql.php, method MDB2_Driver_mssql::errorInfo()
    This method is used to collect information about an error
escape
in file mssql.php, method MDB2_Driver_mssql::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
escapePattern
in file mssql.php, method MDB2_Driver_mssql::escapePattern()
    Quotes pattern (% and _) characters in a string)
executeStoredProc
in file mssql.php, method MDB2_Driver_Function_mssql::executeStoredProc()
    Execute a stored procedure and return any results
top

f

fetchRow
in file mssql.php, method MDB2_Result_mssql::fetchRow()
    Fetch a row and insert the data into an existing array.
free
in file mssql.php, method MDB2_Result_mssql::free()
    Free the internal resources associated with $result.
top

g

getServerVersion
in file mssql.php, method MDB2_Driver_mssql::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file mssql.php, method MDB2_Driver_Reverse_mssql::getTableConstraintDefinition()
    Get the structure of a constraint into an array
getTableFieldDefinition
in file mssql.php, method MDB2_Driver_Reverse_mssql::getTableFieldDefinition()
    Get the structure of a field into an array
getTableIndexDefinition
in file mssql.php, method MDB2_Driver_Reverse_mssql::getTableIndexDefinition()
    Get the structure of an index into an array
getTriggerDefinition
in file mssql.php, method MDB2_Driver_Reverse_mssql::getTriggerDefinition()
    Get the structure of a trigger into an array
getTypeDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
guid
in file mssql.php, method MDB2_Driver_Function_mssql::guid()
    Returns global unique identifier
top

i

$identifier_quoting
in file mssql.php, variable MDB2_Driver_mssql::$identifier_quoting
top

l

lastInsertID
in file mssql.php, method MDB2_Driver_mssql::lastInsertID()
    Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)
length
in file mssql.php, method MDB2_Driver_Function_mssql::length()
    return string to call a function to get the length of a string expression
listDatabases
in file mssql.php, method MDB2_Driver_Manager_mssql::listDatabases()
    list all databases
listFunctions
in file mssql.php, method MDB2_Driver_Manager_mssql::listFunctions()
    list all functions in the current database
listSequences
in file mssql.php, method MDB2_Driver_Manager_mssql::listSequences()
    list all sequences in the current database
listTableConstraints
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableConstraints()
    list all constraints in a table
listTableFields
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableFields()
    list all fields in a table in the current database
listTableIndexes
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableIndexes()
    list all indexes in a table
listTables
in file mssql.php, method MDB2_Driver_Manager_mssql::listTables()
    list all tables in the current database
listTableTriggers
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableTriggers()
    list all triggers in the database that reference a given table
listUsers
in file mssql.php, method MDB2_Driver_Manager_mssql::listUsers()
    list all users
listViews
in file mssql.php, method MDB2_Driver_Manager_mssql::listViews()
    list all views in the current database
top

m

matchPattern
in file mssql.php, method MDB2_Driver_Datatype_mssql::matchPattern()
    build a pattern matching string
MDB2_BufferedResult_mssql
in file mssql.php, class MDB2_BufferedResult_mssql
    MDB2 MSSQL Server buffered result driver
MDB2_Driver_Datatype_mssql
in file mssql.php, class MDB2_Driver_Datatype_mssql
    MDB2 MS SQL driver
MDB2_Driver_Function_mssql
in file mssql.php, class MDB2_Driver_Function_mssql
    MDB2 MSSQL driver for the function modules
MDB2_Driver_Manager_mssql
in file mssql.php, class MDB2_Driver_Manager_mssql
    MDB2 MSSQL driver for the management modules
MDB2_Driver_mssql
in file mssql.php, class MDB2_Driver_mssql
    MDB2 MSSQL Server driver
mssql.php
procedural page mssql.php
mssql.php
procedural page mssql.php
mssql.php
procedural page mssql.php
mssql.php
procedural page mssql.php
mssql.php
procedural page mssql.php
mssql.php
procedural page mssql.php
MDB2_Driver_Native_mssql
in file mssql.php, class MDB2_Driver_Native_mssql
    MDB2 MSSQL driver for the native module
MDB2_Driver_Reverse_mssql
in file mssql.php, class MDB2_Driver_Reverse_mssql
    MDB2 MSSQL driver for the schema reverse engineering module
MDB2_Result_mssql
in file mssql.php, class MDB2_Result_mssql
    MDB2 MSSQL Server result driver
MDB2_Statement_mssql
in file mssql.php, class MDB2_Statement_mssql
    MDB2 MSSQL Server statement driver
top

n

nextID
in file mssql.php, method MDB2_Driver_mssql::nextID()
    Returns the next free id of a sequence
nextResult
in file mssql.php, method MDB2_Result_mssql::nextResult()
    Move the internal result pointer to the next available result
now
in file mssql.php, method MDB2_Driver_Function_mssql::now()
    Return string to call a variable with the current timestamp inside an SQL statement
numCols
in file mssql.php, method MDB2_Result_mssql::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file mssql.php, method MDB2_BufferedResult_mssql::numRows()
    Returns the number of rows in a result object
top

r

rollback
in file mssql.php, method MDB2_Driver_mssql::rollback()
    Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after canceling the pending changes.
top

s

$string_quoting
in file mssql.php, variable MDB2_Driver_mssql::$string_quoting
seek
in file mssql.php, method MDB2_BufferedResult_mssql::seek()
    Seek to a specific row in a result set
standaloneQuery
in file mssql.php, method MDB2_Driver_mssql::standaloneQuery()
    execute a query as DBA
substring
in file mssql.php, method MDB2_Driver_Function_mssql::substring()
    return string to call a function to get a substring inside an SQL statement
top

t

tableInfo
in file mssql.php, method MDB2_Driver_Reverse_mssql::tableInfo()
    Returns information about a table or a result set
truncateTable
in file mssql.php, method MDB2_Driver_Manager_mssql::truncateTable()
    Truncate an existing table (if the TRUNCATE TABLE syntax is not supported, it falls back to a DELETE FROM TABLE query)
top

u

unixtimestamp
in file mssql.php, method MDB2_Driver_Function_mssql::unixtimestamp()
    return string to call a function to get the unix timestamp from a iso timestamp
top

v

vacuum
in file mssql.php, method MDB2_Driver_Manager_mssql::vacuum()
    Optimize (vacuum) all the tables in the db (or only the specified table) and optionally run ANALYZE.
valid
in file mssql.php, method MDB2_BufferedResult_mssql::valid()
    Check if the end of the result set has been reached
top

_

_add_flag
in file mssql.php, method MDB2_Driver_Reverse_mssql::_add_flag()
    Adds a string to the flags array if the flag is not yet in there
  • if there is no flag present the array is created
_baseConvertResult
in file mssql.php, method MDB2_Driver_Datatype_mssql::_baseConvertResult()
    general type conversion method
_doConnect
in file mssql.php, method MDB2_Driver_mssql::_doConnect()
    do the grunt work of the connect
_doQuery
in file mssql.php, method MDB2_Driver_mssql::_doQuery()
    Execute a query
_getAdvancedFKOptions
in file mssql.php, method MDB2_Driver_Manager_mssql::_getAdvancedFKOptions()
    Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
_getBLOBDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getBLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an binary large object type field to be used in statements like CREATE TABLE.
_getCLOBDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getCLOBDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an character large object type field to be used in statements like CREATE TABLE.
_getIntegerDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_mapNativeDatatype
in file mssql.php, method MDB2_Driver_Datatype_mssql::_mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
_modifyQuery
in file mssql.php, method MDB2_Driver_mssql::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_mssql_field_flags
in file mssql.php, method MDB2_Driver_Reverse_mssql::_mssql_field_flags()
    Get a column's flags
_quoteBLOB
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteBLOB()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_skipLimitOffset
in file mssql.php, method MDB2_Result_mssql::_skipLimitOffset()
    Skip the first row of a result set.
__construct
in file mssql.php, method MDB2_Driver_mssql::__construct()
    Constructor
top

Documentation generated on Mon, 11 Mar 2019 15:51:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.