|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sourceforge.jxutil.sql.type.AbstractType | +--org.sourceforge.jxutil.sql.type.AbstractARRAY | +--org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGarray | +--org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGoid8
ARRAY of oids. A 64 byte value storing 8 oids. No {} decoration in text form. first 0 value ends the array. Used in PG 6.5.3
Field Summary | |
static PGArrayTypes.PGoid8 |
INSTANCE
|
Fields inherited from class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGarray |
baseLen, baseType, delimiter, endBrace, startBrace |
Fields inherited from class org.sourceforge.jxutil.sql.type.AbstractType |
BD_ONE, BD_ZERO, name |
Constructor Summary | |
private |
PGArrayTypes.PGoid8()
|
Method Summary | |
Array |
getArray(Object row,
ConversionContext ctx)
|
Methods inherited from class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGarray |
getBytes, getJavaClass, getJavaType, setArray, setNull, split, split, toString |
Methods inherited from class org.sourceforge.jxutil.sql.type.AbstractARRAY |
getJDBCType, getObject, getString |
Methods inherited from class org.sourceforge.jxutil.sql.type.AbstractType |
dataTruncationRead, dataTruncationWrite, deriveType, getAsciiStream, getAutoInc, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getCaseSensitive, getCharacterStream, getClob, getCreateParams, getCurrency, getDate, getDate, getDouble, getFloat, getInt, getLiteral, getLiteralPrefix, getLiteralSuffix, getLocalName, getLong, getMaxScale, getMinScale, getName, getNullable, getNumRadix, getObject, getPrecision, getRef, getScale, getSearchable, getShort, getTime, getTime, getTimestamp, getTimestamp, getUnsigned, getURL, noConversion, noConversion, noConversion, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setStruct, setTime, setTime, setTimestamp, setTimestamp, setURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PGArrayTypes.PGoid8 INSTANCE
Constructor Detail |
private PGArrayTypes.PGoid8()
Method Detail |
public Array getArray(Object row, ConversionContext ctx) throws SQLException
getArray
in class PGArrayTypes.PGarray
SQLException
|
jxDBCon 0.9z | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |