Class: Baza::Driver::Sqlite3Java::Table

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

Instance Attribute Summary

Attributes inherited from Baza::Driver::Sqlite3::Table

#name, #type

Attributes inherited from Table

#db

Method Summary

Methods inherited from Baza::Driver::Sqlite3::Table

#clone, #column, #columns, #copy, #create_column_programmatic, #create_columns, #create_indexes, #data, #drop, #index, #indexes, #initialize, #insert, #inspect, #maxlength, #native?, #optimize, #reload, #rename, #rows_count, #table, #to_s, #truncate

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::Sqlite3::Table