Class DbAbstractCollection
java.lang.Object
dev.visdb.seesaw.models.DbAbstractCollection
- All Implemented Interfaces:
DbCollection
- Direct Known Subclasses:
DbArray, DbStringCollection
This is the superclass for all collection models.
Handle the jdbcType info for the collection elements.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionDbAbstractCollection(JDBCType jdbcType) Indicate and save the type of the collection. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DbCollection
readData, writeData
-
Constructor Details
-
DbAbstractCollection
Indicate and save the type of the collection.- Parameters:
jdbcType- the collection type
-
-
Method Details
-
getJDBCType
- Specified by:
getJDBCTypein interfaceDbCollection- Returns:
- the type of array elements handled by this model
-