org.postgresql.jdbc4.Jdbc4Clob 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) 2004-2011, PostgreSQL Global Development Group
*
*
*-------------------------------------------------------------------------
*/
package org.postgresql.jdbc4;
public class Jdbc4Clob extends AbstractJdbc4Clob implements java.sql.Clob
{
public Jdbc4Clob(org.postgresql.core.BaseConnection conn, long oid) throws java.sql.SQLException
{
super(conn, oid);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy