Package org.postgresql.copy
Interface CopyOut
-
- All Superinterfaces:
CopyOperation
- All Known Implementing Classes:
PGCopyInputStream
public interface CopyOut extends CopyOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
readFromCopy()
-
Methods inherited from interface org.postgresql.copy.CopyOperation
cancelCopy, getFieldCount, getFieldFormat, getFormat, getHandledRowCount, isActive
-
-