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: 2.1-0-jdbc41
Show newest version
/*-------------------------------------------------------------------------
*
* Copyright (c) 2009-2011, 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