Uses of Class
ch.ivyteam.ivy.scripting.objects.Recordset
-
Packages that use Recordset Package Description ch.ivyteam.ivy.persistence.query ch.ivyteam.ivy.scripting.objects -
-
Uses of Recordset in ch.ivyteam.ivy.persistence.query
Methods in ch.ivyteam.ivy.persistence.query that return Recordset Modifier and Type Method Description RecordsetIQueryExecutor. getRecordset(Query<V> query)Gets aRecordsetwith all records that matches the givenquery.RecordsetIQueryExecutor. getRecordset(Query<V> query, int startIndex, int count)Gets aRecordsetwith the records that matches the givenquery.RecordsetIFluentQueryExecutor. recordset()Gets aRecordsetwith all records that matches the givenquery.RecordsetIFluentQueryExecutor. 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 Recordset Modifier and Type Method Description RecordsetRecordset. clone()Clones this recordset.RecordsetRecordset. deepClone()Methods in ch.ivyteam.ivy.scripting.objects with parameters of type Recordset Modifier and Type Method Description voidRecordset. addAll(Recordset recordset)Adds records from another Recordset to this Recordset.voidRecordset. insertAllAt(int index, Recordset recordset)Adds records from another Recordset to this Recordset.
-