extend/alipay/lotusphp_runtime/DB/Adapter/ConnectionAdapterDbConnectionAdapterSqlite.php

Classes

LtDbConnectionAdapterSqlite Sqlite 预定义了类 SQLiteDatabase 本实现没有使用。 这里使用的全部是过程函数。 无论是函数还是类,本实现只支持sqlite的2.x系列版本。 php5.3新增扩展sqlite3用来支持3.x版本。 PDO则同时支持2.x和3.x版本。