This refers to all scanlines, from the maximum ascent (or the font ascent, whichever is greater) to the maximum descent (or the font descent, whichever is greater), padded to the same horizontal extents as MaxWidth.
This refers to the scanlines between the glyph s ascent and descent, padded on the left to the minimum left-bearing (or 0, whichever is less) and on the right to the maximum right-bearing (or logical-width, whichever is greater).
ISODATFMT -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
ISO Date Format (ISODATFMT) specifies that dates which appear in the
SQL statements are in the International Standard Organization (ISO) date
format, which is: yyyy-mm-dd where - is a hyphen (with the Graphic
Character Global IDentifier (GCGID) SP10).
ISOLVLALL -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
Isolation Level All (ISOLVLALL) specifies that the execution of SQL
statements in the package is isolated (protected) from the actions of
concurrent users for rows the requester reads and changes.
ISOLVLCHG -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
Isolation Level Change (ISOLVLCHG) specifies that the execution of SQL
statements in the package is isolated (protected) from the actions of
concurrent users for changes the requester makes.
ISOLVLCS -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
Isolation Level Cursor Stability (ISOLVLCS) specifies that the execution
of Structured Query Language (SQL) statements in the package and the
current row to which the database cursor is positioned are isolated
(protected) from the actions of concurrent users for changes the
requester makes.
ISOLVLNC -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
Isolation Level No Commit (ISOLVLNC) is used when SQL statements are
executed.
ISOLVLRR -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
Isolation Level Repeatable Read (ISOLVLRR) specifies that the execution
of Structured Query Language (SQL) statements in the package is isolated
(protected) from the actions of concurrent users for rows the requester
reads and changes, as well as phantom rows.
ISOTIMFMT -
Static variable in interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
The ISO Time Format (ISOTIMFMT) specifies that when times appear in the
Structured Query Language (SQL) statements they will be in the
International Standard Organization (ISO) time format, which is:
hh.mm.ss where "." is a period (with the Graphic Character Global
IDentifier (GCGID) SP11).