Class: Baza::Driver::MysqlJava::Table

Inherits:
Baza::Driver::Mysql::Table show all
Defined in:
lib/baza/driver/mysql_java/table.rb

Instance Attribute Summary

Attributes inherited from Baza::Driver::Mysql::Table

#list, #name

Attributes inherited from Table

#db

Method Summary

Methods inherited from Baza::Driver::Mysql::Table

#__object_unique_id__, #clone, #column, #columns, #create_indexes, create_indexes, #data, #database_name, #drop, #engine, #engine=, #foreign_key, #foreign_keys, #index, #indexes, #initialize, #native?, #optimize, #reload, #rename

Methods inherited from Table

#<=>, #create_columns, #insert, #inspect, #row, #rows, #rows_count, #to_param, #to_s, #truncate, #upsert_duplicate_key

Methods included from Baza::DatabaseModelFunctionality

#model_name, #to_model

Constructor Details

This class inherits a constructor from Baza::Driver::Mysql::Table