Uses of Class
com.tietoenator.trip.jxp.ccl.TdbKernelWindow
-
Packages that use TdbKernelWindow Package Description com.tietoenator.trip.jxp.ccl CCL command processing support.com.tietoenator.trip.jxp.data Database content manipulation.com.tietoenator.trip.jxp.forms TRIP kernel formats for entry, output and search. -
-
Uses of TdbKernelWindow in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbKernelWindow Modifier and Type Method Description TdbKernelWindow
TdbCclCommand. getAffectedWindow()
If the command executed resulted in one of the kernel buffers being updated, this method will return the kernel window structure appropriate.Methods in com.tietoenator.trip.jxp.ccl with parameters of type TdbKernelWindow Modifier and Type Method Description void
TdbCclCommand. mapKernelWindow(TdbKernelWindow window)
Maps a kernel window buffer to a local window structure, so that results generated by a CCL command are intercepted by the appropriate class instance. -
Uses of TdbKernelWindow in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbKernelWindow Modifier and Type Method Description TdbKernelWindow
TdbSearch. getAffectedWindow()
Returns a TdbKernelWindow object for the the kernel window affected by the most recent command. -
Uses of TdbKernelWindow in com.tietoenator.trip.jxp.forms
Methods in com.tietoenator.trip.jxp.forms with parameters of type TdbKernelWindow Modifier and Type Method Description void
TdbOutputFormat. test(TdbKernelWindow window)
Test the current format; this creates a temporary format on the server and attempts to execute it.
-