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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ t ] [ v ] [ _ ]

a

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.
top

c

commit
in file mssql.php, method MDB2_Driver_mssql::commit()
    Commit the database changes done during a transaction that is in progress.
connect
in file mssql.php, method MDB2_Driver_mssql::connect()
    Connect to the database
convertResult
in file mssql.php, method MDB2_Driver_Datatype_mssql::convertResult()
    convert a value to a RDBMS indepdenant MDB2 type
createDatabase
in file mssql.php, method MDB2_Driver_Manager_mssql::createDatabase()
    create a new database
createIndex
in file mssql.php, method MDB2_Driver_Manager_mssql::createIndex()
    Adds an index to a table.
createSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::createSequence()
    create sequence
top

d

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
dropSequence
in file mssql.php, method MDB2_Driver_Manager_mssql::dropSequence()
    drop existing sequence
top

e

$escape_quotes
in file mssql.php, variable MDB2_Driver_mssql::$escape_quotes
errorInfo
in file mssql.php, method MDB2_Driver_mssql::errorInfo()
    This method is used to collect information about an error
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

l

lastInsertID
in file mssql.php, method MDB2_Driver_mssql::lastInsertID()
    returns the autoincrement ID if supported or $id
listSequences
in file mssql.php, method MDB2_Driver_Manager_mssql::listSequences()
    list all sequences in the current database
listTableFields
in file mssql.php, method MDB2_Driver_Manager_mssql::listTableFields()
    list all fields in a tables 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
top

m

MDB2_BufferedResult_mssql
in file mssql.php, class MDB2_BufferedResult_mssql
MDB2_Driver_Datatype_mssql
in file mssql.php, class MDB2_Driver_Datatype_mssql
    MDB2 MS SQL driver
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
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_Statement_mssql
in file mssql.php, class MDB2_Statement_mssql
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 Currently not supported
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

p

package_mssql.php
procedural page package_mssql.php
top

q

quoteIdentifier
in file mssql.php, method MDB2_Driver_mssql::quoteIdentifier()
    Quote a string so it can be safely used as a table / column name
top

r

rollback
in file mssql.php, method MDB2_Driver_mssql::rollback()
    Cancel any database changes done during a transaction that is in progress.
top

s

seek
in file mssql.php, method MDB2_BufferedResult_mssql::seek()
    seek to a specific row in a result set
top

t

tableInfo
in file mssql.php, method MDB2_Driver_Reverse_mssql::tableInfo()
    Returns information about a table or a result set
top

v

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
_doQuery
in file mssql.php, method MDB2_Driver_mssql::_doQuery()
    Execute a query
_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.
_getBooleanDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getBooleanDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a boolean 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.
_getDateDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getDateDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a date type field to be used in statements like CREATE TABLE.
_getDecimalDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getDecimalDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an decimal type field to be used in statements like CREATE TABLE.
_getFloatDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getFloatDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an float 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.
_getTextDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getTextDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
_getTimeDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getTimeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a time field to be used in statements like CREATE TABLE.
_getTimestampDeclaration
in file mssql.php, method MDB2_Driver_Datatype_mssql::_getTimestampDeclaration()
    Obtain DBMS specific SQL code portion needed to declare a timestamp field to be used in statements like CREATE TABLE.
_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.
_quoteBoolean
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteBoolean()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteDecimal
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file mssql.php, method MDB2_Driver_Datatype_mssql::_quoteFloat()
    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 14:12:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.