All Classes |Grouped Classes |Index

Function create_command

Create database command with 7 input arguments.

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & text,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		Arg5 arg5,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		Arg5 arg5,
		Arg6 arg6,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );

	CL_DBCommand CL_DBConnection::create_command(
		const CL_StringRef & format,
		Arg1 arg1,
		Arg2 arg2,
		Arg3 arg3,
		Arg4 arg4,
		Arg5 arg5,
		Arg6 arg6,
		Arg7 arg7,
		CL_DBCommand::Type  type = CL_DBCommand::sql_statement );