encoding_convertfrom(str, enc=None) Instance Public methods Also aliased as: encoding_convert_from
offset(value) Instance Public methods Specifies the number of rows to skip before returning rows. User.offset(10) # generated SQL has "OFFSET 10" Should be used with order. User.offset(10).order("name ASC")
insertcolumns(idx, *args) Instance Public methods Alias for: insert_columns
xmldecl?() Instance Public methods Content: [ String version, String encoding, String standalone ]
puts(string) Instance Public methods Sends a string to the host. Same as print(), but appends a newline to the string.
eval_string(cmd, *eval_args) Class Public methods Also aliased as: eval_str
check_data(public_key, digest, signature, data) Instance Public methods Verifies that data matches the signature created by public_key and the digest algorithm.
migration_file_name() Instance Public methods
second=(second) Instance Public methods
second() Instance Public methods Equal to self[1]. %w( a b c d e ).second # => "b"
Page 205 of 2275