Method: Cequel::Record::Schema::ClassMethods#read_schema
- Defined in:
- lib/cequel/record/schema.rb
#read_schema ⇒ Schema::Table
Read the current state of this record’s table in Cassandra from the database.
91 92 93 |
# File 'lib/cequel/record/schema.rb', line 91 def read_schema connection.schema.read_table(table_name) end |