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
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
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
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
top
top
top
top
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
top
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
top
top
Powered by Steeze. author email: spring.wind2006@163.com
|