deletecolumns

deletecolumns(first, last=nil) Instance Public methods Alias for: delete_columns

append_features

append_features(klass) Class Public methods

remove_index

remove_index(options = {}) Instance Public methods Removes the given index from the table. Remove the index_table_name_on_column in the table_name table t.remove_index :column Remove the index named index_table_name_on_branch_id in the table_name table t.remove_index column: :branch_id Remove the index named index_table_name_on_branch_id_and_party_id in the table_name table t.remove_index column: [:branch_id, :party_id] Remove the index named by_branch_party in the table_name ta

accept

accept(target) Instance Public methods

server_error?

server_error?(code) Class Public methods Is code a server error status?

change

change(options) Instance Public methods Returns a new DateTime where one or more of the elements have been changed according to the options parameter. The time options (:hour, :min, :sec) reset cascadingly, so if only the hour is passed, then minute and sec is set to 0. If the hour and minute is passed, then sec is set to 0. The options parameter takes a hash with any of these keys: :year, :month, :day, :hour, :min, :sec, :offset, :start. DateTime.new(2012, 8, 29, 22, 35, 0).change

axis_cget_tkstring

axis_cget_tkstring(id, option) Instance Public methods

new

new() Class Public methods

content_type=

content_type=(type) Instance Public methods Sets the content-type header to type

==

==( other ) Instance Public methods