org.skife.jdbi.v2
Class Script

java.lang.Object
  extended by org.skife.jdbi.v2.Script

public class Script
extends Object

Represents a number of SQL statements which will be executed in a batch statement.


Method Summary
 int[] execute()
          Execute this script in a batch statement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public int[] execute()
Execute this script in a batch statement

Returns:
an array of ints which are the results of each statement in the script


Copyright © 2011. All Rights Reserved.