All Classes |Grouped Classes |Index

Function set_input_parameter

Sets the specified input parameter name from a value.

	void CL_DBCommand::set_input_parameter(
		int index,
		ValueType value);

	void CL_DBCommand::set_input_parameter(
		const CL_StringRef & name,
		ValueType value);