public interface CopyOperation
Modifier and Type | Method and Description |
---|---|
void |
cancelCopy()
Cancels this copy operation, discarding any exchanged data.
|
int |
getFieldCount() |
int |
getFieldFormat(int field) |
int |
getFormat() |
long |
getHandledRowCount()
After successful end of copy, returns the number of database records handled in that operation.
|
boolean |
isActive() |
int getFieldCount()
int getFormat()
int getFieldFormat(int field)
field
- number of field (0..fieldCount()-1)boolean isActive()
void cancelCopy() throws SQLException
SQLException
- if cancelling failslong getHandledRowCount()
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.