Element index for package creole.drivers.sqlite
[ a ]
[ c ]
[ e ]
[ g ]
[ i ]
[ k ]
[ n ]
[ p ]
[ r ]
[ s ]
[ v ]
[ _ ]
top
top
top
top
g
- getBlob
- in file SQLiteResultSet.php, method SQLiteResultSet::getBlob()
Performs sqlite_udf_decode_binary on binary data.
- getDatabaseInfo
- in file SQLiteConnection.php, method SQLiteConnection::getDatabaseInfo()
- getId
- in file SQLiteIdGenerator.php, method SQLiteIdGenerator::getId()
- getIdGenerator
- in file SQLiteConnection.php, method SQLiteConnection::getIdGenerator()
- getIdMethod
- in file SQLiteIdGenerator.php, method SQLiteIdGenerator::getIdMethod()
- getIterator
- in file SQLiteResultSet.php, method SQLiteResultSet::getIterator()
Gets optimized SQLiteResultSetIterator.
- getNativeType
- in file SQLiteTypes.php, method SQLiteTypes::getNativeType()
This method will return a native type that corresponds to the specified Creole (JDBC-like) type. Remember that this is really only for "hint" purposes as SQLite is typeless.
- getRecordCount
- in file SQLiteResultSet.php, method SQLiteResultSet::getRecordCount()
- getType
- in file SQLiteTypes.php, method SQLiteTypes::getType()
This method returns the generic Creole (JDBC-like) type when given the native db type. If no match is found then we just return CreoleTypes::TEXT because SQLite is typeless.
- getUpdateCount
- in file SQLiteConnection.php, method SQLiteConnection::getUpdateCount()
Gets the number of rows affected by the data manipulation query.
top
top
k
- key
- in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::key()
Returns the cursor position. Note that this will not necessarily be 1 for the first row, since no rewind is performed at beginning of iteration.
top
top
top
top
top
top
|
|