# File lib/dbd/pg/database.rb, line 227
    def prepare(statement)
        DBI::DBD::Pg::Statement.new(self, statement)
    end