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