java/sql-dk/src/info/globalcode/sql/dk/batch/Batch.java
branchv_0
changeset 155 eb3676c6929b
parent 146 4f4f515df807
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    18 package info.globalcode.sql.dk.batch;
    18 package info.globalcode.sql.dk.batch;
    19 
    19 
    20 import info.globalcode.sql.dk.SQLCommand;
    20 import info.globalcode.sql.dk.SQLCommand;
    21 
    21 
    22 /**
    22 /**
       
    23  * Iterator which reads SQL commands from encoded (serialized) batch.
    23  *
    24  *
    24  * @author Ing. František Kučera (frantovo.cz)
    25  * @author Ing. František Kučera (frantovo.cz)
    25  */
    26  */
    26 public interface Batch {
    27 public interface Batch {
    27 
    28