Uses of Class
ch.ivyteam.ivy.scripting.objects.Record
-
Packages that use Record Package Description ch.ivyteam.ivy.scripting.objects -
-
Uses of Record in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return Record Modifier and Type Method Description RecordRecord. clone()Clones this record (shallow copy).RecordRecord. deepClone()Clones this record (deep copy).RecordRecordset. getAt(int row)Returns a specified (copy of a) record contained in this recordset.Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type Record Modifier and Type Method Description List<Record>Recordset. getRecords()Returns a List with the Records in this Recordset.List<Record>Recordset. toList()Converts this Recordset into a List of RecordsMethods in ch.ivyteam.ivy.scripting.objects with parameters of type Record Modifier and Type Method Description voidRecordset. add(Record record)Adds a copy of a record as last row.intRecordset. indexOf(Record record)Returns the first index of a Record in this Recordset.voidRecordset. insertAt(int index, Record record)Inserts a record at a given index.intRecordset. lastIndexOf(Record record)Returns the last index of a Record in this Recordset.voidRecordset. remove(Record record)Removes a Record from this Recordset.
-