From ddc0de38f64e5834ce04f0407a8416172b596655 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 16 Dec 2006 03:56:03 +0000 Subject: removed adodb and framework/DataAccess --- .../DataAccess/SQLMap/Configuration/TSqlMapInsert.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 framework/DataAccess/SQLMap/Configuration/TSqlMapInsert.php (limited to 'framework/DataAccess/SQLMap/Configuration/TSqlMapInsert.php') diff --git a/framework/DataAccess/SQLMap/Configuration/TSqlMapInsert.php b/framework/DataAccess/SQLMap/Configuration/TSqlMapInsert.php deleted file mode 100644 index c8d798c5..00000000 --- a/framework/DataAccess/SQLMap/Configuration/TSqlMapInsert.php +++ /dev/null @@ -1,15 +0,0 @@ -_selectKey; } - public function setSelectKey($value){ $this->_selectKey = $value; } - - public function getGenerate(){ return $this->_generate; } - public function setGenerate($value){ $this->_generate = $value; } -} - -?> \ No newline at end of file -- cgit v1.2.3