示例#1
0
		/**
		 * standard constructor
		 * @param string Name of the table you want to modify
		 */
		function CreateSet($table) { SaveSet::SaveSet($table, ""); }
示例#2
0
		/**
		* standard constructor
		* @param string Name of the table you want to modify
		* @param string Where-Condition for SQL-Clause
		*/
		function UpdateSet($table, $row_identifier) { SaveSet::SaveSet($table, $row_identifier); }
示例#3
0
		/**
		 * standard constructor
		 * @param string Name of the table you want to modify
		 */
		function InsertSet($table) { SaveSet::SaveSet($table, ""); }