class OCI8

def parse_internal(sql)

Other tags:
    Private: -
def parse_internal(sql)
  cursor = OCI8::Cursor.new(self, sql)
  cursor
end