oracleColumns = $oracleColumns; } /** * @return OracleColumn[] */ public function getOracleColumns() { return $this->oracleColumns; } /** * @param string */ public function setTable($table) { $this->table = $table; } /** * @return string */ public function getTable() { return $this->table; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OracleTable::class, 'Google_Service_Datastream_OracleTable');