All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.postgresql.copy.CopyOut Maven / Gradle / Ivy

There is a newer version: 42.7.4
Show newest version
/*-------------------------------------------------------------------------
*
* Copyright (c) 2009-2014, PostgreSQL Global Development Group
*
*
*-------------------------------------------------------------------------
*/

package org.postgresql.copy;

import java.sql.SQLException;

public interface CopyOut extends CopyOperation {
  byte[] readFromCopy() throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy