|
jxUtil 0.6 | ||||||||
| 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
A type defining the generics of the ARRAY type.
| Field Summary |
| Fields inherited from class org.sourceforge.jxutil.sql.type.AbstractType |
BD_ONE, BD_ZERO, name |
| Constructor Summary | |
protected |
AbstractARRAY(String name)
|
| Method Summary | |
abstract Array |
getArray(Object row,
ConversionContext ctx)
Get the ARRAY value. |
int |
getJDBCType()
Get the type's closest representation as a JDBC type. |
Object |
getObject(Object row,
Map map,
ConversionContext ctx)
Get the ARRAY value as an Object. |
String |
getString(Object row,
ConversionContext ctx)
|
abstract void |
setArray(Object row,
Array val,
ConversionContext ctx)
Set the ARRAY value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected AbstractARRAY(String name)
| Method Detail |
public abstract Array getArray(Object row,
ConversionContext ctx)
throws SQLException
getArray in class AbstractTypeSQLExceptionpublic final int getJDBCType()
AbstractType
getJDBCType in class AbstractTypeTypes
public final Object getObject(Object row,
Map map,
ConversionContext ctx)
throws SQLException
getObject in class AbstractTypeSQLExceptiongetArray(Object, ConversionContext)
public final String getString(Object row,
ConversionContext ctx)
throws SQLException
getString in class AbstractTypeSQLException
public abstract void setArray(Object row,
Array val,
ConversionContext ctx)
throws SQLException
setArray in class AbstractTypeSQLException
|
jxUtil 0.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||