|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CopyOperation
Exchange bulk data between client and PostgreSQL database tables. See CopyIn and CopyOut for full interfaces for corresponding copy directions.
Method Summary | |
---|---|
void |
cancelCopy()
Cancels this copy operation, discarding any exchanged data. |
int |
getFieldCount()
|
int |
getFieldFormat(int field)
|
int |
getFormat()
|
long |
getHandledRowCount()
After succesful end of copy, returns the number of database records handled in that operation. |
boolean |
isActive()
|
Method Detail |
---|
int getFieldCount()
int getFormat()
int getFieldFormat(int field)
field
- number of field (0..fieldCount()-1)
boolean isActive()
void cancelCopy() throws java.sql.SQLException
java.sql.SQLException
- if cancelling failslong getHandledRowCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |