[pLog-svn] r3652 - plog/trunk/class/database/pdb/datadict

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Jun 25 19:27:48 GMT 2006


Author: oscar
Date: 2006-06-25 19:27:48 +0000 (Sun, 25 Jun 2006)
New Revision: 3652

Modified:
   plog/trunk/class/database/pdb/datadict/pdbbasedatadict.class.php
Log:
a method was defined twice


Modified: plog/trunk/class/database/pdb/datadict/pdbbasedatadict.class.php
===================================================================
--- plog/trunk/class/database/pdb/datadict/pdbbasedatadict.class.php	2006-06-25 17:51:39 UTC (rev 3651)
+++ plog/trunk/class/database/pdb/datadict/pdbbasedatadict.class.php	2006-06-25 19:27:48 UTC (rev 3652)
@@ -185,17 +185,6 @@
 			// to be implemented by child classes
 		}
 		
-		/**
-		 * Given a metatype, return its equivalent database type
-		 *
-		 * @param meta The meta-type
-		 * @return Returns a string with the real type		
-		 */
-        function ActualType($meta)
-		{
-			// to be implemented by child classes			
-		}
-        
 		/** 
 		 * Returns information about the tables in the current connection (a list of them)
 		 *
@@ -320,8 +309,11 @@
         }
         
         /**
-         * Returns the actual type given a character code.
+
+		/**
+		 * Given a metatype, return its equivalent database type
          *   
+		 * @param meta The meta-type:
          * - C:  varchar
          * - X:  CLOB (character large object) or largest varchar size if CLOB is not supported
          * - C2: Multibyte varchar
@@ -333,6 +325,7 @@
          * - I:  Integer
          * - F:  Floating point number
          * - N:  Numeric or decimal number
+		 * @return Returns a string with the real type
          */        
         function ActualType($meta)
         {



More information about the pLog-svn mailing list