com.jpattern.orm.session.datasource
Interface IStatement

All Known Implementing Classes:
StatementWrapper

public interface IStatement

Author:
ufo

Method Summary
 void addBatch(String sql)
           
 void close()
           
 int[] executeBatch()
           
 void setQueryTimeout(int queryTimeout)
           
 

Method Detail

setQueryTimeout

void setQueryTimeout(int queryTimeout)
                     throws SQLException
Throws:
SQLException

addBatch

void addBatch(String sql)
              throws SQLException
Throws:
SQLException

executeBatch

int[] executeBatch()
                   throws SQLException
Throws:
SQLException

close

void close()
           throws SQLException
Throws:
SQLException


Copyright © 2013. All Rights Reserved.