Uses of Class
ch.ivyteam.ivy.scripting.objects.Recordset
Packages that use Recordset
-
Uses of Recordset in ch.ivyteam.ivy.persistence.query
Methods in ch.ivyteam.ivy.persistence.query that return RecordsetModifier and TypeMethodDescriptionIQueryExecutor.getRecordset(Query<V> query) Gets aRecordsetwith all records that matches the givenquery.IQueryExecutor.getRecordset(Query<V> query, int startIndex, int count) Gets aRecordsetwith the records that matches the givenquery.IFluentQueryExecutor.recordset()Gets aRecordsetwith all records that matches the givenquery.IFluentQueryExecutor.recordset(int startIndex, int count) Gets aRecordsetwith the records that matches the givenquery. -
Uses of Recordset in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return RecordsetMethods in ch.ivyteam.ivy.scripting.objects with parameters of type RecordsetModifier and TypeMethodDescriptionvoidAdds records from another Recordset to this Recordset.voidRecordset.insertAllAt(int index, Recordset recordset) Adds records from another Recordset to this Recordset.