Exemple #1
0
 public function GetSqlColValue($ColName, $ColValue)
 {
     $colType = $this->GetColumnDataType($ColName);
     if ($colType == null) {
         return null;
     }
     return MYSQL::SQLValue($ColValue, $colType);
 }