OracleStorage OracleStorage(
$config
)
|
|
Parameters:
Parameters:
API Tags:
See: | GalleryStorage::decodeBlob |
Redefinition of:
- GalleryStorage::decodeBlob()
- Decode a blob of binary data into a form that's safe for a varchar column
Derived from PostgreSqlStorage::encodeBlob and adjusted for Oracle (based on experiments).
Parameters:
API Tags:
See: | GalleryStorage::decodeBlob |
Redefinition of:
- GalleryStorage::encodeBlob()
- Encode a blob of binary data into a form that's safe for a varchar column
void getFunctionSql(
$functionName,
$args
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::getFunctionsSql |
Redefinition of:
- GalleryStorage::getFunctionSql()
- Return a customized function for this database platform
Return the type of this database
Get database version.
API Tags:
void _normalizeValue(
$value,
$memberData, [
$fromDb = false]
)
|
|
Parameters:
|
$value: |
|
|
$memberData: |
|
|
$fromDb: |
|
API Tags:
See: | GalleryStorage::_normalizeValue |
Redefinition of:
- GalleryStorage::_normalizeValue()
- Cast the value to the proper member type when interacting with the database. Optionally also perform a UTF-8-safe truncation for strings.
void _setConnectionSettings(
&$db
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::_setConnectionSettings |
Redefinition of:
- GalleryStorage::_setConnectionSettings()
- Set runtime settings for the given database connection.