From 3d3f8d3832921f99daf8ce1953304763c2e76c62 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Apr 2006 06:22:09 +0000 Subject: Importing SQLMap + sample + docs. --- .../DataAccess/SQLMap/Configuration/TSqlMapInsert.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 00000000..c8d798c5 --- /dev/null +++ b/framework/DataAccess/SQLMap/Configuration/TSqlMapInsert.php @@ -0,0 +1,15 @@ +_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