Subversion Repositories Applications.referentiel

Rev

Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 20
Line 11... Line 11...
11
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
11
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
12
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
13
 * @version		SVN: $Id$
13
 * @version		SVN: $Id$
14
 *
14
 *
15
 */
15
 */
16
class TableStructureDao extends AppliModele {
16
class TableStructureDao extends Dao {
17
	const SERVICE = 'RefTableStructure';
17
	const SERVICE = 'RefTableStructure';
Line 18... Line 18...
18
	
18
	
19
	/**
19
	/**
20
	 * Retourne l'ensemble des information sur les colonnes d'une table.
20
	 * Retourne l'ensemble des information sur les colonnes d'une table.