Class DDLQuery
	
	
Represents a DDL transformation query
	 
	
		- 
			Alchemy\core\Element
			
			 implements 
				Alchemy\core\IElement
			
			
		
 
		- 
			
Alchemy\core\query\DDLQuery			
			 implements 
				Alchemy\core\query\IQuery
			
			
		 
	
	
	
	Methods summary
	
		
			 public 
			
			
			
		 | 
		
		#
		__construct( Table $type, mixed $table )
		
		
			
Object constructor 
				Parameters
				
				Overrides
				
		 
		  | 
	
	
		
			 public 
			Table
			
			
		 | 
		 | 
	
	
		
			 public 
			array
			
			
		 | 
		
		#
		parameters( )
		
			
Recursively get all scalar parameters used by this expression 
		 
		
			
Recursively get all scalar parameters used by this expression 
				Returns
				
					array array(Scalar, Scalar, ...) 
				 
				Implementation of
				
		 
		  | 
	
	
	
	Methods inherited from Alchemy\core\Element
	
		
			__callStatic(), 
			__clone(), 
			addTag(), 
			addTags(), 
			copy(), 
			define(), 
			define_alias(), 
			getDescription(), 
			getID(), 
			getTag(), 
			getType(), 
			get_definition(), 
			listTags(), 
			normalize_arg()
		 | 
	
	
	
	Properties summary
	
		
			protected  
			mixed
		 | 
		
				$table
		 | 
		 | 
		 |