org.postgresql.pljava.jdbc
Class ResultSetField
java.lang.Object
org.postgresql.pljava.jdbc.ResultSetField
public class ResultSetField
- extends Object
- Author:
- Filip Hrbek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetField
public ResultSetField(String name,
Oid oid,
int len,
int mod)
throws SQLException
- Throws:
SQLException
ResultSetField
public ResultSetField(String name,
Oid oid,
int len)
throws SQLException
- Throws:
SQLException
getOID
public final Oid getOID()
getJavaClass
public final Class getJavaClass()
throws SQLException
- Throws:
SQLException
canContain
public final boolean canContain(Class cls)
throws SQLException
- Throws:
SQLException
getMod
public final int getMod()
getColumnLabel
public final String getColumnLabel()
getLength
public final int getLength()