org.postgresql.copy.CopyOut Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postgresql Show documentation
Show all versions of postgresql Show documentation
PostgreSQL JDBC Driver JDBC4
/*-------------------------------------------------------------------------
*
* 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