Doxygen
This commit is contained in:
parent
cc6a2c8d84
commit
db396ed67c
@ -587,9 +587,9 @@ class DoliDBMssql
|
||||
}
|
||||
|
||||
/**
|
||||
* Formate a SQL IF
|
||||
* Format a SQL IF
|
||||
*
|
||||
* @param string $test chaine test
|
||||
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
|
||||
* @param string $resok resultat si test egal
|
||||
* @param string $resko resultat si test non egal
|
||||
* @return string SQL string
|
||||
|
||||
@ -562,9 +562,9 @@ class DoliDBMysql
|
||||
}
|
||||
|
||||
/**
|
||||
* Formate a SQL IF
|
||||
* Format a SQL IF
|
||||
*
|
||||
* @param string $test chaine test
|
||||
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
|
||||
* @param string $resok resultat si test egal
|
||||
* @param string $resko resultat si test non egal
|
||||
* @return string SQL string
|
||||
|
||||
@ -572,9 +572,9 @@ class DoliDBMysqli
|
||||
}
|
||||
|
||||
/**
|
||||
* Formate a SQL IF
|
||||
* Format a SQL IF
|
||||
*
|
||||
* @param string $test chaine test
|
||||
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
|
||||
* @param string $resok resultat si test egal
|
||||
* @param string $resko resultat si test non egal
|
||||
* @return string SQL string
|
||||
|
||||
@ -758,9 +758,9 @@ class DoliDBPgsql
|
||||
}
|
||||
|
||||
/**
|
||||
* Formate a SQL IF
|
||||
* Format a SQL IF
|
||||
*
|
||||
* @param string $test chaine test
|
||||
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
|
||||
* @param string $resok resultat si test egal
|
||||
* @param string $resko resultat si test non egal
|
||||
* @return string chaine formate SQL
|
||||
|
||||
@ -702,9 +702,9 @@ class DoliDBSqlite
|
||||
}
|
||||
|
||||
/**
|
||||
* Formate a SQL IF
|
||||
* Format a SQL IF
|
||||
*
|
||||
* @param string $test chaine test
|
||||
* @param string $test Test string (example: 'cd.statut=0', 'field IS NULL')
|
||||
* @param string $resok resultat si test egal
|
||||
* @param string $resko resultat si test non egal
|
||||
* @return string SQL string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user