Ejemplo n.º 1
0
 /**
  * Creates a list of ISqlQuery objects that represent a DDL for the table
  *
  * @param IDialect $dialect database dialect to use
  * @return array of ISqlQuery
  */
 function toQueries(IDialect $dialect)
 {
     return $dialect->getTableQuerySet($this, true);
 }