9 $dataflow_target_adaptor = $db_adaptor->get_DataflowTargetAdaptor;
10 $dataflow_target_adaptor = $dataflowRuleObj->adaptor;
14 Module to encapsulate all db access
for persistent
class DataflowTarget.
15 There should be just one per application and database connection.
19 See the NOTICE file distributed with
this work
for additional information
20 regarding copyright ownership.
22 Licensed under the Apache License, Version 2.0 (the
"License"); you may not use
this file except in compliance with the License.
23 You may obtain a copy of the License at
27 Unless required by applicable law or agreed to in writing, software distributed under the License
28 is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 See the License
for the specific language governing permissions and limitations under the License.
33 Please subscribe to the Hive mailing list: http:
38 package Bio::EnsEMBL::Hive::DBSQL::DataflowTargetAdaptor;
44 use base (
'Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor');
47 sub default_table_name {
48 return 'dataflow_target';
53 return 'Bio::EnsEMBL::Hive::DataflowTarget';