[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/propel/adapter/ -> DBNone.php (sommaire)

(pas de description)

Poids: 131 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

DBNone:: (9 méthodes):
  getConnection()
  init()
  toUpperCase()
  ignoreCase()
  concatString()
  subString()
  strLength()
  lockTable()
  unlockTable()


Classe: DBNone  - X-Ref

This DatabaseHandler is used when you do not have a database
installed.

getConnection()   X-Ref

return: null

init($url, $username, $password)   X-Ref


toUpperCase($in)   X-Ref
This method is used to ignore case.

param: in The string to transform to upper case.
return: The upper case string.

ignoreCase($in)   X-Ref
This method is used to ignore case.

param: in The string whose case to ignore.
return: 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