protected class DBOutputFormat.DBRecordWriter extends DBOutputFormat.DBRecordWriter implements RecordWriter<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
DBOutputFormat.DBRecordWriter(java.sql.Connection connection,
java.sql.PreparedStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Reporter reporter)
Close this
RecordWriter to future operations. |
close, getConnection, getStatement, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteprotected DBOutputFormat.DBRecordWriter(java.sql.Connection connection,
java.sql.PreparedStatement statement)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void close(Reporter reporter) throws java.io.IOException
RecordWriter to future operations.close in interface RecordWriter<K extends DBWritable,V>reporter - facility to report progress.java.io.IOExceptionCopyright © 2009 The Apache Software Foundation