Uses of Class
com.cosylab.vdct.dbd.DBDFieldData
-
Packages that use DBDFieldData Package Description com.cosylab.vdct.dbd com.cosylab.vdct.vdb -
-
Uses of DBDFieldData in com.cosylab.vdct.dbd
Methods in com.cosylab.vdct.dbd that return DBDFieldData Modifier and Type Method Description DBDFieldData
DBDRecordData. getDBDFieldData(String fieldName)
This method was created in VisualAge.Methods in com.cosylab.vdct.dbd with parameters of type DBDFieldData Modifier and Type Method Description void
DBDRecordData. addField(DBDFieldData fd)
This method was created in VisualAge. -
Uses of DBDFieldData in com.cosylab.vdct.vdb
Fields in com.cosylab.vdct.vdb declared as DBDFieldData Modifier and Type Field Description protected DBDFieldData
VDBFieldData. dbdData
Methods in com.cosylab.vdct.vdb that return DBDFieldData Modifier and Type Method Description DBDFieldData
VDBFieldData. getDbdData()
Insert the method's description here.Methods in com.cosylab.vdct.vdb with parameters of type DBDFieldData Modifier and Type Method Description static VDBFieldData
VDBData. generateVDBFieldData(Object dsId, DBDData dbd, DBRecordData dbRecord, VDBRecordData vdbRecord, DBDFieldData dbdField)
This method was created in VisualAge.void
VDBFieldData. setDbdData(DBDFieldData newDbdData)
Insert the method's description here.
-