Пример #1
0
 /**
  * List All Tables in the current Database.
  *
  * @param STRING $y_schema 						:: PgSQL Schema Name (public | *other)
  * @return ARRAY
  *
  * @access 		private
  * @internal
  *
  */
 public function list_db_tables($y_schema)
 {
     //--
     return SmartPgsqlDb::list_db_tables($y_schema, $this->connection);
     //--
 }