数据库服务
[ 查看开发文档 ] [ 类树图: Database ] [ 索引: Database ] [ 所有元素 ] [ 首页 ]

Element index for package Database

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_linkID
in file Driver.class.php, variable Driver::$_linkID
$_linkNum
in file Driver.class.php, variable Driver::$_linkNum
__callStatic
in file Manager.class.php, method Manager::__callStatic()
__construct
in file Driver.class.php, method Driver::__construct()
    架构函数 读取数据库配置信息
__destruct
in file Driver.class.php, method Driver::__destruct()
    析构方法
$_collection
in file Mongo.class.php, variable Mongo::$_collection
$_collectionName
in file Mongo.class.php, variable Mongo::$_collectionName
$_cursor
in file Mongo.class.php, variable Mongo::$_cursor
$_dbName
in file Mongo.class.php, variable Mongo::$_dbName
$_mongo
in file Mongo.class.php, variable Mongo::$_mongo
__construct
in file Mongo.class.php, method Mongo::__construct()
    架构函数 读取数据库配置信息
top

b

$bind
in file Driver.class.php, variable Driver::$bind
bindParam
in file Driver.class.php, method Driver::bindParam()
    参数绑定
buildSelectSql
in file Driver.class.php, method Driver::buildSelectSql()
    生成查询SQL
top

c

$config
in file Driver.class.php, variable Driver::$config
close
in file Driver.class.php, method Driver::close()
    关闭数据库
commit
in file Driver.class.php, method Driver::commit()
    用于非自动提交状态下面的查询提交
connect
in file Driver.class.php, method Driver::connect()
    连接数据库方法
$comparison
in file Mongo.class.php, variable Mongo::$comparison
clear
in file Mongo.class.php, method Mongo::clear()
    清空记录
close
in file Mongo.class.php, method Mongo::close()
    关闭数据库
command
in file Mongo.class.php, method Mongo::command()
    执行命令
connect
in file Mongo.class.php, method Mongo::connect()
    连接数据库方法
count
in file Mongo.class.php, method Mongo::count()
    统计记录数
top

d

debug
in file Driver.class.php, method Driver::debug()
    数据库调试 记录当前SQL
delete
in file Driver.class.php, method Driver::delete()
    删除记录
Driver
in file Driver.class.php, class Driver
    数据库实现基类
Driver.class.php
procedural page Driver.class.php
delete
in file Sqlsrv.class.php, method Sqlsrv::delete()
    删除记录
delete
in file Mongo.class.php, method Mongo::delete()
    删除记录
top

e

$error
in file Driver.class.php, variable Driver::$error
$executeTimes
in file Driver.class.php, variable Driver::$executeTimes
$exp
in file Driver.class.php, variable Driver::$exp
error
in file Driver.class.php, method Driver::error()
    数据库错误信息
escapeString
in file Driver.class.php, method Driver::escapeString()
    SQL指令安全过滤
execute
in file Driver.class.php, method Driver::execute()
    执行语句
error
in file Mongo.class.php, method Mongo::error()
    数据库错误信息
escapeString
in file Firebird.class.php, method Firebird::escapeString()
    SQL指令安全过滤
escapeString
in file Sqlite.class.php, method Sqlite::escapeString()
    SQL指令安全过滤
escapeString
in file Oracle.class.php, method Oracle::escapeString()
    SQL指令安全过滤
execute
in file Oracle.class.php, method Oracle::execute()
    执行语句
execute
in file Mongo.class.php, method Mongo::execute()
    执行语句
execute
in file Firebird.class.php, method Firebird::execute()
    执行语句
top

f

free
in file Driver.class.php, method Driver::free()
    释放查询结果
find
in file Mongo.class.php, method Mongo::find()
    查找某个记录
Firebird
in file Firebird.class.php, class Firebird
    Firebird数据库驱动
free
in file Mongo.class.php, method Mongo::free()
    释放查询结果
Firebird.class.php
procedural page Firebird.class.php
top

g

getError
in file Driver.class.php, method Driver::getError()
    获取最近的错误信息
getExecuteTimes
in file Driver.class.php, method Driver::getExecuteTimes()
    获得执行次数
getInstance
in file Manager.class.php, method Manager::getInstance()
    取得数据库类实例
getLastInsID
in file Driver.class.php, method Driver::getLastInsID()
    获取最近插入的ID
getLastSql
in file Driver.class.php, method Driver::getLastSql()
    获取最近一次查询的sql语句
getQueryTimes
in file Driver.class.php, method Driver::getQueryTimes()
    获得查询次数
getCollection
in file Mongo.class.php, method Mongo::getCollection()
    取得当前集合的对象
getDB
in file Mongo.class.php, method Mongo::getDB()
    取得当前数据库的对象
getFields
in file Oracle.class.php, method Oracle::getFields()
    取得数据表的字段信息
getFields
in file Pgsql.class.php, method Pgsql::getFields()
    取得数据表的字段信息
getFields
in file Sqlite.class.php, method Sqlite::getFields()
    取得数据表的字段信息
getFields
in file Firebird.class.php, method Firebird::getFields()
    取得数据表的字段信息
getFields
in file Sqlsrv.class.php, method Sqlsrv::getFields()
    取得数据表的字段信息
getFields
in file Mysql.class.php, method Mysql::getFields()
    取得数据表的字段信息
getFields
in file Mongo.class.php, method Mongo::getFields()
    取得数据表的字段信息
getMongoNextId
in file Mongo.class.php, method Mongo::getMongoNextId()
    生成下一条记录ID 用于自增非MongoId主键
getTables
in file Sqlite.class.php, method Sqlite::getTables()
    取得数据库的表信息
getTables
in file Firebird.class.php, method Firebird::getTables()
    取得数据库的表信息
getTables
in file Sqlsrv.class.php, method Sqlsrv::getTables()
    取得数据表的字段信息
getTables
in file Mysql.class.php, method Mysql::getTables()
    取得数据库的表信息
getTables
in file Pgsql.class.php, method Pgsql::getTables()
    取得数据库的表信息
getTables
in file Mongo.class.php, method Mongo::getTables()
    取得当前数据库的collection信息
getTables
in file Oracle.class.php, method Oracle::getTables()
    取得数据库的表信息(暂时实现取得用户表信息)
group
in file Mongo.class.php, method Mongo::group()
top

i

initConnect
in file Driver.class.php, method Driver::initConnect()
    初始化数据库连接
insert
in file Driver.class.php, method Driver::insert()
    插入记录
insertAll
in file Driver.class.php, method Driver::insertAll()
    批量插入记录
insert
in file Mongo.class.php, method Mongo::insert()
    插入记录
insertAll
in file Mysql.class.php, method Mysql::insertAll()
    批量插入记录
insertAll
in file Mongo.class.php, method Mongo::insertAll()
    插入多条记录
top

l

$lastInsID
in file Driver.class.php, variable Driver::$lastInsID
$linkID
in file Driver.class.php, variable Driver::$linkID
top

m

$model
in file Driver.class.php, variable Driver::$model
$modelSql
in file Driver.class.php, variable Driver::$modelSql
Manager
in file Manager.class.php, class Manager
    数据库中间层实现类
multiConnect
in file Driver.class.php, method Driver::multiConnect()
    连接分布式服务器
Manager.class.php
procedural page Manager.class.php
Mongo
in file Mongo.class.php, class Mongo
    Mongo数据库驱动
Mysql
in file Mysql.class.php, class Mysql
    mysql数据库驱动
Mongo.class.php
procedural page Mongo.class.php
Mysql.class.php
procedural page Mysql.class.php
top

n

$numRows
in file Driver.class.php, variable Driver::$numRows
top

o

$options
in file Driver.class.php, variable Driver::$options
$options
in file Sqlsrv.class.php, variable Sqlsrv::$options
Oracle
in file Oracle.class.php, class Oracle
    Oracle数据库驱动
Oracle.class.php
procedural page Oracle.class.php
top

p

$PDOStatement
in file Driver.class.php, variable Driver::$PDOStatement
parseBind
in file Driver.class.php, method Driver::parseBind()
    参数绑定分析
parseComment
in file Driver.class.php, method Driver::parseComment()
    comment分析
parseDistinct
in file Driver.class.php, method Driver::parseDistinct()
    distinct分析
parseDsn
in file Manager.class.php, method Manager::parseDsn()
    DSN解析
parseDsn
in file Driver.class.php, method Driver::parseDsn()
    解析pdo连接的dsn信息
parseDuplicate
in file Driver.class.php, method Driver::parseDuplicate()
    ON DUPLICATE KEY UPDATE 分析
parseField
in file Driver.class.php, method Driver::parseField()
    field分析
parseForce
in file Driver.class.php, method Driver::parseForce()
    index分析,可在操作链中指定需要强制使用的索引
parseGroup
in file Driver.class.php, method Driver::parseGroup()
    group分析
parseHaving
in file Driver.class.php, method Driver::parseHaving()
    having分析
parseJoin
in file Driver.class.php, method Driver::parseJoin()
    join分析
parseKey
in file Driver.class.php, method Driver::parseKey()
    字段名分析
parseLimit
in file Driver.class.php, method Driver::parseLimit()
    limit分析
parseLock
in file Driver.class.php, method Driver::parseLock()
    设置锁机制
parseOrder
in file Driver.class.php, method Driver::parseOrder()
    order分析
parseSet
in file Driver.class.php, method Driver::parseSet()
    set分析
parseSql
in file Driver.class.php, method Driver::parseSql()
    替换SQL语句中表达式
parseSteezeWhere
in file Driver.class.php, method Driver::parseSteezeWhere()
    特殊条件分析
parseTable
in file Driver.class.php, method Driver::parseTable()
    table分析
parseUnion
in file Driver.class.php, method Driver::parseUnion()
    union分析
parseValue
in file Driver.class.php, method Driver::parseValue()
    value分析
parseWhere
in file Driver.class.php, method Driver::parseWhere()
    where分析
parseWhereItem
in file Driver.class.php, method Driver::parseWhereItem()
parseDsn
in file Firebird.class.php, method Firebird::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Pgsql.class.php, method Pgsql::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Sqlite.class.php, method Sqlite::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Sqlsrv.class.php, method Sqlsrv::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Mysql.class.php, method Mysql::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Oracle.class.php, method Oracle::parseDsn()
    解析pdo连接的dsn信息
parseDuplicate
in file Mysql.class.php, method Mysql::parseDuplicate()
    ON DUPLICATE KEY UPDATE 分析
parseField
in file Mongo.class.php, method Mongo::parseField()
    field分析
parseKey
in file Mysql.class.php, method Mysql::parseKey()
    字段和表名处理
parseKey
in file Sqlsrv.class.php, method Sqlsrv::parseKey()
    字段名分析
parseLimit
in file Pgsql.class.php, method Pgsql::parseLimit()
    limit分析
parseLimit
in file Oracle.class.php, method Oracle::parseLimit()
    limit
parseLimit
in file Sqlite.class.php, method Sqlite::parseLimit()
    limit
parseLimit
in file Mongo.class.php, method Mongo::parseLimit()
    limit分析
parseLimit
in file Sqlsrv.class.php, method Sqlsrv::parseLimit()
    limit
parseLimit
in file Firebird.class.php, method Firebird::parseLimit()
    limit
parseLock
in file Oracle.class.php, method Oracle::parseLock()
    设置锁机制
parseOrder
in file Sqlsrv.class.php, method Sqlsrv::parseOrder()
    order分析
parseOrder
in file Mongo.class.php, method Mongo::parseOrder()
    order分析
parseSet
in file Mongo.class.php, method Mongo::parseSet()
    set分析
parseThinkWhere
in file Mongo.class.php, method Mongo::parseThinkWhere()
    特殊条件分析
parseWhere
in file Mongo.class.php, method Mongo::parseWhere()
    where分析
parseWhereItem
in file Mongo.class.php, method Mongo::parseWhereItem()
    where子单元分析
Pgsql
in file Pgsql.class.php, class Pgsql
    Pgsql数据库驱动
Pgsql.class.php
procedural page Pgsql.class.php
top

q

$queryStr
in file Driver.class.php, variable Driver::$queryStr
$queryTimes
in file Driver.class.php, variable Driver::$queryTimes
query
in file Driver.class.php, method Driver::query()
    执行查询 返回数据集
top

r

rollback
in file Driver.class.php, method Driver::rollback()
    事务回滚
top

s

$selectSql
in file Driver.class.php, variable Driver::$selectSql
select
in file Driver.class.php, method Driver::select()
    查找记录
selectInsert
in file Driver.class.php, method Driver::selectInsert()
    通过Select方式插入记录
setModel
in file Driver.class.php, method Driver::setModel()
    设置当前操作模型
startTrans
in file Driver.class.php, method Driver::startTrans()
    启动事务
$selectSql
in file Sqlsrv.class.php, variable Sqlsrv::$selectSql
$selectSql
in file Firebird.class.php, variable Firebird::$selectSql
$selectSql
in file Oracle.class.php, variable Oracle::$selectSql
select
in file Mongo.class.php, method Mongo::select()
    查找记录
Sqlite.class.php
procedural page Sqlite.class.php
Sqlsrv.class.php
procedural page Sqlsrv.class.php
Sqlite
in file Sqlite.class.php, class Sqlite
    Sqlite数据库驱动
Sqlsrv
in file Sqlsrv.class.php, class Sqlsrv
    Sqlsrv数据库驱动
switchCollection
in file Mongo.class.php, method Mongo::switchCollection()
    切换当前操作的Db和Collection
top

t

$transTimes
in file Driver.class.php, variable Driver::$transTimes
top

u

update
in file Driver.class.php, method Driver::update()
    更新记录
update
in file Sqlsrv.class.php, method Sqlsrv::update()
    更新记录
update
in file Mongo.class.php, method Mongo::update()
    更新记录
top

Powered by Steeze. author email: spring.wind2006@163.com