PostgreSqlStorage PostgreSqlStorage(
$config
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::cleanStore |
Redefinition of:
- GalleryStorage::cleanStore()
- Clean out and reset the persistent store for this strategy.
void configureStore(
$moduleId, [
$upgradeInfo = array()]
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::configureStore |
Redefinition of:
- GalleryStorage::configureStore()
- Configure the persistent store for this strategy, for the given module.
void convertBitsToInt(
$bitsVal
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::convertBitsToInt |
Redefinition of:
- GalleryStorage::convertBitsToInt()
- Convert value from a database bit column into an integer
void convertIntToBits(
$intVal
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::convertIntToBits |
Redefinition of:
- GalleryStorage::convertIntToBits()
- Convert an integer into something that the database will accept into a bit column
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
Parameters:
API Tags:
See: | GalleryStorage::encodeBlob
Note: pg_escape_bytea is only available in PHP 4.2.0+ and is even a little
slower than addcslashes. |
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 _setConnectionSettings(
&$db
)
|
|
Parameters:
API Tags:
See: | GalleryStorage::_setConnectionSettings |
Redefinition of:
- GalleryStorage::_setConnectionSettings()
- Set runtime settings for the given database connection.