class SQLite3::Translator
def initialize
Create a new Translator instance. It will be preinitialized with default
def initialize @translators = Hash.new( proc { |type,value| value } ) @type_name_cache = {} register_default_translators end
def initialize @translators = Hash.new( proc { |type,value| value } ) @type_name_cache = {} register_default_translators end