framework.db
Class SQLBatchPreparedStatement
java.lang.Object
framework.db.DBStatement
framework.db.SQLBatchPreparedStatement
public class SQLBatchPreparedStatement
- extends DBStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SQLBatchPreparedStatement
public SQLBatchPreparedStatement(java.lang.String sql,
ConnectionManager connMgr,
java.lang.Object caller)
addBatch
public void addBatch(java.lang.Object[] where)
getPrepareStatment
protected java.sql.PreparedStatement getPrepareStatment()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
close
public void close()
throws java.sql.SQLException
- Description copied from class:
DBStatement
- StatementÀÇ close ¸¦ ±¸ÇöÇϱâ À§ÇÑ Ãß»ó ¸Þ¼Òµå
- Specified by:
close
in class DBStatement
- Throws:
java.sql.SQLException
clearParamList
public void clearParamList()
executeBatch
public int[] executeBatch()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setSQL
public void setSQL(java.lang.String newSql)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSQL
public java.lang.String getSQL()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getQueryString
public java.lang.String getQueryString()