This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'java' | |
require 'C:/jdev/jdcbdrivers/11.2/ojdbc6.jar' | |
require 'lib/jdbc_connection' | |
require 'lib/dbms_output' | |
# v--- java_import is better than import if you end up using rake for testing | |
# v--- java,org,edu,javax can all be supplied bare-word instead of string form | |
java_import java.sql.CallableStatement | |
java_import java.sql.Connection |