public com.adobe.coldfusion.query function init()
{
	if(!structisempty(arguments))
	{
		structappend(variables,arguments,"yes");
	}
	return this;
}