Sha256: 1fde4f50851d2a9bde09b50ca1c0f876262e696cc05872fccb93303a84ebd2f9
Contents?: true
Size: 348 Bytes
Versions: 8
Compression:
Stored size: 348 Bytes
Contents
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package jdbc_adapter; import java.sql.Connection; import java.sql.SQLException; import org.jruby.runtime.builtin.IRubyObject; /** * * @author nicksieger */ public interface SQLBlock { IRubyObject call(Connection c) throws SQLException; }
Version data entries
8 entries across 8 versions & 1 rubygems