[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 123 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
DBOracle:: (7 méthodes):
toUpperCase()
ignoreCase()
concatString()
subString()
strLength()
lockTable()
unlockTable()
toUpperCase($in) X-Ref |
This method is used to ignore case. param: string $in The string to transform to upper case. return: string The upper case string. |
ignoreCase($in) X-Ref |
This method is used to ignore case. param: string $in The string whose case to ignore. return: string The string in a case that can be ignored. |
concatString($s1, $s2) X-Ref |
Returns SQL which concatenates the second string to the first. param: string String to concatenate. param: string String to append. return: string |
subString($s, $pos, $len) X-Ref |
Returns SQL which extracts a substring. param: string String to extract from. param: int Offset to start from. param: int Number of characters to extract. return: string |
strLength($s) X-Ref |
Returns SQL which calculates the length (in chars) of a string. param: string String to calculate length of. return: string |
lockTable(Connection $con, $table) X-Ref |
Locks the specified table. param: Connection $con The Creole connection to use. param: string $table The name of the table to lock. |
unlockTable(Connection $con, $table) X-Ref |
Unlocks the specified table. param: Connection $con The Creole connection to use. param: string $table The name of the table to unlock. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |