pdoDB 内部函数

Array
(
    [0] => execute
    [1] => fetch
    [2] => bindParam
    [3] => bindColumn
    [4] => bindValue
    [5] => rowCount
    [6] => fetchColumn
    [7] => fetchAll
    [8] => fetchObject
    [9] => errorCode
    [10] => errorInfo
    [11] => setAttribute
    [12] => getAttribute
    [13] => columnCount
    [14] => getColumnMeta
    [15] => setFetchMode
    [16] => nextRowset
    [17] => closeCursor
    [18] => debugDumpParams
    [19] => __wakeup
    [20] => __sleep
)
Array
(
    [0] => __construct
    [1] => prepare
    [2] => beginTransaction
    [3] => commit
    [4] => rollBack
    [5] => setAttribute
    [6] => exec
    [7] => query
    [8] => lastInsertId
    [9] => errorCode
    [10] => errorInfo
    [11] => getAttribute
    [12] => quote
    [13] => __wakeup
    [14] => __sleep
    [15] => getAvailableDrivers
)
Array
(
    [0] => DB_mysql
    [1] => connect
    [2] => disconnect
    [3] => simpleQuery
    [4] => nextResult
    [5] => fetchInto
    [6] => freeResult
    [7] => numCols
    [8] => numRows
    [9] => autoCommit
    [10] => commit
    [11] => rollback
    [12] => affectedRows
    [13] => nextId
    [14] => createSequence
    [15] => dropSequence
    [16] => _BCsequence
    [17] => quoteIdentifier
    [18] => quote
    [19] => escapeSimple
    [20] => modifyQuery
    [21] => modifyLimitQuery
    [22] => mysqlRaiseError
    [23] => errorNative
    [24] => tableInfo
    [25] => getSpecialQuery
    [26] => DB_common
    [27] => __sleep
    [28] => __wakeup
    [29] => __toString
    [30] => toString
    [31] => quoteString
    [32] => quoteSmart
    [33] => quoteBoolean
    [34] => quoteFloat
    [35] => provides
    [36] => setFetchMode
    [37] => setOption
    [38] => getOption
    [39] => prepare
    [40] => autoPrepare
    [41] => autoExecute
    [42] => buildManipSQL
    [43] => execute
    [44] => executeEmulateQuery
    [45] => executeMultiple
    [46] => freePrepared
    [47] => query
    [48] => limitQuery
    [49] => getOne
    [50] => getRow
    [51] => getCol
    [52] => getAssoc
    [53] => getAll
    [54] => getSequenceName
    [55] => raiseError
    [56] => errorCode
    [57] => errorMessage
    [58] => getTables
    [59] => getListOf
    [60] => nextQueryIsManip
    [61] => _checkManip
    [62] => _rtrimArrayValues
    [63] => _convertNullArrayValuesToEmpty
    [64] => PEAR
    [65] => _PEAR
    [66] => getStaticProperty
    [67] => registerShutdownFunc
    [68] => isError
    [69] => setErrorHandling
    [70] => expectError
    [71] => popExpect
    [72] => _checkDelExpect
    [73] => delExpect
    [74] => throwError
    [75] => staticPushErrorHandling
    [76] => staticPopErrorHandling
    [77] => pushErrorHandling
    [78] => popErrorHandling
    [79] => loadExtension
)

你可能感兴趣的:(mysql,query)