# File lib/dbi/handles/database.rb, line 149
        def tables
            sanity_check
            @handle.tables
        end