head(path, parameters = nil, headers_or_env = nil) Instance Public methods Performs a HEAD request with the given parameters. See #get for more details.
getgm() Instance Public methods Alias for: utc
tables(name = nil) Instance Public methods Returns the list of all tables in the schema search path or a specified schema.
authenticate(request, realm, &password_procedure) Instance Public methods Returns false on a valid response, true otherwise
attributes_names() Instance Protected methods
length() Instance Public methods
rename_table(table_name, new_name) Instance Public methods Renames a table. rename_table('octopuses', 'octopi')
at_end_of_day() Instance Public methods Alias for: end_of_day
default_sequence_name(table, column) Instance Public methods
limit(limit) Instance Public methods Limits the byte size of the string to a number of bytes without breaking characters. Usable when the storage for a string is limited for some reason. 'ããã«ã¡ã¯'.mb_chars.limit(7).to_s # => "ãã"
Page 22 of 2275