Uses of Class
com.tietoenator.trip.jxp.ccl.TdbKernelWindow
Packages that use TdbKernelWindow
Package
Description
CCL command processing support.
Database content manipulation.
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 TdbKernelWindowModifier and TypeMethodDescriptionTdbCclCommand.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 TdbKernelWindowModifier and TypeMethodDescriptionvoidTdbCclCommand.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 TdbKernelWindowModifier and TypeMethodDescriptionTdbSearch.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 TdbKernelWindowModifier and TypeMethodDescriptionvoidTdbOutputFormat.test(TdbKernelWindow window) Test the current format; this creates a temporary format on the server and attempts to execute it.