示例#1
0
 /**
  * Get views names
  * 
  * @param string $schema
  * @param string $database 
  */
 public function getViewNames($schema = null)
 {
     return $this->source->getTable($schema);
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function getTable($tableName, $schema = null)
 {
     return $this->source->getTable($tableName, $schema);
 }