Uses of Class
com.onwbp.adaptation.IncompatibleChangeError
Packages that use IncompatibleChangeError Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.Uses of IncompatibleChangeError in com.onwbp.adaptation
Methods in com.onwbp.adaptation that throw IncompatibleChangeError Modifier and Type Method Description RequestResult
Request. execute()
Executes the request and returns the result.void
RequestResult. refresh()
Deprecated.This method does not do anything: in accordance to Query snapshot isolation, the result is frozen whenRequest.execute()
is called.boolean
RequestResult. refreshIfNeeded()
Deprecated.This method does not do anything: in accordance to Query snapshot isolation, the result is frozen whenRequest.execute()
is called.