Uses of Class
ch.ivyteam.ivy.scripting.objects.Record
Packages that use Record
-
Uses of Record in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return RecordModifier and TypeMethodDescriptionRecord.clone()Clones this record (shallow copy).Record.deepClone()Clones this record (deep copy).Recordset.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 RecordModifier and TypeMethodDescriptionRecordset.getRecords()Returns a List with the Records in this Recordset.Recordset.toList()Converts this Recordset into a List of RecordsMethods in ch.ivyteam.ivy.scripting.objects with parameters of type RecordModifier and TypeMethodDescriptionvoidAdds a copy of a record as last row.intReturns the first index of a Record in this Recordset.voidInserts a record at a given index.intRecordset.lastIndexOf(Record record) Returns the last index of a Record in this Recordset.voidRemoves a Record from this Recordset.