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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
TdbKernelWindow |
TdbSearch.getAffectedWindow()
Returns a TdbKernelWindow object for the the kernel window affected
by the most recent command.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbOutputFormat.test(TdbKernelWindow window)
Test the current format; this creates a temporary format on the server and attempts
to execute it.
|