quote_string

quote_string(string) Instance Public methods QUOTING ==================================================

drop_table

drop_table() Class Public methods

index_algorithms

index_algorithms() Instance Public methods A list of index algorithms, to be filled by adapters that support them. MySQL and PostgreSQL have support for them right now.

token_params_from

token_params_from(auth) Instance Public methods

fade?

fade?() Class Public methods

data

data() Instance Public methods BSTR data value of the node

servername

servername(*args) Class Public methods def servername(topic=None) tk_call('dde', 'servername', topic) end

reduce

enum.reduce(initial, sym) â objenum.reduce(sym) â objenum.reduce(initial) { |memo, obj| block } â objenum.reduce { |memo, obj| block } â obj Instance Public methods Combines all elements of enum by applying a binary operation, specified by a block or a symbol that names a method or operator. If you specify a block, then for each element in enum the block is passed an accumulator value (memo) and the element. If you specify a symbol instead, then each element in

to_hash

gdbm.to_hash â hash Instance Public methods Returns a hash of all key-value pairs contained in the database.

pos

pos() Instance Public methods # move to Tk::Text::IndexModMethods module def +(mod) return chars(mod) if mod.kind_of?(Numeric) mod = mod.to_s if mod =~ /^\s*[+-]?\d/ Tk::Text::IndexString.new(@id + ' + ' + mod) else Tk::Text::IndexString.new(@id + ' ' + mod) end end def -(mod) return chars(-mod) if mod.kind_of?(Numeric) mod = mod.to_s if mod =~ /^\s*[+-]?\d/ Tk::Text::IndexString.new(@id + ' - ' + mod) elsif mod =~ /^\s*[-]\s+(\d.*)$/ Tk::Text::IndexString.new(@id + ' -