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. --- .../SQLMap/Configuration/TSqlMapSelectKey.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 framework/DataAccess/SQLMap/Configuration/TSqlMapSelectKey.php (limited to 'framework/DataAccess/SQLMap/Configuration/TSqlMapSelectKey.php') diff --git a/framework/DataAccess/SQLMap/Configuration/TSqlMapSelectKey.php b/framework/DataAccess/SQLMap/Configuration/TSqlMapSelectKey.php new file mode 100644 index 00000000..b73d4ef0 --- /dev/null +++ b/framework/DataAccess/SQLMap/Configuration/TSqlMapSelectKey.php @@ -0,0 +1,26 @@ +_type; } + public function setType($value){ $this->_type = $value; } + + public function getProperty(){ return $this->_property; } + public function setProperty($value){ $this->_property = $value; } + + public function setExtends($value) + { + throw new TSqlMapConfigurationException( + 'sqlmap_can_not_extend_select_key'); + } + + public function getIsAfter() + { + return $this->_type == 'post'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3