Package | Description |
---|---|
com.caucho.quercus.lib.db |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceConnection |
class |
Mysqli
mysqli object oriented API facade
|
class |
MysqliResource
mysqli object oriented API facade
returns true for is_resource()
|
class |
Oracle
oracle connection class (oracle has NO object oriented API)
|
class |
Postgres
postgres connection class (postgres has NO object oriented API)
|
class |
SQLite3
Tested with sqlite-jdbc-3.7.2.jar.
|
Modifier and Type | Method and Description |
---|---|
protected JdbcConnectionResource |
PDO.getConnection() |
protected JdbcConnectionResource |
JdbcStatementResource.getConnection() |
JdbcConnectionResource |
JdbcConnectionResource.validateConnection(Env env) |
Constructor and Description |
---|
JdbcPreparedStatementResource(JdbcConnectionResource conn)
Constructor for JdbcStatementResource
|
JdbcStatementResource(JdbcConnectionResource conn) |