com.foundationdb.sql.jdbc.copy.CopyOut Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fdb-sql-layer-jdbc Show documentation
Show all versions of fdb-sql-layer-jdbc Show documentation
The FoundationDB SQL Layer Driver for JDBC4
/*-------------------------------------------------------------------------
*
* Copyright (c) 2009-2011, PostgreSQL Global Development Group
*
*
*-------------------------------------------------------------------------
*/
package com.foundationdb.sql.jdbc.copy;
import java.sql.SQLException;
public interface CopyOut extends CopyOperation {
byte[] readFromCopy() throws SQLException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy