2004.04.29

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ABOVE - Static variable in class com.jdc.gui.html.tag.attr.Frame
Only display a border above the table.
ACCEPT - Static variable in interface com.jdc.http.RequestHeader
The request header that specifies the MIME types the browser client prefers.
ACCEPT_CHARSET - Static variable in interface com.jdc.http.RequestHeader
The request header that specifies the character set the browser client expects.
ACCEPT_LANGUAGE - Static variable in interface com.jdc.http.RequestHeader
The request header that specifies the language the browser client is expecting, if the server is capable of providing versions in more than one language, e.g.
add(double) - Method in class com.jdc.math.Decimal
Adds a double value to this Decimal value.
add(int) - Method in class com.jdc.gui.html.form.FormField
Sets the flag(s) to add table row and/or column tags to the input field.
add(long) - Method in class com.jdc.math.Integer
Adds a long value to this Integer value.
add(long) - Method in class com.jdc.math.Decimal
Adds a long value to this Decimal value.
add(Number) - Method in class com.jdc.math.Integer
Adds another Number value to this Integer value.
add(Number) - Method in class com.jdc.math.Decimal
Adds another Number value to this Decimal value.
add(Table) - Method in class com.jdc.rdb.tbl.tco.TableCreationObject
Adds a database Table definition to a list used to com.jdc.rdb.sql.ddl.Drop and/or com.jdc.rdb.sql.ddl.Create multiple database tables.
addAsterisk() - Method in class com.jdc.gui.html.form.field.TextField
Sets a flag to add an asterisk to the text field label.
addAttribute(Attribute) - Method in class com.jdc.xml.Tag
Adds an XML tag attribute of the form: name="value".
addAttribute(Attribute) - Method in class com.jdc.xml.ComplexTag
Adds an XML tag attribute of the form: name="value".
addAttribute(String) - Method in class com.jdc.gui.html.Tag
Adds an HTML tag attribute String of the form: name="value".
addAttribute(String) - Method in class com.jdc.gui.html.ComplexTag
Adds an HTML tag attribute String of the form: name="value".
addAttribute(String) - Method in class com.jdc.lang.ToString
Adds a toString attribute line.
addAttribute(String, boolean) - Method in class com.jdc.lang.ToString
Adds a toString attribute line for the specified attribute and boolean value.
addAttribute(String, int) - Method in class com.jdc.lang.ToString
Adds a toString attribute line for the specified attribute and int value.
addAttribute(String, String) - Method in class com.jdc.lang.ToString
Adds a toString attribute line for the specified attribute and String value.
addClause(int, Clause) - Method in class com.jdc.rdb.sql.SQL
Adds the specified SQL Clause for this SQL Statement to the list of SQL statement clauses.
addColumn() - Method in class com.jdc.gui.html.form.field.TextField
Sets a flag to add column tags to the text field.
addColumns() - Method in class com.jdc.http.jsp.JspView
Add HTML column tags to all display view input fields.
addCommas(ArrayList) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Returns a comma-delimited String corresponding to the ArrayList.
addCommas(String[]) - Method in class com.jdc.rdb.sql.SQLHelper
Adds commas to SQL list items and return a comma-delimited SQL clause.
addCommas(String[]) - Method in class com.jdc.type.StringHelper
Returns a comma-delimited String corresponding to String array with the String array values trimmed and a space (blank) added between the comma-delimited values.
addCommas(String[], boolean, boolean) - Method in class com.jdc.type.StringHelper
Returns a comma-delimited String corresponding to String array.
addComment(String) - Method in class com.jdc.http.jsp.JspView
Add comment (usually for debugging);
addCondition(String, String, Object) - Method in class com.jdc.rdb.sql.dml.clause.Where
Adds a search condition to this Where clause.
addContext(String) - Method in class com.jdc.http.mvc.HttpModel
Adds the web application context to fully qualify a url.
addCount(String) - Method in class com.jdc.rdb.sql.dml.select.Columns
Adds a row count column to the columns to be selected and, optionally, specifies a row count result name.
addDefault(String) - Method in class com.jdc.rdb.sql.dml.update.Set
Adds a DEFAULT value for the specified Column name to this Set clause.
addDoubleQuotes(String) - Method in class com.jdc.rdb.sql.SQLHelper
Adds double quotes to the SQL string, if the SQL string is not already contained in double quotes.
addDoubleQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the String value with double quotes added, if not already present.
addFile(File) - Method in class com.jdc.sys.ClassPath
Adds the specified File to the system class path.
addFile(String) - Method in class com.jdc.sys.ClassPath
Adds the specified file name to the system class path.
addName(String) - Method in class com.jdc.rdb.sql.dml.insert.Columns
Adds a Column name to the list of Column names.
addName(String) - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Adds a Column name to the list of Column names.
addName(String) - Method in class com.jdc.rdb.sql.dml.select.GroupBy
Adds a Column name to the list of Column names.
addName(String) - Method in class com.jdc.rdb.sql.dml.select.Columns
Adds a Column name to the list of Column names.
addName(String, String) - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Adds a Table Column name to the list of Column names.
addName(String, String) - Method in class com.jdc.rdb.sql.dml.select.GroupBy
Adds a qualified Table Column name to the list of Column names.
addName(String, String) - Method in class com.jdc.rdb.sql.dml.select.Columns
Adds a qualified Table Column name to the list of Column names.
addName(String, String, String) - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Adds a Table Column name and sort order to the list of Column names.
addNull(String) - Method in class com.jdc.rdb.sql.dml.update.Set
Adds a NULL value for the specified Column name to this Set clause.
addOperator(String) - Method in class com.jdc.rdb.sql.dml.clause.Where
Adds a logical operator to this Where clause.
addParentheses(String) - Method in class com.jdc.rdb.sql.SQLHelper
Adds parentheses to an SQL clause, if the SQL clause is not already contained in parentheses.
addParentheses(String) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Adds parentheses to a Structured Query Language (SQL) clause value if not already enclosed in parentheses.
addParentheses(String) - Method in class com.jdc.type.StringHelper
Returns the String value with parentheses added, if not already present.
addPercentComplete(int) - Method in class com.jdc.gui.html.ProgressBar
Adds to (increments) the progress bar percentage complete for the task.
addQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the String value with quotes added, if not already present.
addResult(String, String) - Method in class com.jdc.rdb.sql.dml.select.Columns
Adds an expression and result column name to the list of Column names.
addRow() - Method in class com.jdc.gui.html.form.field.TextField
Sets a flag to add row tags to the text field.
addRows() - Method in class com.jdc.http.jsp.JspView
Add HTML row tags to all display view input fields.
addSingleQuotes(String) - Method in class com.jdc.rdb.sql.SQLHelper
Adds single quotes to the SQL string, if the SQL string is not already contained in single quotes.
addSingleQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the String value with single quotes added, if not already present.
addTitle(Object) - Method in class com.jdc.lang.ToString
Adds a toString title line with the specified object Class name.
addTitle(String) - Method in class com.jdc.lang.ToString
Adds a toString title line.
addURL(String) - Method in class com.jdc.sys.ClassPath
Adds the specified URL name to the system class path.
addURL(URL) - Method in class com.jdc.sys.ClassPath
Adds the specified URL to the system class path.
addValue(boolean) - Method in class com.jdc.rdb.sql.dml.insert.Values
Adds a Column boolean value to the list of Column values.
addValue(double) - Method in class com.jdc.rdb.sql.dml.insert.Values
Adds a Column float or double value to the list of Column values.
addValue(long) - Method in class com.jdc.rdb.sql.dml.insert.Values
Adds a Column int or long value to the list of Column values.
addValue(Object) - Method in class com.jdc.rdb.sql.dml.insert.Values
Adds a Column value to the list of Column values.
addValue(String, Object) - Method in class com.jdc.rdb.sql.dml.update.Set
Adds an Object value for the specified Column name to this Set clause.
Align - class com.jdc.gui.html.tag.attr.Align.
Align represents an HTML document ALIGN attribute.
ALL - Static variable in class com.jdc.app.Resource
A constant that represents all values.
ALL - Static variable in class com.jdc.http.jsp.util.IntegerParameter
A constant that represents all values.
ALL - Static variable in class com.jdc.rdb.sql.dml.select.Rows
Retains all rows of the final result table and does not eliminate duplicates.
all() - Static method in class com.jdc.util.Refresh
Initializes the last refresh time for all registered classes in order to force a refresh on the next class access.
ALLOW_NULL - Static variable in class com.jdc.rdb.Column
Denotes that the database table column may contain a null value.
ALPHA_2_CODE - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.AlphaTwoCode
The alpha-2 code column definition.
ALPHA_3_CODE - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.AlphaThreeCode
The alpha-3 code column definition.
AlphaThreeCode - interface com.jdc.app.rdb.tbl.ref.data.dict.AlphaThreeCode.
AlphaThreeCode is the reference definition for an alpha-3 code column in a database table.
AlphaTwoCode - interface com.jdc.app.rdb.tbl.ref.data.dict.AlphaTwoCode.
AlphaTwoCode is the reference definition for an alpha-2 code column in a database table.
ALSO_KNOWN_AS - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.AlsoKnownAs
The also known as column definition.
AlsoKnownAs - interface com.jdc.app.rdb.tbl.ref.data.dict.AlsoKnownAs.
AlsoKnownAs is the reference definition for an also known as column in a database table.
Alter - class com.jdc.rdb.sql.ddl.alter.Alter.
Alter represents a Data Definition Language ALTER SQL statement.
Alter() - Constructor for class com.jdc.rdb.sql.ddl.alter.Alter
Constructs a new Alter statement object.
Alter(String) - Constructor for class com.jdc.rdb.sql.ddl.alter.Alter
Constructs a new Alter statement object for the specified SQL String.
Alter(Table) - Constructor for class com.jdc.rdb.sql.ddl.alter.Alter
Constructs a new Alter statement object for the specified Database Table definition.
AlterClause - interface com.jdc.rdb.sql.ddl.alter.AlterClause.
AlterClause represents an com.jdc.rdb.sql.ddl.Alter statement clause.
AlterStatus - class com.jdc.rdb.sql.ddl.alter.AlterStatus.
DeleteStatus represents the execution status of a Alter SQL statement.
Anchor - class com.jdc.gui.html.tag.Anchor.
Anchor is used to create the HTML required to create an Anchor tag to display to a user including the start tag, the Anchor attributes, and the end tag.
Anchor() - Constructor for class com.jdc.gui.html.tag.Anchor
Constructs a Anchor object.
Anchor(boolean) - Constructor for class com.jdc.gui.html.tag.Anchor
Constructs a Anchor object and sets the format status.
AND - Static variable in class com.jdc.rdb.sql.dml.clause.Logical
The Where clause logical AND operator.
AND_NOT - Static variable in class com.jdc.rdb.sql.dml.clause.Logical
The Where clause logical AND NOT operators.
APP_NAME - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the full name of the browser.
APP_VERSION - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the full version information for the browser, including browser version number, compatibility information, and operating system..
Application - class com.jdc.app.Application.
Application represents a software application.
Application.Logger - class com.jdc.app.Application.Logger.
Logger implements the default application logging utility.
ApplicationTableDAO - class com.jdc.rdb.tbl.dao.ApplicationTableDAO.
ApplicationTableDAO represents a data access object for a database application table.
ApplicationTableDAO(Table) - Constructor for class com.jdc.rdb.tbl.dao.ApplicationTableDAO
Constructs a new ApplicationTableDAO object.
ApplicationTableDTO - class com.jdc.rdb.tbl.dto.ApplicationTableDTO.
ApplicationTableDTO represents a data tranfer object for a database application table.
ApplicationTableDTO(int, int, int) - Constructor for class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Constructs a new ApplicationTableDTO object for the specified country code, enterprise code, and application code.
AQUA - Static variable in class com.jdc.gui.html.tag.attr.Color
Aqua.
areCookiesEnabled() - Method in class com.jdc.http.mvc.HttpModel
Returns true if cookies are enabled.
areCookiesEnabled() - Method in class com.jdc.http.user.Browser
Returns the status of browser cookies.
ASCENDING - Static variable in class com.jdc.rdb.sql.dml.select.Order
The OrderBy clause ascending sort order.
ASTERISK - Static variable in class com.jdc.type.Char
The asterisk character.
AT - Static variable in class com.jdc.type.Char
The at sign character.
Attribute - class com.jdc.gui.html.tag.Attribute.
The Attribute class represents an attribute associated with an HTML tag object.
Attribute - class com.jdc.xml.tag.Attribute.
The Attribute class represents an attribute associated with an XML tag object.
ATTRIBUTE - Static variable in class com.jdc.gui.html.tag.Form.Action
The HTML action attribute keyword.
ATTRIBUTE - Static variable in class com.jdc.gui.html.tag.Form.Method
The HTML method attribute keyword.
ATTRIBUTE - Static variable in class com.jdc.gui.html.tag.Form.Target
The HTML target attribute keyword.
ATTRIBUTE - Static variable in class com.jdc.gui.html.tag.attr.OnClick
The HTML attribute keyword.
Attribute() - Constructor for class com.jdc.gui.html.tag.Attribute
Constructs a new HTML tag Attribute object.
Attribute() - Constructor for class com.jdc.xml.tag.Attribute
Constructs a new XML tag Attribute object.
Attribute(boolean) - Constructor for class com.jdc.gui.html.tag.Attribute
Constructs a new HTML tag Attribute object for constructing an attribute of the form: name='value' or name=value.
AVAILABLE_DISPLAY_HEIGHT - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the available height of the display, i.e.
AVAILABLE_DISPLAY_WIDTH - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the available width of the display, i.e.

B

BACKSLASH - Static variable in class com.jdc.type.Char
The backslash character.
BASELINE - Static variable in class com.jdc.gui.html.tag.attr.VerticalAlign
The first line of the contents of the cell are aligned with a common baseline
BELOW - Static variable in class com.jdc.gui.html.tag.attr.Frame
Only display a border below the table.
BLACK - Static variable in class com.jdc.gui.html.tag.attr.Color
Black.
BLANK - Static variable in class com.jdc.gui.html.tag.Form.Target
The HTML target attribute keyword that specifies the response is to be rendered in a new, unnamed window.
BLUE - Static variable in class com.jdc.gui.html.tag.attr.Color
Blue.
Body - class com.jdc.gui.html.tag.Body.
Body contains the document body.
Body() - Constructor for class com.jdc.gui.html.tag.Body
Constructs a new Body object.
Boolean - class com.jdc.type.Boolean.
Boolean represents a boolean value.
BOOLEAN - Static variable in class com.jdc.rdb.DataType
A boolean is a 1 byte value that may have values of "true" or "false" only.
Boolean(int) - Constructor for class com.jdc.type.Boolean
Constructs a new Boolean object for the specified int value.
BORDER - Static variable in class com.jdc.gui.html.tag.attr.Frame
Display all four borders.
BOTTOM - Static variable in class com.jdc.gui.html.tag.attr.VerticalAlign
The contents of the table cells are aligned at the bottom of the cell.
Break - class com.jdc.gui.html.tag.Break.
Break is used to create the HTML required to create a break tag for display in a browser.
Break() - Constructor for class com.jdc.gui.html.tag.Break
Constructs a Break object.
browser - Variable in class com.jdc.http.mvc.HttpModel
The type of browser used by the user to make the current request, e.g.
Browser - class com.jdc.http.user.Browser.
Browser contains all available information regarding the user's web browser.
Browser() - Constructor for class com.jdc.http.user.Browser
Constructs a new Browser object.
Browser(String) - Constructor for class com.jdc.http.user.Browser
Constructs a new Browser object with the specified name property.
Browser(String, String) - Constructor for class com.jdc.http.user.Browser
Constructs a new Browser object with the specified name and version properties.
Browser(String, String, String) - Constructor for class com.jdc.http.user.Browser
Constructs a new Browser object with the specified name, version, and user agent properties.
BrowserPage - class com.jdc.http.user.BrowserPage.
BrowserPage contains all available information regarding the page being displayed in the user's browser.
BrowserPage() - Constructor for class com.jdc.http.user.BrowserPage
Constructs a new BrowserPage object.
BUTTON - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type button.
byteValue() - Method in class com.jdc.math.Decimal
Converts this Decimal to a byte value.

C

CANCEL_BUTTON - Static variable in interface com.jdc.app.i18.TextIdentifiers
The cancel button identifier.
CancelButton - class com.jdc.gui.html.form.button.CancelButton.
CancelButton.java is
CancelButton() - Constructor for class com.jdc.gui.html.form.button.CancelButton
Constructs a new CancelButton object.
CASCADE - Static variable in class com.jdc.rdb.sql.ddl.drop.Impact
Dropping a database object causes objects that depend upon it to be dropped as well.
CENTER - Static variable in class com.jdc.gui.html.tag.attr.Align
The element is aligned to the center.
CHANGE_TIMESTAMP - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.ChangeTimestamp
The change Timestamp column definition.
ChangeTimestamp - interface com.jdc.app.rdb.tbl.ref.data.dict.ChangeTimestamp.
ChangeTimestamp is the reference definition for a change Timestamp column in a database table.
Char - class com.jdc.type.Char.
Char implements common Unicode (§3.1) character set constants used throughout an application.
CHAR - Static variable in class com.jdc.rdb.DataType
A character string is a sequence of bytes.
CharColumn - class com.jdc.rdb.tbl.col.CharColumn.
 
CharColumn() - Constructor for class com.jdc.rdb.tbl.col.CharColumn
 
charValue(boolean) - Static method in class com.jdc.type.Boolean
Converts a boolean value to a character String value.
CHECKBOX - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type checkbox.
checkFieldValue(String, String) - Method in class com.jdc.http.jsp.JspView
Check the input field value and set the appropriate display view status flags.
Class - class com.jdc.gui.html.tag.attr.Class.
Class is used to create an HTML class attribute required by HTML tags implemented as classes like TableColumn.
CLASS_PATH - Static variable in class com.jdc.sys.SystemProperty
The Java class path.
CLASS_VERSION - Static variable in class com.jdc.sys.SystemProperty
The Java class format version number.
Class() - Constructor for class com.jdc.gui.html.tag.attr.Class
Constructs a Class object.
ClassPath - class com.jdc.sys.ClassPath.
ClassPath provides a reference to the Java system classpath.
ClassPath() - Constructor for class com.jdc.sys.ClassPath
Constructs a new ClassPath object.
Clause - interface com.jdc.rdb.sql.api.Clause.
Clause represents a Structured Query Language (SQL) statement clause.
clear() - Method in class com.jdc.util.HashMapList
Removes all mappings from this map.
clearChanged() - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Resets the application data transfer object has changed or "dirty" flag.
clone() - Method in class com.jdc.util.HashMapList
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
close() - Method in interface com.jdc.db.Database
Closes the database connection, if open.
close() - Method in class com.jdc.io.FileReader
Closes the FileReader file objects, if open.
close() - Method in class com.jdc.rdb.Database
 
closeParenthesis() - Method in class com.jdc.rdb.sql.dml.clause.Where
Adds an close parenthesis to this Where clause.
CollectionHelper - class com.jdc.util.CollectionHelper.
 
CollectionHelper() - Constructor for class com.jdc.util.CollectionHelper
 
COLON - Static variable in class com.jdc.type.Char
The colon character.
Color - class com.jdc.gui.html.tag.attr.Color.
Color is used to create an HTML color attribute required by HTML tags implemented as classes like Font.
COLOR_DEPTH - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the color depth of the display in bits.
Color() - Constructor for class com.jdc.gui.html.tag.attr.Color
Constructs a Color object.
Cols - class com.jdc.gui.html.tag.attr.Cols.
Cols is used to create an HTML cols attribute required by HTML tags implemented as classes like Input and Select.
Cols() - Constructor for class com.jdc.gui.html.tag.attr.Cols
Constructs a Cols object.
Column - interface com.jdc.db.Column.
Column represents an application database table column.
Column - class com.jdc.rdb.Column.
A default implementation of com.jdc.rdb.tbl.Column.
COLUMN - Static variable in class com.jdc.gui.html.form.FormField
The input field add column constant.
Column(DataType, String, String, boolean) - Constructor for class com.jdc.rdb.Column
Constructs a new database table Column object for the specified column type, name, alias, and allow null status.
Column(DataType, String, String, int, boolean) - Constructor for class com.jdc.rdb.Column
Constructs a new database table Column object for the specified column type, name, alias, length, and allow null status.
Column(DataType, String, String, int, int, boolean) - Constructor for class com.jdc.rdb.Column
Constructs a new database table Column object for the specified column type, name, alias, precision, scale, and allow null status.
Columns - class com.jdc.rdb.sql.dml.insert.Columns.
Columns represents an Insert SQL statement columns clause.
Columns - class com.jdc.rdb.sql.dml.select.Columns.
Columns represents an Select SQL statement columns clause.
Columns() - Constructor for class com.jdc.rdb.sql.dml.insert.Columns
Constructs a new Columns clause object.
Columns() - Constructor for class com.jdc.rdb.sql.dml.select.Columns
Constructs a new Columns clause object.
Columns(String) - Constructor for class com.jdc.rdb.sql.dml.insert.Columns
Constructs a new Columns clause object for the specified Database Table Column names.
Columns(String) - Constructor for class com.jdc.rdb.sql.dml.select.Columns
Constructs a new Columns clause object for the specified Database Table Column names.
ColumnSpan - class com.jdc.gui.html.tag.attr.ColumnSpan.
ColumnSpan is used to create an HTML size attribute that sets the number of columns spanned as required by the HTML tag implemented in class TableColumn.
ColumnSpan() - Constructor for class com.jdc.gui.html.tag.attr.ColumnSpan
Constructs a ColumnSpan object.
com.jdc.app - package com.jdc.app
Provides classes that are fundamental to the design of any application.
com.jdc.app.i18 - package com.jdc.app.i18
Provides classes for message text internationalization.
com.jdc.app.mvc - package com.jdc.app.mvc
Provides classes for a base application model-view-controller framework.
com.jdc.app.rdb - package com.jdc.app.rdb
Provides classes for access to the J. Damon & Co. database tables.
com.jdc.app.rdb.schema - package com.jdc.app.rdb.schema
Provides classes that implement the J. Damon & Co. database schemas.
com.jdc.app.rdb.tbl.ref - package com.jdc.app.rdb.tbl.ref
Provides classes that implement the J. Damon & Co. reference schema tables.
com.jdc.app.rdb.tbl.ref.dao - package com.jdc.app.rdb.tbl.ref.dao
Provides classes that implement the J. Damon & Co. reference schema table data access objects.
com.jdc.app.rdb.tbl.ref.data.dict - package com.jdc.app.rdb.tbl.ref.data.dict
Provides interfaces that implement the J. Damon & Co. reference schema table columns.
com.jdc.app.rdb.tbl.ref.dto - package com.jdc.app.rdb.tbl.ref.dto
Provides classes that implement the J. Damon & Co. reference schema table data transfer objects.
com.jdc.app.rdb.tbl.ref.tco - package com.jdc.app.rdb.tbl.ref.tco
Provides classes that implement the J. Damon & Co. reference schema table creation objects.
com.jdc.app.user - package com.jdc.app.user
Provides classes to access basic user information.
com.jdc.app.web - package com.jdc.app.web
Provides classes that are fundamental to the design of any application.
com.jdc.db - package com.jdc.db
Provides the interfaces for database access.
com.jdc.dts - package com.jdc.dts
Provides classes to manipulate dates, times, and timestamps.
com.jdc.gui.dhtml.menu - package com.jdc.gui.dhtml.menu
Provides classes for creating dynamic HTML menus.
com.jdc.gui.html - package com.jdc.gui.html
Provides classes for creating HTML documents.
com.jdc.gui.html.form - package com.jdc.gui.html.form
Provides web application basic form widgets.
com.jdc.gui.html.form.button - package com.jdc.gui.html.form.button
Provides standard web application button widgets.
com.jdc.gui.html.form.field - package com.jdc.gui.html.form.field
Provides web application user interface widgets.
com.jdc.gui.html.tag - package com.jdc.gui.html.tag
Provides classes for creating HTML tags.
com.jdc.gui.html.tag.attr - package com.jdc.gui.html.tag.attr
Provides classes for creating HTML tag attributes.
com.jdc.gui.html.tag.meta - package com.jdc.gui.html.tag.meta
Provides classes for creating HTML metadata tags.
com.jdc.gui.js - package com.jdc.gui.js
Provides JavaScript fragments.
com.jdc.gui.jws - package com.jdc.gui.jws
Provides classes for Java WebStart™ applications.
com.jdc.gui.jws.swing - package com.jdc.gui.jws.swing
Provides classes for Java WebStart™ applications using the Swing user interface.
com.jdc.gui.jws.swt - package com.jdc.gui.jws.swt
Provides classes for Java WebStart™ applications using the Simple Widget Toolkit (SWT).
com.jdc.http - package com.jdc.http
Provides classes for HTTP applications.
com.jdc.http.jsp - package com.jdc.http.jsp
Provides classes for creating JavaServer Page™ (JSP™) documents.
com.jdc.http.jsp.util - package com.jdc.http.jsp.util
Provides utility classes for JavaServer Page™ (JSP™) documents.
com.jdc.http.mvc - package com.jdc.http.mvc
Provides classes for a web application model-view-controller framework.
com.jdc.http.user - package com.jdc.http.user
Provides classes to access web user information.
com.jdc.io - package com.jdc.io
Provides the classes and interfaces for file access.
com.jdc.jsp - package com.jdc.jsp
Provides classes for creating JavaServer Page™ (JSP™) documents.
com.jdc.lang - package com.jdc.lang
Provides classes for object manipulation.
com.jdc.math - package com.jdc.math
Provides classes to manipulate integer and decimal numbers.
com.jdc.naming - package com.jdc.naming
Provides the classes for accessing naming services.
com.jdc.rdb - package com.jdc.rdb
Provides the classes and interfaces for database access.
com.jdc.rdb.sql - package com.jdc.rdb.sql
Provides classes for Database Structured Query Language (SQL) statements.
com.jdc.rdb.sql.api - package com.jdc.rdb.sql.api
Provides interfaces for Database Structured Query Language (SQL) statements.
com.jdc.rdb.sql.ddl - package com.jdc.rdb.sql.ddl
Provides classes for Database Data Definition Language (DDL) statements.
com.jdc.rdb.sql.ddl.alter - package com.jdc.rdb.sql.ddl.alter
Provides classes and interfaces for Database Table Alter statements.
com.jdc.rdb.sql.ddl.clause - package com.jdc.rdb.sql.ddl.clause
Provides classes for Database Table Data Definition Language (DDL) statement clauses.
com.jdc.rdb.sql.ddl.create - package com.jdc.rdb.sql.ddl.create
Provides classes and interfaces for Database Table Create statements.
com.jdc.rdb.sql.ddl.drop - package com.jdc.rdb.sql.ddl.drop
Provides classes and interfaces for Database Table Drop statements.
com.jdc.rdb.sql.dml - package com.jdc.rdb.sql.dml
Provides classes for Database Table Data Manipulation Language (DML) statements.
com.jdc.rdb.sql.dml.clause - package com.jdc.rdb.sql.dml.clause
Provides classes for Database Table Data Manipulation Language (DML) statement clauses.
com.jdc.rdb.sql.dml.delete - package com.jdc.rdb.sql.dml.delete
Provides classes and interfaces for Database Table Delete statements.
com.jdc.rdb.sql.dml.insert - package com.jdc.rdb.sql.dml.insert
Provides classes and interfaces for Database Table Insert statements.
com.jdc.rdb.sql.dml.select - package com.jdc.rdb.sql.dml.select
Provides classes and interfaces for Database Table Select statements.
com.jdc.rdb.sql.dml.update - package com.jdc.rdb.sql.dml.update
Provides classes and interfaces for Database Table Update statements.
com.jdc.rdb.tbl - package com.jdc.rdb.tbl
Provides classes for database table access.
com.jdc.rdb.tbl.col - package com.jdc.rdb.tbl.col
Provides classes to define database table columns.
com.jdc.rdb.tbl.dao - package com.jdc.rdb.tbl.dao
Provides classes for database table data access objects.
com.jdc.rdb.tbl.dto - package com.jdc.rdb.tbl.dto
Provides classes for database table data transfer objects.
com.jdc.rdb.tbl.tco - package com.jdc.rdb.tbl.tco
Provides classes for database table creation objects.
com.jdc.sys - package com.jdc.sys
Provides classes to access system and runtime information.
com.jdc.type - package com.jdc.type
Provides helper classes for various object types.
com.jdc.util - package com.jdc.util
Provides classes for various utility functions.
com.jdc.xml - package com.jdc.xml
Provides classes for creating XML documents.
com.jdc.xml.tag - package com.jdc.xml.tag
Provides classes for creating XML tags.
com.jdc.xml.tag.attr - package com.jdc.xml.tag.attr
Provides classes for creating XML tag attributes.
COMMA - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement comma character.
COMMA - Static variable in class com.jdc.type.Char
The comma character.
COMMAND - Static variable in class com.jdc.rdb.sql.ddl.alter.Alter
The Alter statement command keyword.
COMMAND - Static variable in class com.jdc.rdb.sql.ddl.create.Create
The Create statement command keyword.
COMMAND - Static variable in class com.jdc.rdb.sql.ddl.drop.Drop
The Drop statement command keyword.
COMMAND - Static variable in class com.jdc.rdb.sql.dml.delete.Delete
The Delete statement command keyword.
COMMAND - Static variable in class com.jdc.rdb.sql.dml.insert.Insert
The Insert statement command keyword.
COMMAND - Static variable in class com.jdc.rdb.sql.dml.select.Select
The Select statement command keyword.
COMMAND - Static variable in class com.jdc.rdb.sql.dml.update.Update
The Update statement command keyword.
Comment - class com.jdc.xml.Comment.
Comment.java is
Comment() - Constructor for class com.jdc.xml.Comment
Constructs a new XML Comment object.
Commit - class com.jdc.rdb.sql.dml.clause.Commit.
Commit represents a Select, Insert, Update, or Delete statement COMMIT clause.
Commit() - Constructor for class com.jdc.rdb.sql.dml.clause.Commit
Constructs a new Commit clause object.
Commit(boolean) - Constructor for class com.jdc.rdb.sql.dml.clause.Commit
Constructs a new Commit clause object for the specified flush status.
Commit(int) - Constructor for class com.jdc.rdb.sql.dml.clause.Commit
Constructs a new Commit clause object for the specified commit interval.
Company - class com.jdc.app.Company.
An object that represents a company.
COMPANY_NAME - Static variable in interface com.jdc.app.i18.TextIdentifiers
The company name identifier.
Company() - Constructor for class com.jdc.app.Company
Constructs a new Company object.
Comparison - class com.jdc.rdb.sql.dml.clause.Comparison.
Comparison provides a list of enumerated types for a Where clause comparison operator.
ComplexTag - class com.jdc.gui.html.ComplexTag.
ComplexTag is a abstract class that contains methods common to all complex HTML tags, i.e.
ComplexTag - class com.jdc.xml.ComplexTag.
The ComplexTag class represents an XML complex tag object.
ComplexTag() - Constructor for class com.jdc.gui.html.ComplexTag
ComplexTag constructor.
ComplexTag() - Constructor for class com.jdc.xml.ComplexTag
Constructs a new XML ComplexTag object.
ComplexTag(boolean) - Constructor for class com.jdc.gui.html.ComplexTag
ComplexTag constructor.
compute(boolean) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this boolean value.
compute(byte) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this byte value.
compute(char) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this char value.
compute(double) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this double value.
compute(float) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this float value.
compute(int) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this int value.
compute(long) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this long value.
compute(Object) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this Object.
compute(short) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this short value.
compute(String) - Method in class com.jdc.lang.HashCode
Computes an int hash code for this String value.
config - Variable in class com.jdc.http.mvc.HttpModel
The current servlet configuration object, if provided.
connection - Variable in class com.jdc.rdb.Database
The database Connection object.
contains() - Method in class com.jdc.rdb.sql.SQLClause
Returns true if the SQL clause value contains the SQL clause keyword.
contains(String) - Method in class com.jdc.rdb.sql.dml.insert.Columns
Returns true if the Columns list contains the specified Column name.
contains(String) - Method in class com.jdc.rdb.sql.dml.update.Set
Returns true if the Set list contains the specified Column name.
contains(String, String) - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Returns true if the OrderBy list contains the specified Table Column name.
contains(String, String) - Method in class com.jdc.rdb.sql.dml.select.GroupBy
Returns true if the GroupBy list contains the specified Table Column name.
contains(String, String) - Method in class com.jdc.rdb.sql.dml.select.Columns
Returns true if the Columns list contains the specified Column name.
CONTENT_LENGTH - Static variable in interface com.jdc.http.RequestHeader
The request header that, for POST messages, specifies the length of the data contained in the request.
context - Variable in class com.jdc.http.mvc.HttpModel
The current servlet context object, if provided.
Context - class com.jdc.app.web.Context.
Context represents the context (path) for a web application.
Context() - Constructor for class com.jdc.app.web.Context
Constructs a new Context object.
Controller - class com.jdc.app.mvc.Controller.
Controller.java is
Controller() - Constructor for class com.jdc.app.mvc.Controller
Constructs a new Controller object.
COOKIES_ENABLED - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies whether the user has cookies enabled (or disabled).
Copyright - class com.jdc.app.Copyright.
The application copyright.
COPYRIGHT - Static variable in interface com.jdc.gui.html.HtmlChar
The HTML copyright.
COPYRIGHT - Static variable in class com.jdc.type.Char
The copyright character.
COPYRIGHT_MESSAGE - Static variable in interface com.jdc.app.i18.TextIdentifiers
The copyright identifier.
Copyright() - Constructor for class com.jdc.app.Copyright
 
Correlation - class com.jdc.rdb.sql.dml.clause.Correlation.
Correlation represents a Delete SQL statement correlation clause.
Correlation() - Constructor for class com.jdc.rdb.sql.dml.clause.Correlation
Constructs a new Correlation clause object.
Correlation(String) - Constructor for class com.jdc.rdb.sql.dml.clause.Correlation
Constructs a new Correlation clause object for the specified correlation name.
Country - class com.jdc.app.rdb.tbl.ref.Country.
The Country table contains data for the countries of the world.
COUNTRY - Static variable in class com.jdc.app.rdb.Table
An instance of the country Database Table definition.
COUNTRY_ID - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.CountryId
The country identifier column definition.
Country() - Constructor for class com.jdc.app.rdb.tbl.ref.Country
Constructs a new Country database table definition.
CountryDAO - class com.jdc.app.rdb.tbl.ref.dao.CountryDAO.
The CountryDAO data access object enables access of the Country reference table.
CountryDAO() - Constructor for class com.jdc.app.rdb.tbl.ref.dao.CountryDAO
Constructs a new CountryDAO data access object.
CountryDTO - class com.jdc.app.rdb.tbl.ref.dto.CountryDTO.
The CountryDTO data transfer object represents a row from the Country table.
CountryDTO(int, String, String, int, String, String, String, String, String, String, String, int) - Constructor for class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Constructs a new CountryDTO data transfer object.
CountryId - interface com.jdc.app.rdb.tbl.ref.data.dict.CountryId.
CountryId is the reference definition for a country identifier column in a database table.
CountryTCO - class com.jdc.app.rdb.tbl.ref.tco.CountryTCO.
CountryTCO represents a Country database table creation object.
CountryTCO() - Constructor for class com.jdc.app.rdb.tbl.ref.tco.CountryTCO
Constructs a new CountryTCO object.
Create - class com.jdc.rdb.sql.ddl.create.Create.
Create represents a Data Definition Language CREATE SQL statement.
create() - Method in class com.jdc.gui.html.Document
Creates and returns an HTML document.
create() - Method in class com.jdc.gui.html.form.field.TextField
Create the text field to be displayed to the user.
create() - Method in class com.jdc.gui.html.tag.Input
Create and return the HTML required to create a Input tag in a browser.
create() - Method in class com.jdc.gui.html.tag.HorizontalRule
Create and return the HTML required to create a horizontal rule object in a browser.
create() - Method in class com.jdc.gui.html.tag.Break
Create and return the HTML required to create a break object in a browser.
create() - Method in class com.jdc.gui.html.tag.attr.VerticalAlign
Create and return the vertical alignment name/value attribute.
create() - Method in class com.jdc.gui.html.tag.attr.Type
Create and return the type name/value attribute.
create() - Method in class com.jdc.gui.html.tag.attr.Selected
Create and return the selected name attribute.
create() - Method in class com.jdc.gui.html.tag.attr.Readonly
Create and return the readonly name attribute.
create() - Method in class com.jdc.gui.html.tag.attr.Multiple
Create and return the multiple name attribute.
create() - Method in class com.jdc.gui.html.tag.attr.Frame
Create and return the frame name/value attribute.
create() - Method in class com.jdc.gui.html.tag.attr.FontSize
Create and return the font size name/value attribute.
create() - Method in class com.jdc.gui.html.tag.attr.Align
Creates and returns the horizontal alignment name/value attribute.
create() - Method in class com.jdc.http.HttpTransaction
Creates a transaction identifier.
create() - Method in class com.jdc.xml.Tag
Creates and returns an XML tag of the form: <tag> for the current tag identifier and attributes.
create() - Method in class com.jdc.xml.Document
Creates and returns an XML document.
create() - Method in class com.jdc.xml.ComplexTag
Creates and returns an XML tag of the form: <tag>>body</tag> for the current tag identifier, attributes, and body.
create() - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form name="value" for the current attribute name and value.
Create() - Constructor for class com.jdc.rdb.sql.ddl.create.Create
Constructs a new Create statement object.
create(boolean) - Method in class com.jdc.xml.tag.Declaration.Standalone
Creates and returns a Standalone attribute.
create(int) - Method in class com.jdc.gui.html.tag.attr.Width
Create and return the width name/value attribute.
create(int) - Method in class com.jdc.gui.html.tag.attr.Value
Create and return the value name/value attribute.
create(int) - Method in class com.jdc.gui.html.tag.attr.Size
Create and return the size name/value attribute.
create(int) - Method in class com.jdc.gui.html.tag.attr.MaxLength
Create and return the maximum length name/value attribute.
create(int) - Method in class com.jdc.gui.html.tag.attr.Height
Create and return the height name/value attribute.
create(int) - Method in class com.jdc.gui.html.tag.attr.ColumnSpan
Create and return the column span name/value attribute.
Create(Schema) - Constructor for class com.jdc.rdb.sql.ddl.create.Create
Constructs a new Create statement object for the specified Database Schema definition.
create(String) - Method in class com.jdc.gui.html.Tag
Creates and returns an HTML tag of the form: <tag> for the specified tag identifier.
create(String) - Method in class com.jdc.gui.html.tag.Title
Returns the HTML required to create a title in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Textarea
Create and return the HTML required to create a structure within a document in a browser.
create(String) - Method in class com.jdc.gui.html.tag.TableRow
Return the HTML required to create a table row in a browser.
create(String) - Method in class com.jdc.gui.html.tag.TableColumn
Create and return the HTML required to create a table column in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Table
Create and return the HTML required to create a table in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Span
Create and return the HTML required to create a structure within a document in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Select
Create and return the HTML required to create a selection list in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Option
Create and return the HTML required to create an option in a selection list in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Input
Create and return the HTML required to create a Input tag in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Image
Create and return the HTML required to apply a Image to text in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Form
Returns the HTML required to create a form in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Form.Action
Returns the action attribute.
create(String) - Method in class com.jdc.gui.html.tag.Form.Method
Returns the method attribute.
create(String) - Method in class com.jdc.gui.html.tag.Form.Target
Creates and returns the target/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.Font
Create and return the HTML required to apply a font to text in a browser.
create(String) - Method in class com.jdc.gui.html.tag.Anchor
Create and return the HTML required to apply a Anchor to text in a browser.
create(String) - Method in class com.jdc.gui.html.tag.attr.Value
Create and return the value name/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.URL
Create and return the URL/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Title
Create and return the title name/title attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Style
Create and return the style name/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Source
Create and return the Source/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Rows
Create and return the name/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnSubmit
Create and return the onSubmit attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnReset
Create and return the onReset attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnKeyUp
Create and return the onKeyUp attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnKeyDown
Create and return the onKeyDown attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnFocus
Create and return the onFocus attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnDoubleClick
Create and return the onDoubleClick attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnClick
Create and return the onClick attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnChange
Create and return the onChange attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.OnBlur
Create and return the onBlur attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Name
Create and return the name/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Id
Create and return the name/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Cols
Create and return the name/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Color
Create and return the color/value attribute.
create(String) - Method in class com.jdc.gui.html.tag.attr.Class
Create and return the class/value attribute.
create(String) - Method in class com.jdc.util.Path
Create a valid path name.
create(String) - Method in class com.jdc.xml.ComplexTag
Creates and returns an XML tag of the form: <tag>>body</tag> for the current tag identifier, attributes, and body.
create(String) - Method in class com.jdc.xml.tag.Declaration.Encoding
Creates and returns a Encoding attribute.
create(String) - Method in class com.jdc.xml.tag.Declaration.Standalone
Creates and returns a Standalone attribute.
create(String) - Method in class com.jdc.xml.tag.Declaration.Version
Creates and returns a Version attribute.
Create(String) - Constructor for class com.jdc.rdb.sql.ddl.create.Create
Constructs a new Create statement object for the specified SQL String.
create(String[]) - Method in class com.jdc.util.Path
Create a valid path name from the supplied path strings.
create(String, int) - Method in class com.jdc.gui.html.tag.Attribute
Creates and returns an HTML tag attribute of the form name="value" for a numeric attribute value.
create(String, int) - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form name="value" for a numeric attribute value.
create(String, int, String) - Method in class com.jdc.gui.html.tag.Attribute
Creates and returns an HTML tag attribute of the form name="value+qualifier" for a value with a qualifier.
create(String, int, String) - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form name="value+qualifier" for a value with a qualifier.
create(String, String) - Method in class com.jdc.gui.html.ComplexTag
Return the HTML required to create a tag object in a browser.
create(String, String) - Method in class com.jdc.gui.html.tag.attr.Event
Creates and returns the Event tag attribute.
create(String, String) - Method in class com.jdc.util.Path
Create a valid path name from two input path strings.
create(String, String) - Method in class com.jdc.xml.SimpleTag
Creates and returns an XML simple tag with the specified start character.
create(String, String) - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form: name="value".
create(String, String, boolean) - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form: name="value".
create(String, String, String) - Method in class com.jdc.gui.html.ComplexTag
Return the HTML required to create a tag object in a browser.
create(String, String, String) - Method in class com.jdc.util.Path
Create a valid path name from three input path strings..
create(String, String, String) - Method in class com.jdc.xml.SimpleTag
Creates and returns an XML simple tag with the specified start and end characters.
create(String, String, String) - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form name="value+qualifier" for a value with a qualifier.
create(String, String, String, boolean) - Method in class com.jdc.xml.tag.Attribute
Creates and returns an XML tag attribute of the form name="value+qualifier" for an value with a qualifier.
create(Table) - Method in class com.jdc.rdb.tbl.tco.TableCreationObject
Creates a database Table by creating and executing a com.jdc.rdb.sql.ddl.Create SQL statement.
Create(Table) - Constructor for class com.jdc.rdb.sql.ddl.create.Create
Constructs a new Create statement object for the specified Database Table definition.
CreateClause - interface com.jdc.rdb.sql.ddl.create.CreateClause.
CreateClause represents an com.jdc.rdb.sql.ddl.Create statement clause.
createCookie(String, String, int) - Method in class com.jdc.http.mvc.HttpModel
Creates a cookie to be stored on the user's computer.
createNameValues(String[], String[]) - Method in class com.jdc.rdb.sql.SQLHelper
Sets the SET clause for the UPDATE command.
CreateStatus - class com.jdc.rdb.sql.ddl.create.CreateStatus.
DeleteStatus represents the execution status of a Create SQL statement.
currency - Variable in class com.jdc.app.mvc.Model
A Currency helper object.
Currency - class com.jdc.math.Currency.
 
Currency() - Constructor for class com.jdc.math.Currency
Constructs a new Currency object with a value of zero, i.e.
Currency(double) - Constructor for class com.jdc.math.Currency
Constructs a new Currency object for the specified double value.
Currency(long) - Constructor for class com.jdc.math.Currency
Constructs a new Currency object for the specified long value.
Currency(String) - Constructor for class com.jdc.math.Currency
Constructs a new Currency object for the specified String value.
CurrencyHelper - class com.jdc.type.CurrencyHelper.
CurrencyHelper is a utility class that provides advanced Currency manipulation methods to simplify the manipulation of Currency objects.
CurrencyHelper() - Constructor for class com.jdc.type.CurrencyHelper
Constructs a new CurrencyHelper object for the default locale.
CurrencyHelper(Locale) - Constructor for class com.jdc.type.CurrencyHelper
Constructs a new CurrencyHelper object for the specified Locale.
current() - Method in class com.jdc.util.Refresh.Status
Updates the last refresh time to the current time.
CURSOR_STABILITY - Static variable in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Identifies a CURSOR STABILITY isolation level.

D

data - Variable in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
The data transfer helper object.
DataAccessObject - class com.jdc.rdb.tbl.dao.DataAccessObject.
DataAccessObject represents a data access object.
DataAccessObject(Table) - Constructor for class com.jdc.rdb.tbl.dao.DataAccessObject
Constructs a new DataAccessObject object for the specified database table definition.
Database - class com.jdc.app.rdb.Database.
Database defines the J. Damon & Co. database.
Database - interface com.jdc.db.Database.
Database represents an application database.
Database - class com.jdc.rdb.Database.
A default implementation of Database.
Database.DataSource - class com.jdc.rdb.Database.DataSource.
DataSource represents a DataSource object.
Database.DataSource() - Constructor for class com.jdc.rdb.Database.DataSource
Constructs a new database DataSource object.
Database.Version - class com.jdc.rdb.Database.Version.
Version represents the database version number.
Database.Version(String) - Constructor for class com.jdc.rdb.Database.Version
Constructs a new database Version object for the specified version number.
Database() - Constructor for class com.jdc.app.rdb.Database
Constructs a new J. Damon & Co. Database object.
Database(String, String, String, String) - Constructor for class com.jdc.rdb.Database
Constructs a new Database object for an IBM DB2 database with the specified database properties.
DatabaseHelper - class com.jdc.rdb.DatabaseHelper.
DatabaseHelper is a utility class provided to simplify functions required by the database classes.
DatabaseHelper() - Constructor for class com.jdc.rdb.DatabaseHelper
Constructs a new DatabaseHelper object.
DatabaseReader - class com.jdc.rdb.DatabaseReader.
DatabaseReader is a convenience class for reading from application relational database tables.
DatabaseReader() - Constructor for class com.jdc.rdb.DatabaseReader
Constructs a new DatabaseReader object.
DatabaseStatus - class com.jdc.rdb.DatabaseStatus.
DatabaseStatus maintains the status of the application Database and database Table objects, including the current load status.
DatabaseType - interface com.jdc.db.DatabaseType.
DatabaseType represents an application database type.
DatabaseType - class com.jdc.rdb.DatabaseType.
The application database type.
DatabaseWriter - class com.jdc.rdb.DatabaseWriter.
DatabaseWriter is a convenience class for writing to application relational database tables.
DatabaseWriter() - Constructor for class com.jdc.rdb.DatabaseWriter
Constructs a new DatabaseWriter object.
DataHelper - class com.jdc.rdb.tbl.DataHelper.
DataHelper.java is
DataHelper() - Constructor for class com.jdc.rdb.tbl.DataHelper
Constructs a new DataHelper object.
DataTransferHelper - class com.jdc.rdb.tbl.dto.DataTransferHelper.
DataTransferHelper represents a data tranfer helper object that is used to identify field changes with a data transfer object.
DataTransferHelper() - Constructor for class com.jdc.rdb.tbl.dto.DataTransferHelper
Constructs a new DataTransferHelper object.
DataTransferObject - class com.jdc.rdb.tbl.dto.DataTransferObject.
DataTransferObject represents a data tranfer object, i. e.  a row from a database table.
DataTransferObject(boolean) - Constructor for class com.jdc.rdb.tbl.dto.DataTransferObject
Constructs a new DataTransferObject object for the specified database table row status.
DataType - interface com.jdc.db.DataType.
DataType represents an application database table column data type.
DataType - class com.jdc.rdb.DataType.
DataType represents a database table column type.
Date - class com.jdc.dts.Date.
Class Date represents a date.
DATE - Static variable in interface com.jdc.gui.html.tag.TableColumn.Format
The CSS style for table columns containing dates.
DATE - Static variable in class com.jdc.rdb.DataType
A date is a three-part value (year, month, and day).
Date.Format - class com.jdc.dts.Date.Format.
Class Format contains constants representing various date format style patterns.
Date.Format() - Constructor for class com.jdc.dts.Date.Format
Constructs a new Format object.
Date() - Constructor for class com.jdc.dts.Date
Constructs a new Date object for the current date and time.
Date(Locale) - Constructor for class com.jdc.dts.Date
Constructs a new Date object for the specified Locale.
DateColumn - class com.jdc.rdb.tbl.col.DateColumn.
DateColumn represents a table column that contains a Date.
DateColumn(String) - Constructor for class com.jdc.rdb.tbl.col.DateColumn
Constructs a new DateColumn object for the specified column name.
DateColumn(String, String, boolean) - Constructor for class com.jdc.rdb.tbl.col.DateColumn
Constructs a new DateColumn object for the specified column name, alias, and allow null status.
DateTime - class com.jdc.dts.DateTime.
 
DateTime() - Constructor for class com.jdc.dts.DateTime
Constructor for DateTime.
DDL - class com.jdc.rdb.sql.ddl.DDL.
DDL represents a Data Definition Language (DDL) statement.
DDL(String) - Constructor for class com.jdc.rdb.sql.ddl.DDL
Constructs a new DDL statement object for the specified SQL command.
DDL(String, Object) - Constructor for class com.jdc.rdb.sql.ddl.DDL
Constructs a new DDL statement object for the specified SQL command Database Object.
DDLClause - class com.jdc.rdb.sql.ddl.DDLClause.
DDLClause represents a Data Definition Language (DDL) statement clause.
DDLClause() - Constructor for class com.jdc.rdb.sql.ddl.DDLClause
Constructs a new DDLClause object.
DDLClause(String) - Constructor for class com.jdc.rdb.sql.ddl.DDLClause
Constructs a new DDLClause object for the specified DDL statement clause keyword.
DDLStatus - class com.jdc.rdb.sql.ddl.DDLStatus.
DDLStatus represents the execution status of a Data Definition Language (DDL) statement.
DDLStatus(SQLStatus) - Constructor for class com.jdc.rdb.sql.ddl.DDLStatus
Constructs a new DDLStatus object.
debug(String) - Method in class com.jdc.app.Application.Logger
Logs a debug message.
debug(String) - Method in class com.jdc.sys.System.Logger
Logs a debug message.
Decimal - class com.jdc.math.Decimal.
Class Decimal represents a decimal number.
DECIMAL - Static variable in interface com.jdc.gui.html.tag.TableColumn.Format
The CSS style for table columns containing decimal data.
DECIMAL - Static variable in class com.jdc.rdb.DataType
A decimal value is a packed decimal number with an implicit decimal point.
DECIMAL_SEPARATOR - Static variable in class com.jdc.sys.System
The system decimal separator.
Decimal() - Constructor for class com.jdc.math.Decimal
Constructs a new Decimal object with a value of zero, i.e.
Decimal(double) - Constructor for class com.jdc.math.Decimal
Constructs a new Decimal object for the specified double value.
Decimal(long) - Constructor for class com.jdc.math.Decimal
Constructs a new Decimal object for the specified long value.
Decimal(String) - Constructor for class com.jdc.math.Decimal
Constructs a new Decimal object for the specified String value.
DecimalColumn - class com.jdc.rdb.tbl.col.DecimalColumn.
DecimalColumn represents a table column that contains a decimal value.
DecimalColumn(String, int, int) - Constructor for class com.jdc.rdb.tbl.col.DecimalColumn
Constructs a new DecimalColumn object for the specified column name, precision, and scale.
DecimalColumn(String, String, int, int, boolean) - Constructor for class com.jdc.rdb.tbl.col.DecimalColumn
Constructs a new DecimalColumn object for the specified column name, alias, precision, scale, and allow null status.
DecimalHelper - class com.jdc.type.DecimalHelper.
DecimalHelper is a utility class that provides advanced Decimal manipulation methods to simplify the manipulation of Decimal objects.
DecimalHelper() - Constructor for class com.jdc.type.DecimalHelper
Constructs a new DecimalHelper object for the default locale.
DecimalHelper(Locale) - Constructor for class com.jdc.type.DecimalHelper
Constructs a new DecimalHelper object for the specified Locale.
Declaration - class com.jdc.xml.tag.Declaration.
Declaration represents the very first element in an XML document and declares it as XML.
Declaration.Encoding - class com.jdc.xml.tag.Declaration.Encoding.
The Encoding attribute specifies the XML declaration encoding character set.
Declaration.Encoding() - Constructor for class com.jdc.xml.tag.Declaration.Encoding
Constructs a Encoding attribute object.
Declaration.Standalone - class com.jdc.xml.tag.Declaration.Standalone.
The Standalone attribute specifies whether or not the document references an external entity or an external data type specification.
Declaration.Standalone() - Constructor for class com.jdc.xml.tag.Declaration.Standalone
Constructs a Standalone attribute object.
Declaration.Version - class com.jdc.xml.tag.Declaration.Version.
The Version attribute specifies the XML declaration version number.
Declaration.Version() - Constructor for class com.jdc.xml.tag.Declaration.Version
Constructs a Version attribute object.
Declaration() - Constructor for class com.jdc.xml.tag.Declaration
Constructs a new Declaration object.
DEFAULT - Static variable in class com.jdc.dts.Date.Format
The default date style pattern.
DEFAULT - Static variable in class com.jdc.xml.tag.Declaration.Encoding
Identifies the declaration as using Unicode, the default character set.
DEFAULT_LOCALE - Static variable in interface com.jdc.util.DefaultLocale
The default locale, i.e.
DefaultLocale - interface com.jdc.util.DefaultLocale.
Interface DefaultLocale represents the default locale used by the various classes in the J.
Delete - class com.jdc.rdb.sql.dml.delete.Delete.
Delete represents a Data Manipulation Language Delete SQL statement.
Delete() - Constructor for class com.jdc.rdb.sql.dml.delete.Delete
Constructs a new Delete statement object.
delete(int) - Method in class com.jdc.app.rdb.tbl.ref.dao.CountryDAO
Deletes a row from the Country table and returns the DeleteStatus.
Delete(String) - Constructor for class com.jdc.rdb.sql.dml.delete.Delete
Constructs a new Delete statement object for the specified Delete statement.
Delete(Table) - Constructor for class com.jdc.rdb.sql.dml.delete.Delete
Constructs a new Delete statement object for the specified Database Table.
DeleteClause - interface com.jdc.rdb.sql.dml.delete.DeleteClause.
DeleteClause represents an Delete SQL statement clause.
DeleteStatus - class com.jdc.rdb.sql.dml.delete.DeleteStatus.
DeleteStatus represents the execution status of a Delete SQL statement.
DELIMITER - Static variable in class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
The default reference data file delimiter.
deregister(Database) - Static method in class com.jdc.rdb.DatabaseStatus
Removes the specified Database from the list of registered databases with this class.
deregister(Table) - Static method in class com.jdc.rdb.DatabaseStatus
Removes the specified Table from the list of registered database tables with this class.
DESCENDING - Static variable in class com.jdc.rdb.sql.dml.select.Order
The OrderBy clause descending sort order.
Description - interface com.jdc.app.rdb.tbl.ref.data.dict.Description.
Description is the reference definition for a description column in a database table.
DESCRIPTION - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.Description
The description column definition.
DISABLED - Static variable in class com.jdc.gui.html.form.FormField
A Cascading Style Sheet class style name representing a normal input field.
DISABLED - Static variable in interface com.jdc.gui.html.form.FormField.Label
A Cascading Style Sheet class style name representing a normal input field label.
Display - class com.jdc.app.user.Display.
Display contains all available information regarding the user's display, i.e.
DISPLAY_HEIGHT - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the height of the display, i.e.
DISPLAY_WIDTH - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the width of the display, i.e.
Display() - Constructor for class com.jdc.app.user.Display
Constructs a new Display object.
displayCookies() - Method in class com.jdc.http.mvc.HttpModel
Displays current request cookies.
DisplayDimensions - interface com.jdc.app.user.DisplayDimensions.
DisplayDimensions represents the dimensions of a user's display, i.e.
displayRequestParameters() - Method in class com.jdc.http.mvc.HttpModel
Displays current request parameters.
DISTINCT - Static variable in class com.jdc.rdb.sql.dml.select.Rows
Eliminates all but one of each set of duplicate rows of the final result table.
divide(double) - Method in class com.jdc.math.Decimal
Divides a double value into to this Decimal value.
divide(long) - Method in class com.jdc.math.Integer
Divides a long value into to this Integer value.
divide(long) - Method in class com.jdc.math.Decimal
Divides a long value into to this Decimal value.
divide(Number) - Method in class com.jdc.math.Integer
Divides another Number value into this Integer value.
divide(Number) - Method in class com.jdc.math.Decimal
Divides another Number value into this Decimal value.
DML - class com.jdc.rdb.sql.dml.DML.
DML represents a Data Manipulation Language (DML) statement.
DML(String) - Constructor for class com.jdc.rdb.sql.dml.DML
Constructs a new DML statement object for the specified SQL command.
DML(String, Table) - Constructor for class com.jdc.rdb.sql.dml.DML
Constructs a new DML statement object for the specified SQL command Database Table definition.
DMLClause - class com.jdc.rdb.sql.dml.DMLClause.
DMLClause represents a Data Manipulation Language (DML) statement clause.
DMLClause() - Constructor for class com.jdc.rdb.sql.dml.DMLClause
Constructs a new DMLClause object.
DMLClause(String) - Constructor for class com.jdc.rdb.sql.dml.DMLClause
Constructs a new DMLClause object for the specified DML statement clause keyword.
DMLStatus - class com.jdc.rdb.sql.dml.DMLStatus.
DMLStatus represents the execution status of a Data Manipulation Language (DML) statement.
DMLStatus(SQLStatus) - Constructor for class com.jdc.rdb.sql.dml.DMLStatus
Constructs a new DMLStatus object.
Document - class com.jdc.gui.html.Document.
Document represents an HTML document.
Document - class com.jdc.xml.Document.
Document represents an XML document.
Document() - Constructor for class com.jdc.gui.html.Document
Constructs a new Document object.
Document() - Constructor for class com.jdc.xml.Document
Constructs a new Document object.
DocumentType - class com.jdc.gui.html.tag.DocumentType.
DocumentType represents an HTML or XHTML document type definition, an optional part of an HTML document prolog.
DocumentType - class com.jdc.xml.tag.DocumentType.
DocumentType represents a document type definition, an optional part of an XML document prolog, as specified by the XML standard.
DocumentType.Location - interface com.jdc.xml.tag.DocumentType.Location.
The Location interface provides valid constant values for the document type definition location attribute.
DocumentType() - Constructor for class com.jdc.gui.html.tag.DocumentType
Constructs a new DocumentType object.
DocumentType() - Constructor for class com.jdc.xml.tag.DocumentType
Constructs a new DocumentType object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jdc.http.mvc.HttpController
Handles HTTP GET requests.
DOLLAR_SIGN - Static variable in class com.jdc.type.Char
The dollar sign character.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jdc.http.mvc.HttpController
Handles HTTP POST requests.
doRequest() - Method in class com.jdc.http.mvc.HttpModel
Handles the current HTTP servlet request.
doRequest(HttpServletRequest, HttpServletResponse) - Method in class com.jdc.http.mvc.HttpController
Processes web application servlet requests.
doRequest(HttpView) - Method in class com.jdc.http.mvc.HttpModel
Handles the current HTTP servlet request.
DOUBLE_QUOTE - Static variable in class com.jdc.type.Char
The double quote character.
DOUBLE_QUOTE - Static variable in class com.jdc.xml.tag.Attribute
A double quote character for constructing an attribute of the form: name="value".
doubleValue() - Method in class com.jdc.math.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class com.jdc.math.Integer
Converts this Integer to a double.
doubleValue() - Method in class com.jdc.math.Decimal
Converts this Decimal to a double.
Drop - class com.jdc.rdb.sql.ddl.drop.Drop.
Drop represents a Data Definition Language DROP SQL statement.
Drop() - Constructor for class com.jdc.rdb.sql.ddl.drop.Drop
Constructs a new Drop statement object.
Drop(Schema) - Constructor for class com.jdc.rdb.sql.ddl.drop.Drop
Constructs a new Drop statement object for the specified Database Schema definition.
Drop(String) - Constructor for class com.jdc.rdb.sql.ddl.drop.Drop
Constructs a new Drop statement object for the specified SQL String.
drop(Table) - Method in class com.jdc.rdb.tbl.tco.TableCreationObject
Drops a database Table by creating and executing a com.jdc.rdb.sql.ddl.Drop SQL statement.
Drop(Table) - Constructor for class com.jdc.rdb.sql.ddl.drop.Drop
Constructs a new Drop statement object for the specified Database Table definition.
DropClause - interface com.jdc.rdb.sql.ddl.drop.DropClause.
DropClause represents an Drop statement clause.
DropStatus - class com.jdc.rdb.sql.ddl.drop.DropStatus.
DeleteStatus represents the execution status of a Drop SQL statement.

E

ElapsedTime - class com.jdc.dts.ElapsedTime.
Class ElapsedTime represents the elapsed time between two events.
ElapsedTime() - Constructor for class com.jdc.dts.ElapsedTime
Constructs a new ElapsedTime object.
Enabled - interface com.jdc.app.rdb.tbl.ref.data.dict.Enabled.
Enabled is the reference definition for an enabled status column in a database table.
ENABLED - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.Enabled
The enabled column definition.
ENABLED - Static variable in class com.jdc.gui.html.form.FormField
A Cascading Style Sheet class style name representing a normal input field.
ENABLED - Static variable in interface com.jdc.gui.html.form.FormField.Label
A Cascading Style Sheet class style name representing a normal input field label.
encodeValue(String) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Escapes the Structured Query Language (SQL) clause value if the SQL clause contains any of the following special characters: double quotes, single quotes, and/or slashes.
end() - Static method in class com.jdc.app.web.UserContext
Ends a user context for the current user.
end() - Method in class com.jdc.dts.ElapsedTime
Ends, or stops, the elapsed timer.
end(Date) - Method in class com.jdc.dts.ElapsedTime
Ends the elapsed timer for the specified date.
endTag() - Method in class com.jdc.gui.html.tag.Title
Returns a title end tag.
endTag() - Method in class com.jdc.gui.html.tag.Textarea
Return an textarea end tag.
endTag() - Method in class com.jdc.gui.html.tag.TableRow
Return a table row end tag.
endTag() - Method in class com.jdc.gui.html.tag.TableColumn
Return a table column end tag.
endTag() - Method in class com.jdc.gui.html.tag.Table
Return an table end tag.
endTag() - Method in class com.jdc.gui.html.tag.Span
Return an span end tag.
endTag() - Method in class com.jdc.gui.html.tag.Select
Return an select end tag.
endTag() - Method in class com.jdc.gui.html.tag.Option
Return an option end tag.
endTag() - Method in class com.jdc.gui.html.tag.Input
Return an Input end tag.
endTag() - Method in class com.jdc.gui.html.tag.Image
Return an Image end tag.
endTag() - Method in class com.jdc.gui.html.tag.Form
Returns a form end tag.
endTag() - Method in class com.jdc.gui.html.tag.Font
Return an font end tag.
endTag() - Method in class com.jdc.gui.html.tag.Anchor
Return an Anchor end tag.
endTag() - Method in class com.jdc.xml.ComplexTag
Returns the XML end tag.
endTag(String) - Method in class com.jdc.gui.html.ComplexTag
Returns an HTML end tag for the specified identifier.
EQUAL - Static variable in class com.jdc.rdb.sql.dml.clause.Comparison
The Where clause equal comparison operator (=).
EQUALS - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement equals character.
EQUALS - Static variable in class com.jdc.type.Char
The equals, i.e. equal to, character.
EQUALS - Static variable in class com.jdc.xml.tag.Attribute
An equals sign for constructing an attribute of the form: name=value.
equals(Object) - Method in class com.jdc.lang.SourceTemplate
Compares this SourceTemplate object to the specified object.
equals(Object) - Method in class com.jdc.math.Integer
Compares this Integer with the specified Object for equality.
equals(Object) - Method in class com.jdc.math.Decimal
Compares this Decimal with the specified Object for equality.
equals(Object) - Method in class com.jdc.rdb.Table
Compares this Table object to the specified object.
equals(Object) - Method in class com.jdc.rdb.Schema
Compares this Schema object to the specified object.
equals(Object) - Method in class com.jdc.rdb.DataType
Compares this data type to the specified object.
equals(Object) - Method in class com.jdc.rdb.DatabaseType
Compares this database type to the specified object.
equals(Object) - Method in class com.jdc.rdb.Database
Compares this Database object to the specified object.
equals(Object) - Method in class com.jdc.rdb.Column
Compares this Column object to the specified object.
equals(Object) - Method in class com.jdc.rdb.sql.dml.clause.Logical
Compares this Logical operator object to the specified object.
equals(Object) - Method in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Compares this IsolationLevel object to the specified object.
equals(Object) - Method in class com.jdc.rdb.sql.dml.clause.Comparison
Compares this Comparison operator object to the specified object.
equals(Object) - Method in class com.jdc.rdb.sql.dml.select.Order
Compares this Order object to the specified object.
equals(Object) - Method in class com.jdc.util.NameValue
Compares this NameValue object to the specified object.
equals(String, String) - Method in class com.jdc.lang.ObjectHelper
Returns true if the two input String field values are equal.
ERROR - Static variable in class com.jdc.gui.html.form.FormField
A Cascading Style Sheet class style name representing an input field error.
ERROR - Static variable in interface com.jdc.gui.html.form.FormField.Label
A Cascading Style Sheet class style name representing an input field label error.
ERROR - Static variable in class com.jdc.util.Status
A constant that represents a status error.
ERROR_PAGE - Static variable in class com.jdc.http.mvc.HttpController
The default error page.
error(String) - Method in class com.jdc.app.Application.Logger
Logs an error message.
error(String) - Method in class com.jdc.sys.System.Logger
Logs an error message.
Event - class com.jdc.gui.html.tag.attr.Event.
The Event class represents an HTML event attribute associated with various HTML tag objects, like OnClick, OnDoubleClick, OnSubmit, etc..
Event() - Constructor for class com.jdc.gui.html.tag.attr.Event
Constructs a new HTML tag Event attribute object.
Event(boolean) - Constructor for class com.jdc.gui.html.tag.attr.Event
Constructs a new HTML tag Event attribute object which, optionally, may return a value.
EventTag - class com.jdc.gui.html.EventTag.
EventTag represents a ComplexTag that allows the specification of a number of attributes to invoke client-side scripting actions for various events, including: ONCLICK -- when the mouse button is clicked on an element. ONDBLCLICK -- when the mouse button is double-clicked on an element. ONMOUSEDOWN -- when the mouse button is pressed over an element. ONMOUSEUP -- when the mouse button is released over an element. ONMOUSEOVER -- when the mouse is moved onto an element. ONMOUSEMOVE -- when the mouse is moved while over an element. ONMOUSEOUT -- when the mouse is moved away from an element. ONKEYPRESS -- when a key is pressed and released over an element. ONKEYDOWN -- when a key is pressed down over an element. ONKEYUP -- when a key is released over an element. Reference: Intrinsic events
EventTag() - Constructor for class com.jdc.gui.html.EventTag
Constructs a new EventTag object.
EXCLAMATION_POINT - Static variable in class com.jdc.type.Char
The exclamation point character.
exclude(Object) - Method in class com.jdc.lang.ObjectXML
Excludes the requested field name in an XML representation of an object.
exclude(Object[]) - Method in class com.jdc.lang.ObjectXML
Excludes the requested field names in an XML representation of an object.
execute() - Method in class com.jdc.rdb.sql.ddl.alter.Alter
Executes the Alter statement and returns a AlterStatus object.
execute() - Method in class com.jdc.rdb.sql.ddl.create.Create
Executes the Create statement and returns a CreateStatus object.
execute() - Method in class com.jdc.rdb.sql.ddl.drop.Drop
Executes the Drop statement and returns a DropStatus object.
execute() - Method in class com.jdc.rdb.sql.dml.delete.Delete
Executes the Delete statement and returns a DeleteStatus object.
execute() - Method in class com.jdc.rdb.sql.dml.insert.Insert
Executes the Insert statement and returns an InsertStatus object.
execute() - Method in class com.jdc.rdb.sql.dml.select.Select
Executes the Select statement and returns an SelectStatus object.
execute() - Method in class com.jdc.rdb.sql.dml.update.Update
Executes the Update statement and returns an UpdateStatus object.
execute(boolean) - Method in class com.jdc.rdb.sql.SQL
Executes the requested SQL statement.
execute(boolean) - Method in class com.jdc.rdb.sql.dml.select.Select
Executes the requested SQL SELECT statement.
execute(String) - Method in class com.jdc.rdb.tbl.tco.TableCreationObject
Executes com.jdc.rdb.sql.ddl.Drop or com.jdc.rdb.sql.ddl.Create SQL statements for multiple database Table definitions.
exists() - Method in class com.jdc.sys.SystemResource
Determines whether the system resource exists.

F

FALSE - Static variable in class com.jdc.type.Boolean
The Boolean object corresponding to the primitive value false.
fatal(String) - Method in class com.jdc.app.Application.Logger
Logs a fatal error message.
fatal(String) - Method in class com.jdc.sys.System.Logger
Logs a fatal error message.
FILE - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type file (attachment upload).
FILE_SEPARATOR - Static variable in class com.jdc.sys.SystemProperty
The system file separator ("/" on UNIX).
FILE_SEPARATOR - Static variable in class com.jdc.sys.System
The system file separator ("/") on UNIX).
FILE_SEPARATOR - Static variable in class com.jdc.type.Char
The system file separator.
FileReader - class com.jdc.io.FileReader.
FileReader is a convenience class for reading character files.
FileReader(File) - Constructor for class com.jdc.io.FileReader
Constructs a new FileReader object to read from the specified jdc.java.io.File.
finalize() - Method in class com.jdc.io.FileReader
Closes the FileReader file objects, if open, and cleans up system resources.
finalize() - Method in class com.jdc.rdb.Table
cleans up system resources.
finalize() - Method in class com.jdc.rdb.Database
Closes the database connection, if open, and cleans up system resources.
finalize() - Method in class com.jdc.rdb.sql.SQL
Ensures the SQL statement Database Connection is closed when called by the garbage collector.
finalize() - Method in class com.jdc.rdb.sql.ddl.DDL
Ensures the DDL statement Database Connection is closed when called by the garbage collector.
finalize() - Method in class com.jdc.rdb.sql.dml.DML
Ensures the DML statement Database Connection is closed when called by the garbage collector.
floatValue() - Method in class com.jdc.math.Number
Returns the value of the specified number as a float.
floatValue() - Method in class com.jdc.math.Integer
Converts this Integer to a float.
floatValue() - Method in class com.jdc.math.Decimal
Converts this Decimal to a float.
Font - class com.jdc.gui.html.tag.Font.
Font is used to create the HTML required to apply a font to display text in a browser, including the start tag, the font attributes, and the end tag as well as the actual text to display.
Font() - Constructor for class com.jdc.gui.html.tag.Font
Constructs a Font object.
Font(boolean) - Constructor for class com.jdc.gui.html.tag.Font
Constructs a Font object and sets the format status.
FontSize - class com.jdc.gui.html.tag.attr.FontSize.
FontSize is used to create an HTML font size attribute required by the HTML tag implemented as class Font.
Form - class com.jdc.gui.html.tag.Form.
Form defines an interactive form.
FORM_NAME_SEPARATOR - Static variable in class com.jdc.http.jsp.JspView
The default form name separator character.
Form.Action - class com.jdc.gui.html.tag.Form.Action.
The Action attribute specifies the action performed when a user submits the form through an INPUT or BUTTON element with a TYPE="submit".
Form.Action() - Constructor for class com.jdc.gui.html.tag.Form.Action
Constructs an Action object.
Form.Method - class com.jdc.gui.html.tag.Form.Method.
The Method attribute specifies how the form input is sent to the server.
Form.Method() - Constructor for class com.jdc.gui.html.tag.Form.Method
Constructs a Method object.
Form.Name - class com.jdc.gui.html.tag.Form.Name.
The Name attribute specifies the name of the form.
Form.Name() - Constructor for class com.jdc.gui.html.tag.Form.Name
Constructs a Name object.
Form.OnReset - class com.jdc.gui.html.tag.Form.OnReset.
The OnReset attribute specifies the client-side scripting action that is invoked when the user resets the form, through an INPUT or BUTTON element with TYPE="reset".
Form.OnReset() - Constructor for class com.jdc.gui.html.tag.Form.OnReset
Constructs a OnReset object.
Form.OnSubmit - class com.jdc.gui.html.tag.Form.OnSubmit.
The OnSubmit attribute specifies the client-side scripting action that is invoked when the user submits the form, through an INPUT or BUTTON element with TYPE="submit".
Form.OnSubmit() - Constructor for class com.jdc.gui.html.tag.Form.OnSubmit
Constructs an OnSubmit object.
Form.Target - class com.jdc.gui.html.tag.Form.Target.
The Target attribute specifies in which frame the form response should be rendered.
Form.Target() - Constructor for class com.jdc.gui.html.tag.Form.Target
Constructs a Target object.
Form() - Constructor for class com.jdc.gui.html.tag.Form
Constructs a Form object.
format() - Method in class com.jdc.dts.Date
Returns a formatted String representation of this Date object using the default format.
format() - Method in class com.jdc.math.Integer
Returns a formatted String representation of this Integer object.
format() - Method in class com.jdc.math.Decimal
Returns a formatted String representation of this Decimal object.
format() - Method in class com.jdc.math.Currency
Returns a formatted String representation of this Currency object.
format(boolean) - Method in class com.jdc.math.Currency
Returns a formatted String representation of this Currency object.
format(int) - Method in class com.jdc.dts.Date
Returns a formatted String representation of this Date object in the specified style.
format(String) - Method in class com.jdc.xml.XmlFormat
Formats an XML document String.
formatValue(boolean) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Returns a Structured Query Language (SQL) formatted table Column value for the specified boolean value.
formatValue(Column, Object) - Method in class com.jdc.rdb.sql.SQLHelper
 
formatValue(double) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Returns a Structured Query Language (SQL) formatted table Column value for the specified double value.
formatValue(long) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Returns a Structured Query Language (SQL) formatted table Column value for the specified long value.
formatValue(Object) - Method in class com.jdc.rdb.sql.SQLClauseHelper
Returns a Structured Query Language (SQL) formatted table Column value for the specified Object type.
formatValue(String, String) - Method in class com.jdc.rdb.sql.SQLHelper
Returns a formatted table column value of appropriate type for a database Insert or Update statement.
FormButton - class com.jdc.gui.html.form.FormButton.
Button is
FormButton() - Constructor for class com.jdc.gui.html.form.FormButton
Constructs a new FormButton object.
FormButton(Browser) - Constructor for class com.jdc.gui.html.form.FormButton
Constructs a new FormButton object for the specified browser.
FORMER_NAME - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.FormerName
The former name column definition.
FormerName - interface com.jdc.app.rdb.tbl.ref.data.dict.FormerName.
FormerName is the reference definition for a former name column in a database table.
FormField - class com.jdc.gui.html.form.FormField.
FormField is the baseuser interface widget that creates an input field consisting of a label and an input entry field to be displayed to the user for user input.
FormField.Label - interface com.jdc.gui.html.form.FormField.Label.
Label contains Cascading Style Sheet class names for class FormField labels.
FormField() - Constructor for class com.jdc.gui.html.form.FormField
Constructs a new FormField object.
Frame - class com.jdc.gui.html.tag.attr.Frame.
Frame is used to create an HTML frame attribute required by HTML tags implemented as classes such as Table.
From - class com.jdc.rdb.sql.dml.clause.From.
From represents a Select or Delete SQL statement FROM clause.
From() - Constructor for class com.jdc.rdb.sql.dml.clause.From
Constructs a new From clause object.
From(String) - Constructor for class com.jdc.rdb.sql.dml.clause.From
Constructs a new From clause object for the specified Database Table or View name.
FUCHSIA - Static variable in class com.jdc.gui.html.tag.attr.Color
Fuchsia.
FULL - Static variable in class com.jdc.dts.Date.Format
The full date style pattern, e.g.

G

GECKO - Static variable in class com.jdc.http.user.Browser
 
GET - Static variable in class com.jdc.gui.html.tag.Form.Method
The HTML GET method attribute keyword that specifies the form data is to be appended to the URL of the program.
get(int) - Method in class com.jdc.util.HashMapList
Returns the key element at the specified position in the list.
get(String) - Static method in class com.jdc.app.Property
Returns a String value for the specified child tag name relative to the current XML document node.
get(String[]) - Static method in class com.jdc.app.Property
Returns a String value for the specified child tag names relative to the current XML document node.
get(String, String) - Static method in class com.jdc.app.Property
Returns a String value for the specified child tag names relative to the current XML document node.
get(String, String, String) - Static method in class com.jdc.app.Property
Returns a String value for the specified child tag names relative to the current XML document node.
getAction() - Method in class com.jdc.gui.html.tag.Form
Returns the form action attribute.
getAlertMessage() - Method in class com.jdc.http.jsp.JspView
Returns the alert message, if one exists, to display to the user.
getAlias() - Method in interface com.jdc.db.View
Returns the database table view alias.
getAlias() - Method in interface com.jdc.db.Table
Returns the database table alias.
getAlias() - Method in interface com.jdc.db.Schema
Returns the database schema alias.
getAlias() - Method in interface com.jdc.db.Index
Returns the database table index alias.
getAlias() - Method in interface com.jdc.db.Database
Returns the database alias.
getAlias() - Method in interface com.jdc.db.Column
Returns the database table column alias.
getAlias() - Method in class com.jdc.rdb.Table
Returns the database table alias.
getAlias() - Method in class com.jdc.rdb.Schema
 
getAlias() - Method in class com.jdc.rdb.Database
Returns the database alias.
getAlias() - Method in class com.jdc.rdb.Column
Returns the database table column alias.
getAlias(String, int, int) - Method in class com.jdc.rdb.DatabaseHelper
Returns a database alias name for the specified prefix, number, and length.
getAlias(String, String) - Method in class com.jdc.rdb.DatabaseHelper
Returns a database alias name for the specified prefix and alias.
getAlign() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text label and input field alignment.
getAllPaths() - Method in class com.jdc.sys.ClassPath
Returns all possible Java class path directories as a String[] array in class path order.
getAlphaThreeCode() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the alpha 3 code for this country.
getAlphaTwoCode() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the alpha 2 code for this country.
getAlsoKnownAs() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the name the country is also known as, if any.
getApplicationCode() - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Returns the application code for this database table row.
getAppName() - Method in class com.jdc.http.user.Browser
Returns the browser name property.
getAppVersion() - Method in class com.jdc.http.user.HttpOperatingSystem
Returns the operating system appVersion.
getAppVersion() - Method in class com.jdc.http.user.Browser
Returns the browser version property.
getAttribute(int, String) - Method in class com.jdc.xml.Tag
Returns an XML tag attribute String.
getAttributes() - Method in class com.jdc.gui.html.Tag
Returns a String of HTML tag attributes.
getAttributes() - Method in class com.jdc.xml.Tag
Returns a String of XML tag attributes.
getAttributes() - Method in class com.jdc.xml.ComplexTag
Returns a String of XML tag attributes.
getAttributes() - Method in class com.jdc.xml.tag.DocumentType
Returns a String of XML document type definition tag attributes.
getBackgroundColor() - Method in class com.jdc.jsp.PageAttributes
Returns the page background color.
getBody() - Method in class com.jdc.gui.html.Document
Returns the HTML document body.
getBody() - Method in class com.jdc.gui.html.tag.Head
Returns the Head tag body.
getBody() - Method in class com.jdc.xml.ComplexTag
Returns the XML tag body.
getBrowser() - Method in class com.jdc.http.HttpUserProfile
Returns the user's browser information.
getBrowser() - Method in class com.jdc.http.mvc.HttpModel
Returns the type of browser used by the user to make the current request.
getCache() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns the database table cache.
getCalendar() - Method in class com.jdc.dts.Date
Returns the Java Calendar object for this Date object.
getChangeDate() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the ISO 3166 change date.
getClassName() - Method in interface com.jdc.sys.StackLine
 
getClassName() - Method in class com.jdc.sys.Stack.Trace.Object
Returns the stack trace object class name.
getClause(Class) - Method in class com.jdc.rdb.sql.SQL
Returns the SQL statement clause for the specified SQL statement clause Class.
getColorDepth() - Method in class com.jdc.app.user.Display
Returns the display color depth.
getColumn(Column, String) - Method in class com.jdc.rdb.sql.dml.DML
Returns the actual Table Column definition for the specified Column definition.
getColumn(String) - Method in interface com.jdc.db.Table
Returns the database table Column definition for a specified table column name (or table column alias).
getColumn(String) - Method in class com.jdc.rdb.Table
 
getColumnName() - Method in class com.jdc.rdb.tbl.IdGenerator
Returns the database table identity column name.
getColumns() - Method in interface com.jdc.db.Table
Returns the database table Column definitions.
getColumns() - Method in class com.jdc.rdb.Table
 
getColumns() - Method in class com.jdc.rdb.sql.ddl.create.Create
Returns the columns clause for the CREATE command.
getColumns() - Method in class com.jdc.rdb.sql.dml.insert.Insert
Returns the Columns clause for this Insert statement.
getColumns() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the Columns clause for this Select statement.
getCommand() - Method in class com.jdc.rdb.sql.SQL
Returns the SQL statement command.
getComments() - Method in class com.jdc.http.jsp.JspView
Get HTML comments.
getConfig() - Method in class com.jdc.http.mvc.HttpModel
Returns the current servlet configuration object, if provided.
getConnection() - Method in interface com.jdc.db.Database
Returns an available database connection.
getConnection() - Method in class com.jdc.rdb.Database
Attempts to establish a connection to the database.
getConnection() - Method in class com.jdc.rdb.sql.SQLStatus
Returns the SQL statement connection, if a result set was returned.
getConnection() - Method in class com.jdc.rdb.sql.SQL
Returns the Database Connection to use to execute the SQL statement.
getConnection() - Method in class com.jdc.rdb.sql.ddl.DDL
Returns the Database Connection to use to execute the DDL statement.
getConnection() - Method in class com.jdc.rdb.sql.dml.DML
Returns the Database Connection to use to execute the DML statement.
getConstraint() - Method in class com.jdc.rdb.sql.ddl.create.Create
Returns the CONSTRAINT clause for the CREATE command.
getContent() - Method in class com.jdc.gui.html.Document
Returns the HTML document content.
getContents() - Method in class com.jdc.app.i18.Text_fr
Returns the list resource bundle contents.
getContents() - Method in class com.jdc.app.i18.Text_es
Returns the list resource bundle contents.
getContents() - Method in class com.jdc.app.i18.Text
Returns the list resource bundle contents.
getContents() - Method in class com.jdc.app.i18.MessageText
Returns the application display text messages.
getContext() - Method in class com.jdc.http.mvc.HttpModel
Returns the current servlet context object, if provided..
getCookieValue(String) - Method in class com.jdc.http.mvc.HttpModel
Returns the cookie value for the requested cookie name, if the cookie exists.
getCopyright() - Method in class com.jdc.http.jsp.JspView
Returns the copyright to display to the user.
getCountryCode() - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Returns the country code for this database table row.
getCurrent() - Static method in class com.jdc.type.Timestamp
Returns a Date representing this Timestamp object.
getCurrentActivity() - Method in class com.jdc.gui.html.ProgressBar
Returns the current activity in progress for the task.
getCurrentNode() - Method in class com.jdc.xml.XmlProperties
Returns the current XML document node.
getCurrentStatus() - Method in class com.jdc.gui.html.ProgressBar
Returns the current status for the activity in progress for the task.
getData() - Method in class com.jdc.rdb.sql.dml.select.Select.Status
Returns the SQL statement table row data as Strings.
getDatabase() - Method in class com.jdc.app.rdb.schema.User
 
getDatabase() - Method in class com.jdc.app.rdb.schema.Reference
 
getDatabase() - Method in interface com.jdc.db.Schema
Returns the Database object for this schema.
getDatabase() - Method in class com.jdc.rdb.Schema
 
getDatabase() - Method in class com.jdc.rdb.sql.ddl.DDL
Returns the Database definition for this DDL statement.
getDataObjects() - Method in class com.jdc.rdb.sql.dml.select.Select.Status
Returns the SQL statement table row data objects.
getDataSource() - Method in class com.jdc.naming.JNDI.Global
Returns a Global JNDI DataSource naming object.
getDataSource() - Method in class com.jdc.rdb.Database
Returns the database DataSource object for this database object.
getDate() - Method in class com.jdc.dts.Date
Returns the Java Date object for this Date object.
getDay() - Method in class com.jdc.dts.Date
Returns the integer day value this Date object.
getDays() - Method in class com.jdc.dts.ElapsedTime
Returns the number of days in the elapsed time.
getDeclaration() - Method in class com.jdc.xml.Document
Returns the XML document declaration.
getDisplay() - Method in class com.jdc.app.UserProfile
Returns the user's display.
getDocument() - Method in class com.jdc.http.jsp.JspView
Returns the document to display to the user.
getDocument() - Method in class com.jdc.xml.XmlProperties
Returns an XML document object.
getDriverName(String) - Method in class com.jdc.rdb.DatabaseType
Returns the appropriate Driver class name for a local or remote database type.
getEndChar() - Method in class com.jdc.xml.SimpleTag
Returns the XML tag end character.
getEnterpriseCode() - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Returns the enterprise code for this database table row.
getErrorMessage() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field error message.
getErrorMessage() - Method in class com.jdc.http.jsp.JspView
Returns the first view error message.
getException() - Method in class com.jdc.rdb.sql.SQLStatus
Returns the SQL statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.ddl.alter.AlterStatus
Returns the Alter statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.ddl.create.CreateStatus
Returns the Create statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.ddl.drop.DropStatus
Returns the Drop statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.dml.delete.DeleteStatus
Returns the Delete statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.dml.insert.InsertStatus
Returns the Insert statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.dml.select.SelectStatus
Returns the Select statement exception, if one occurred.
getException() - Method in class com.jdc.rdb.sql.dml.update.UpdateStatus
Returns the Update statement exception, if one occurred.
getException() - Method in class com.jdc.sys.Stack.Trace
Returns the stack trace throwable, i.e.
getField() - Method in class com.jdc.gui.html.form.field.TextField
Returns the basic text input field definition.
getFile() - Method in class com.jdc.io.FileReader
Returns the jdc.java.io.File to read from.
getFile() - Method in class com.jdc.sys.SystemResource
Returns the system resource file name.
getFooter() - Method in class com.jdc.jsp.PageAttributes
Returns the page footer include file.
getForm() - Method in class com.jdc.http.jsp.JspView
Returns the Form object for this HTML page.
getFormerName() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country's former name, if any.
getFrom() - Method in class com.jdc.rdb.sql.dml.delete.Delete
Returns the From clause for this Delete statement.
getFrom() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the From clause for this Select statement.
getFullClassName() - Method in interface com.jdc.sys.StackLine
 
getFullHostName(HttpServletRequest) - Method in class com.jdc.http.mvc.HttpController
Returns the full (complete) host name.
getGlobal() - Static method in class com.jdc.naming.JNDI
Returns a Global JNDI naming object.
getGroupBy() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the GroupBy clause for this Select statement.
getHaving() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the Having clause for this Select statement.
getHead() - Method in class com.jdc.gui.html.Document
Returns the HTML document header.
getHeader() - Method in class com.jdc.jsp.PageAttributes
Returns the page header include file.
getHeight() - Method in class com.jdc.app.user.Window
Returns the display window height.
getHeight() - Method in interface com.jdc.app.user.DisplayDimensions
Returns the display height.
getHeight() - Method in class com.jdc.app.user.Display
Returns the display height.
getHeight() - Method in class com.jdc.http.user.BrowserPage
Returns the height.
getHours() - Method in class com.jdc.dts.ElapsedTime
Returns the number of hours in the elapsed time.
getIcon() - Method in class com.jdc.http.jsp.JspView
Returns the icon link URL.
getId() - Method in class com.jdc.app.Company
Returns the company identifier.
getId() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country identifier.
getIdentifier() - Method in class com.jdc.gui.html.Tag
Returns the HTML tag identifier.
getIdentifier() - Method in class com.jdc.http.HttpTransaction
Returns the transaction identifier.
getIdentifier() - Method in class com.jdc.xml.Tag
Returns the XML tag identifier.
getIdentifier() - Method in class com.jdc.xml.ComplexTag
Returns the XML tag identifier.
getImpact() - Method in class com.jdc.rdb.sql.ddl.drop.Drop
Returns the Impact clause for this Drop statement.
getIncrement() - Method in class com.jdc.gui.html.ProgressBar
Returns the progress bar percentage complete increment.
getIncrement() - Method in class com.jdc.rdb.tbl.IdGenerator
Returns the database table identity column increment.
getInstance(String) - Static method in class com.jdc.rdb.DatabaseType
Returns the DatabaseType for the specified database name.
getInt(int) - Method in class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
Returns an int value from the data file line data array.
getInt(Object) - Method in class com.jdc.rdb.tbl.DataHelper
Returns an integer value for a data object.
getInterval() - Method in class com.jdc.util.Refresh.Status
Returns the refresh Interval.
getIntField() - Method in class com.jdc.lang.SourceTemplate
Returns the int field value.
getInto() - Method in class com.jdc.rdb.sql.dml.insert.Insert
Returns the Into clause for this Insert statement.
getJavaClass() - Method in interface com.jdc.db.DataType
Returns the Java Class associated with this DataType.
getJavaClass() - Method in class com.jdc.rdb.DataType
Returns the Java Class associated with this DataType.
getJavaScript() - Method in class com.jdc.http.jsp.JspView
Returns the JavaScript functions required for this HTML page.
getKeyColumns() - Method in interface com.jdc.db.Table
Returns the database table key Column definitions.
getKeyColumns() - Method in class com.jdc.rdb.Table
 
getKeyColumns(Table, int) - Method in class com.jdc.rdb.DatabaseHelper
Returns the requested database table key columns.
getKeyword() - Method in class com.jdc.rdb.sql.SQLClause
Returns the SQL clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.ddl.clause.View
Returns the View clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.ddl.clause.Table
Returns the Table clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.ddl.clause.Schema
Returns the Schema clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.ddl.clause.Index
Returns the Index clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.ddl.create.IfNotExists
Returns the IfNotExists clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.ddl.drop.IfExists
Returns the IfExists clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.clause.With
Returns the With clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.clause.Where
Returns the Where clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.clause.Limit
Returns the Limit clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.clause.From
Returns the From clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.clause.Correlation
Returns the Correlation clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.clause.Commit
Returns the Commit clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.insert.Values
Returns the Values clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.insert.Into
Returns the Into clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.insert.Columns
Returns the Columns clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Returns the OrderBy clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.select.Having
Returns the Having clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.select.GroupBy
Returns the GroupBy clause keyword.
getKeyword() - Method in class com.jdc.rdb.sql.dml.update.Set
Returns the Set clause keyword.
getKeyword(boolean) - Method in class com.jdc.rdb.sql.ddl.DDLClause
Returns the DDL statement clause keyword if the clause value contains one or more values.
getKeyword(boolean) - Method in class com.jdc.rdb.sql.dml.DMLClause
Returns the DML statement clause keyword if the clause value contains one or more values.
getLabel() - Method in class com.jdc.gui.html.form.field.TextField
Returns the basic text field label definition.
getLanguage() - Method in class com.jdc.jsp.PageAttributes
Returns the page language.
getLength() - Method in interface com.jdc.db.Column
Returns the database table column length for character table columns.
getLength() - Method in class com.jdc.rdb.Column
Returns the database table column length for character table columns.
getLineNumber() - Method in class com.jdc.io.FileReader
Returns the jdc.java.io.File line number.
getLocal() - Static method in class com.jdc.naming.JNDI
Returns a Local JNDI naming object.
getLocale() - Method in class com.jdc.app.UserProfile
Returns the user's locale information.
getLocale() - Method in class com.jdc.app.mvc.Model
Returns the current Locale object.
getLocale() - Method in class com.jdc.dts.Date.Format
Returns the Locale object to be used when formatting this Date object.
getLocale() - Method in class com.jdc.http.mvc.HttpModel
Returns the user locale object.
getLocale() - Method in interface com.jdc.lang.LocaleSensitive
Returns the locale.
getLocale() - Method in class com.jdc.math.Integer
Returns the Locale object to be used when formatting this Integer object.
getLocale() - Method in class com.jdc.math.Decimal
Returns the Locale object to be used when formatting this Decimal object.
getLocalEnterpriseJavaBean(String) - Static method in class com.jdc.naming.JNDI
 
getLocation(int) - Method in class com.jdc.sys.Stack.Trace
Returns the stack trace location at the specified stack index.
getLocation(String) - Method in class com.jdc.sys.Stack.Trace
Returns the stack trace location for the specified class name.
getLocations() - Method in class com.jdc.sys.Stack.Trace
Returns the stack trace frame location entries.
getLogger() - Static method in class com.jdc.app.Application
Constructs a new Application object.
getLongName() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country long name.
getMajor() - Method in class com.jdc.rdb.Database.Version
Returns an int representing this database major version number.
getMessage() - Method in class com.jdc.dts.Date
Returns the appropriate message text for an invalid date.
getMessage() - Method in class com.jdc.rdb.sql.SQLStatus
Returns the SQL statement message, if one was created.
getMessage() - Method in class com.jdc.sys.Stack.Trace.Exception
Returns the stack trace exception message text.
getMetaData() - Method in class com.jdc.rdb.Database
Returns the DatabaseMetaData for this database.
getMethod() - Method in class com.jdc.gui.html.tag.Form
Returns the form method attribute.
getMethodName() - Method in interface com.jdc.sys.StackLine
 
getMethodName() - Method in class com.jdc.sys.Stack.Trace.Location
Returns the stack trace frame method name.
getMillis() - Method in class com.jdc.dts.ElapsedTime
Returns the number of milliseconds in the elapsed time.
getMinor() - Method in class com.jdc.rdb.Database.Version
Returns an int representing this database minor version number.
getMinutes() - Method in class com.jdc.dts.ElapsedTime
Returns the number of minutes in the elapsed time.
getMonth() - Method in class com.jdc.dts.Date
Returns the integer month value this Date object.
getName() - Method in class com.jdc.app.UserProfile
Returns the user's name
getName() - Method in class com.jdc.app.Company
Returns the company name.
getName() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country name.
getName() - Method in class com.jdc.app.user.OperatingSystem
Returns the operating system name.
getName() - Method in interface com.jdc.db.View
Returns the database table view name.
getName() - Method in interface com.jdc.db.Table
Returns the database table name.
getName() - Method in interface com.jdc.db.Schema
Returns the database schema name.
getName() - Method in interface com.jdc.db.Index
Returns the database table index name.
getName() - Method in interface com.jdc.db.Database
Returns the database name.
getName() - Method in interface com.jdc.db.Column
Returns the database table column name.
getName() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field name.
getName() - Method in class com.jdc.gui.html.form.field.SelectField
Returns the selection field name.
getName() - Method in class com.jdc.gui.html.tag.Form
Returns the form name attribute.
getName() - Method in class com.jdc.gui.html.tag.Attribute
Returns the HTML tag attribute name.
getName() - Method in class com.jdc.http.user.Browser
Returns the browser name.
getName() - Method in class com.jdc.rdb.Table
 
getName() - Method in class com.jdc.rdb.Schema
 
getName() - Method in class com.jdc.rdb.Database
Returns the database name.
getName() - Method in class com.jdc.rdb.Database.DataSource
Returns the DataSource JNDI name.
getName() - Method in class com.jdc.rdb.Column
 
getName() - Method in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Returns a String name for this IsolationLevel object.
getName() - Method in class com.jdc.sys.Stack.Trace.Object
Returns the stack trace object qualified class name.
getName() - Method in class com.jdc.util.Refresh.Status
Returns the refresh class name.
getName() - Method in class com.jdc.util.NameValue
Returns the name for the name/value pair.
getName() - Method in class com.jdc.xml.tag.Attribute
Returns the XML tag attribute name.
getName(String) - Method in class com.jdc.sys.SystemResource
Returns a system resource for the specified system resource name.
getName(String, String) - Method in class com.jdc.naming.JNDI.DataSource
Returns a Global JNDI DataSource naming reference.
getNodeValue(String) - Method in class com.jdc.xml.XmlProperties
Returns a String value for the specified child tag name relative to the current XML document node.
getNodeValue(String[]) - Method in class com.jdc.xml.XmlProperties
Returns a String value for the specified child tag names relative to the current XML document node.
getNodeValue(String, String) - Method in class com.jdc.xml.XmlProperties
Returns a String value for the specified child tag names relative to the current XML document node.
getNodeValue(String, String, String) - Method in class com.jdc.xml.XmlProperties
Returns a String value for the specified child tag names relative to the current XML document node.
getNumberOfColors() - Method in class com.jdc.app.user.Display
Returns the number of display colors available.
getNumericThreeCode() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the numeric 3 code for this country.
getObject() - Method in class com.jdc.rdb.sql.ddl.DDL
Returns the Database Object for this DDL statement.
getObject() - Method in class com.jdc.sys.Stack.Trace.Object
Returns the stack trace object class information.
getObject() - Method in class com.jdc.util.Refresh.Status
Returns the refresh class object.
getOnReset() - Method in class com.jdc.gui.html.tag.Form
Returns the form onReset attribute.
getOnSubmit() - Method in class com.jdc.gui.html.tag.Form
Returns the form onSubmit attribute.
getOperatingSystem() - Method in class com.jdc.http.HttpUserProfile
Returns the user's operating system information.
getOrderBy() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the OrderBy clause for this Select statement.
getOS() - Method in class com.jdc.http.HttpUserProfile
Returns the user's operating system information.
getPackage() - Method in interface com.jdc.sys.StackLine
 
getPackageName() - Method in class com.jdc.sys.Stack.Trace.Object
Returns the stack trace object package name.
getPadding() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field padding.
getPage() - Method in class com.jdc.http.user.Browser
Returns the browser page.
getParameterValue(String) - Method in class com.jdc.http.mvc.HttpModel
Returns the parameter value for the requested parameter name, if the parameter exists.
getPassword() - Method in class com.jdc.app.UserProfile
Returns the user's password.
getPath() - Method in class com.jdc.sys.SystemResource
Returns the system resource file path name.
getPaths() - Method in class com.jdc.sys.ClassPath
Returns the Java class path directories as a String[] array in class path order.
getPercentComplete() - Method in class com.jdc.gui.html.ProgressBar
Returns the progress bar percentage complete for the task.
getPrecision() - Method in interface com.jdc.db.Column
Returns the database table column precision for numeric table columns.
getPrecision() - Method in class com.jdc.rdb.Column
 
getPrimaryKeyColumns(Table) - Method in class com.jdc.rdb.DatabaseHelper
Returns the database table primary key columns.
getProlog() - Method in class com.jdc.xml.Document
Returns the XML prolog.
getPrompt() - Method in class com.jdc.jsp.PageAttributes
Returns the page prompt (to the user).
getProperName() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country proper name.
getProperty(String) - Static method in class com.jdc.app.web.UserContext
Returns the current user property value for the specified property.
getQualifiedAlias(Table) - Method in class com.jdc.rdb.DatabaseHelper
Returns a qualified database Table alias.
getQualifiedAlias(Table) - Method in class com.jdc.rdb.sql.SQLHelper
Returns a fully-qualified database Table alias.
getQualifiedName() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns the qualified database table name.
getQualifiedName(Table) - Method in class com.jdc.rdb.DatabaseHelper
Returns a qualified database table name.
getQualifier() - Method in class com.jdc.xml.tag.Attribute
Returns the XML tag attribute value qualifier.
getQuoteCharacter() - Method in class com.jdc.gui.html.tag.Attribute
Returns the HTML tag attribute quote character.
getQuotedValue() - Method in class com.jdc.gui.html.tag.Attribute
Returns the HTML tag attribute quoted value.
getQuotedValue() - Method in class com.jdc.xml.tag.Attribute
Returns the XML tag attribute quoted value.
getRefresh() - Method in class com.jdc.gui.html.ProgressBar
Returns the HTML meta tag that will automatically refresh, i.e.
getRemarks() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country remarks.
getRequest() - Method in class com.jdc.http.mvc.HttpModel
Returns the current HTTP servlet request object.
getRequestDispatcher(String) - Method in class com.jdc.http.HttpServlet
Returns a request dispatcher from the servlet context for the specified URL.
getRequestURI(HttpServletRequest) - Method in class com.jdc.http.mvc.HttpController
Gets current request Uniform Resource Identifier (URI).
getResolution() - Method in class com.jdc.app.user.Window
Returns the display window resolution.
getResolution() - Method in interface com.jdc.app.user.DisplayDimensions
Returns the display resolution.
getResolution() - Method in class com.jdc.app.user.Display
Returns the display resolution.
getResponse() - Method in class com.jdc.http.mvc.HttpModel
Returns the current HTTP servlet response object.
getRootNode() - Method in class com.jdc.xml.XmlProperties
Returns the XML document root node.
getRow() - Method in class com.jdc.rdb.sql.dml.select.SelectStatus
Returns the first Database Table Row selected.
getRowCount() - Method in class com.jdc.rdb.sql.SQLStatus
Returns the SQL statement rows affected count.
getRowCount() - Method in class com.jdc.rdb.sql.dml.delete.DeleteStatus
Returns the number of Database Table rows deleted.
getRowCount() - Method in class com.jdc.rdb.sql.dml.insert.InsertStatus
Returns the number of Database Table rows inserted.
getRowCount() - Method in class com.jdc.rdb.sql.dml.select.SelectStatus
Returns the number of Database Table rows selected.
getRowCount() - Method in class com.jdc.rdb.sql.dml.update.UpdateStatus
Returns the number of Database Table rows updated.
getRows() - Method in class com.jdc.rdb.sql.dml.select.SelectStatus
Returns the Database Table Rows selected.
getRows() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the Rows clause for this Select statement.
getScale() - Method in interface com.jdc.db.Column
Returns the database table column scale for numeric table columns.
getScale() - Method in class com.jdc.rdb.Column
 
getSchema() - Method in class com.jdc.app.rdb.tbl.ref.Country
Returns the Database Schema for the Country Table.
getSchema() - Method in interface com.jdc.db.Table
Returns the database table Schema.
getSchema() - Method in class com.jdc.rdb.Table
 
getSchemaName() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns the database schema name.
getSchemaName() - Method in class com.jdc.rdb.tbl.IdGenerator
Returns the database schema name.
getSeconds() - Method in class com.jdc.dts.ElapsedTime
Returns the number of seconds in the elapsed time.
getServletConfig() - Method in class com.jdc.http.HttpServlet
Returns the servlet config object.
getServletContext() - Method in class com.jdc.http.HttpServlet
Returns the servlet context object.
getServletName() - Method in class com.jdc.http.HttpServlet
Returns the servlet name.
getSession() - Method in class com.jdc.http.mvc.HttpModel
Returns the current HTTP user session object.
getSession(HttpServletRequest) - Method in class com.jdc.http.mvc.HttpController
Returns the HTTP user session object.
getSessionAttribute(String) - Method in class com.jdc.http.mvc.HttpModel
Returns the requested session attribute.
getSet() - Method in class com.jdc.rdb.sql.dml.update.Update
Returns the Set clause for this Update statement.
getShortName() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns the country short name.
getSize() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field size.
getSourceFileLineNumber() - Method in interface com.jdc.sys.StackLine
Returns the line or -1 if unknown.
getSourceFilename() - Method in interface com.jdc.sys.StackLine
 
getSourceLine() - Method in class com.jdc.sys.Stack.Trace.Location
Returns the stack trace frame source file line number.
getSourceName() - Method in class com.jdc.sys.Stack.Trace.Location
Returns the stack trace frame source file name.
getSQL() - Method in class com.jdc.rdb.sql.SQLStatus
Returns the SQL statement String executed.
getSQL() - Method in class com.jdc.rdb.sql.ddl.DDLStatus
Returns the SQL statement executed.
getSQL() - Method in class com.jdc.rdb.sql.dml.DMLStatus
Returns the SQL statement executed.
getStackDepth() - Method in class com.jdc.sys.StackTrace
 
getStackLine(int) - Method in class com.jdc.sys.StackTrace
 
getStackTrace(Throwable) - Static method in class com.jdc.sys.StackTrace
 
getStartChar() - Method in class com.jdc.xml.SimpleTag
Returns the XML tag start character.
getStartId() - Method in class com.jdc.rdb.tbl.IdGenerator
Returns the database table identity column starting value.
getStatement() - Method in class com.jdc.rdb.sql.SQLStatus
Returns the SQL statement, if a result set was returned.
getStatement() - Method in class com.jdc.rdb.sql.SQL
Returns the SQL statement.
getStatus() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field status.
getStatus() - Method in class com.jdc.http.HttpUserProfile
Returns the user status.
getStatus() - Method in class com.jdc.http.mvc.HttpView
Returns the view status.
getStatus() - Method in class com.jdc.rdb.sql.ddl.DDLStatus
Returns the SQL statement execution status.
getStatus() - Method in class com.jdc.rdb.sql.dml.DMLStatus
Returns the SQL statement execution status.
getString(int) - Method in class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
Returns a String value from the data file line data array.
getString(Object) - Method in class com.jdc.rdb.tbl.DataHelper
Returns a String value for a data object.
getString(String) - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns the result set String value for the specified field name.
getStringField() - Method in class com.jdc.lang.SourceTemplate
Returns the String field value.
getStyle() - Method in class com.jdc.gui.html.ProgressBar
Returns the <div> CSS style for the progress bar.
getStyle() - Method in class com.jdc.http.jsp.JspView
Returns the style definitions required for this HTML page.
getStyles() - Method in class com.jdc.gui.html.ProgressBar
Returns the CSS styles for the progress bar.
getStyleSheet() - Method in class com.jdc.http.jsp.JspView
Returns the style sheet required for this HTML page.
getTable() - Method in interface com.jdc.db.View
Returns the database Table for this view.
getTable() - Method in interface com.jdc.db.Index
Returns the database Table for this index.
getTable() - Method in class com.jdc.rdb.sql.SQLHelper
Returns the database table to execute the SQL command upon.
getTable() - Method in class com.jdc.rdb.sql.dml.DML
Returns the Database Table definition for this DML statement.
getTable() - Method in class com.jdc.rdb.tbl.dao.DataAccessObject
Returns the database Table definition.
getTableName() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns the database table name.
getTableName() - Method in class com.jdc.rdb.tbl.IdGenerator
Returns the database table name.
getTarget() - Method in class com.jdc.gui.html.tag.Form
Returns the form target attribute.
getTarget() - Method in class com.jdc.rdb.sql.dml.update.Update
Returns the com.jdc.rdb.sql.dml.Target clause for this Update statement.
getTargetURL() - Method in class com.jdc.http.mvc.HttpModel
Returns the target Uniform Resource Locator (URL) for the request.
getTask() - Method in class com.jdc.gui.html.ProgressBar
Returns a reference to the object controlling the task for this progress bar.
getText() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field label.
getText() - Method in class com.jdc.gui.html.tag.Title
Returns the title text.
getText() - Method in class com.jdc.xml.Comment
Returns the comment text.
getText(String) - Method in class com.jdc.http.mvc.HttpModel
Returns the resource display text for the specified display text identifier.
getText(String, String) - Method in class com.jdc.http.mvc.HttpModel
Returns the resource display text for the specified display text identifier.
getText(String, String[]) - Method in class com.jdc.http.mvc.HttpModel
Returns the resource display text for the specified display text identifier.
getText(String, String, String) - Method in class com.jdc.http.mvc.HttpModel
Returns the resource display text for the specified display text identifier.
getThread() - Static method in class com.jdc.app.web.UserContext
Returns the current user thread.
getThrowable() - Method in class com.jdc.sys.Stack.Trace
Returns the stack trace Throwable, i.e.
getTime() - Method in class com.jdc.dts.Date
Returns the long value this Date object.
getTime() - Method in class com.jdc.util.Refresh.Status
Returns the refresh Time.
getTimestamp() - Method in class com.jdc.util.Refresh.Status
Returns the refresh Timestamp.
getTip() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field tip.
getTitle() - Method in class com.jdc.gui.html.tag.Head
Returns the document title.
getTitle() - Method in class com.jdc.http.jsp.JspView
Returns the Title object for this HTML page.
getTitle() - Method in class com.jdc.http.user.BrowserPage
Returns the title.
getTitle() - Method in class com.jdc.jsp.PageAttributes
Returns the page title.
getTrace() - Method in class com.jdc.sys.Stack
Returns the stack trace information.
getTransaction() - Method in class com.jdc.http.HttpUserProfile
Returns the user transaction object.
getTransaction() - Method in class com.jdc.http.mvc.HttpModel
Returns the current user transaction object.
getType() - Method in interface com.jdc.db.Database
Returns the database type.
getType() - Method in interface com.jdc.db.Column
Returns the database table column data type.
getType() - Method in class com.jdc.gui.html.form.FormField
Returns the input field type.
getType() - Method in class com.jdc.rdb.Database
Returns the database type.
getType() - Method in class com.jdc.rdb.Column
 
getType() - Method in class com.jdc.xml.Document
Returns the XML document type definition.
getUnique() - Method in class com.jdc.rdb.sql.ddl.create.Create
Returns the UNIQUE clause for the CREATE command.
getURI() - Method in class com.jdc.http.user.BrowserPage
Returns the uri.
getURL() - Method in class com.jdc.http.mvc.HttpView
Returns the view URL
getURL() - Method in class com.jdc.rdb.Database
Returns the database Uniform Resource Locator (URL).
getURL(String, String, String) - Method in class com.jdc.rdb.DatabaseType
Returns a complete database Uniform Resource Locator (URL) String.
getUser() - Static method in class com.jdc.app.web.UserContext
Returns the current user.
getUser() - Method in class com.jdc.http.mvc.HttpModel
Returns the current user, i.e.
getUser(HttpServletRequest) - Method in class com.jdc.http.mvc.HttpController
Returns the HTTP user profile object.
getUserAgent() - Method in class com.jdc.http.user.HttpOperatingSystem
Returns the browser user agent property.
getUserAgent() - Method in class com.jdc.http.user.Browser
Returns the browser user agent property.
getValue() - Method in class com.jdc.gui.html.form.field.TextField
Returns the text field value.
getValue() - Method in class com.jdc.gui.html.tag.Attribute
Returns the HTML tag attribute value.
getValue() - Method in class com.jdc.gui.html.tag.attr.VerticalAlign
Return the vertical alignment value.
getValue() - Method in class com.jdc.rdb.sql.SQLClause
Returns the SQL clause value.
getValue() - Method in class com.jdc.rdb.sql.ddl.clause.View
Returns the View clause value.
getValue() - Method in class com.jdc.rdb.sql.ddl.clause.Table
Returns the Table clause value.
getValue() - Method in class com.jdc.rdb.sql.ddl.clause.Schema
Returns the Schema clause value.
getValue() - Method in class com.jdc.rdb.sql.ddl.clause.Index
Returns the Index clause value.
getValue() - Method in class com.jdc.rdb.sql.ddl.drop.Impact
Returns the Impact clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.clause.With
Returns the With clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.clause.Where
Returns the Where clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.clause.Limit
Returns the Limit clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.clause.From
Returns the From clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.clause.Correlation
Returns the Correlation clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.clause.Commit
Returns the Commit clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.insert.Values
Returns the Values clause.
getValue() - Method in class com.jdc.rdb.sql.dml.insert.Into
Returns the Into clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.insert.Columns
Returns the Columns clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.select.Rows
Returns the Rows clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Returns the OrderBy clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.select.Having
Returns the Having clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.select.GroupBy
Returns the GroupBy clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.select.Columns
Returns the Columns clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.update.Target
Returns the Target clause value.
getValue() - Method in class com.jdc.rdb.sql.dml.update.Set
Returns the Set clause value.
getValue() - Method in class com.jdc.util.NameValue
Returns the value for the name/value pair.
getValue() - Method in class com.jdc.xml.tag.Attribute
Returns the XML tag attribute value.
getValue(String) - Method in class com.jdc.sys.Stack.Trace.Object
Returns a non-null String value.
getValues() - Method in class com.jdc.rdb.sql.dml.insert.Insert
Returns the Values clause for this Insert statement.
getVersion() - Method in class com.jdc.http.user.Browser
Returns the browser version.
getVersion() - Method in class com.jdc.rdb.Database
Returns the database Version object for this database object.
getView() - Method in class com.jdc.http.HttpUserProfile
Returns the user view object.
getView() - Method in class com.jdc.http.mvc.HttpModel
Returns the current user view object.
getWebAppPathName() - Method in class com.jdc.http.HttpServlet
Returns the web application path name.
getWhere() - Method in class com.jdc.rdb.sql.dml.delete.Delete
Returns the Where clause for this Delete statement.
getWhere() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns the Where clause for this Select statement.
getWhere() - Method in class com.jdc.rdb.sql.dml.update.Update
Returns the Where clause for this Update statement.
getWidth() - Method in class com.jdc.app.user.Window
Returns the display width.
getWidth() - Method in interface com.jdc.app.user.DisplayDimensions
Returns the display width.
getWidth() - Method in class com.jdc.app.user.Display
Returns the display width.
getWidth() - Method in class com.jdc.gui.html.form.field.SelectField
Returns the selection field width.
getWidth() - Method in class com.jdc.http.user.BrowserPage
Returns the width.
getWindow() - Method in class com.jdc.app.user.Display
Returns the display window object.
getYear() - Method in class com.jdc.dts.Date
Returns the integer year value this Date object.
GRAY - Static variable in class com.jdc.gui.html.tag.attr.Color
Gray.
GREATER_THAN - Static variable in class com.jdc.rdb.sql.dml.clause.Comparison
The Where clause greater than comparison operator (>).
GREATER_THAN_OR_EQUAL - Static variable in class com.jdc.rdb.sql.dml.clause.Comparison
The Where clause greater than or equal comparison operator (>=).
GREEN - Static variable in class com.jdc.gui.html.tag.attr.Color
Green.
GroupBy - class com.jdc.rdb.sql.dml.select.GroupBy.
GroupBy represents a Select SQL statement GROUP BY clause.
GroupBy() - Constructor for class com.jdc.rdb.sql.dml.select.GroupBy
Constructs a new GroupBy clause object.
GroupBy(String) - Constructor for class com.jdc.rdb.sql.dml.select.GroupBy
Constructs a new GroupBy clause object for the specified column name or names.
GROUPING_SEPARATOR - Static variable in class com.jdc.sys.System
The system grouping separator.

H

hasChanged() - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Returns true if at least one database table row value has changed.
hasChanged(int, int) - Method in class com.jdc.rdb.tbl.dto.DataTransferHelper
Returns true if the database table row int value has changed.
hasChanged(String, String) - Method in class com.jdc.rdb.tbl.dto.DataTransferHelper
Returns true if the database table row String value has changed.
HashCode - class com.jdc.lang.HashCode.
HashCode is a convenience class used to generate a hash code based on the principles in Effective Java Programming Language Guide by Joshua Bloch.
hashCode() - Method in class com.jdc.lang.SourceTemplate
Returns a hash code value for this SourceTemplate object.
hashCode() - Method in class com.jdc.math.Integer
Returns the hash code for this Integer object.
hashCode() - Method in class com.jdc.math.Decimal
Returns the hash code for this Decimal object.
hashCode() - Method in class com.jdc.rdb.Table
Returns a hash code value for this Table object.
hashCode() - Method in class com.jdc.rdb.Schema
Returns a hash code value for this Schema object.
hashCode() - Method in class com.jdc.rdb.Database
Returns a hash code value for this Database object.
hashCode() - Method in class com.jdc.util.NameValue
Returns a hash code value for this NameValue object.
HashCode() - Constructor for class com.jdc.lang.HashCode
Constructs a new HashCode object.
HashMapList - class com.jdc.util.HashMapList.
HashMapList is a HashMap implementation that also may be accessed like an ArrayList, i.e.
HashMapList() - Constructor for class com.jdc.util.HashMapList
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
HashMapList(int) - Constructor for class com.jdc.util.HashMapList
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
HashMapList(int, float) - Constructor for class com.jdc.util.HashMapList
Constructs a new, empty map with the specified initial capacity and the specified load factor.
hasValue() - Method in class com.jdc.gui.html.form.field.TextField
Returns true if the text field has a value.
Having - class com.jdc.rdb.sql.dml.select.Having.
Having represents a Select SQL statement HAVING clause.
Having() - Constructor for class com.jdc.rdb.sql.dml.select.Having
Constructs a new Having clause object.
Having(String) - Constructor for class com.jdc.rdb.sql.dml.select.Having
Constructs a new Having clause object for the specified search condition or conditions.
Head - class com.jdc.gui.html.tag.Head.
Head contains header information about the document, such as its title, keywords, description, and style sheet.
Head() - Constructor for class com.jdc.gui.html.tag.Head
Constructs a new Head object.
Height - class com.jdc.gui.html.tag.attr.Height.
Height is used to create an HTML height attribute that sets the height as a percentage (the default) or in pixels as required by HTML tags implemented in classes like Table and TableColumn.
Height() - Constructor for class com.jdc.gui.html.tag.attr.Height
Constructs a Height object of the default type (percentage).
Height(String) - Constructor for class com.jdc.gui.html.tag.attr.Height
Constructs a Height object of the specified type.
HIDDEN - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type hidden.
HORIZONTAL - Static variable in class com.jdc.gui.html.tag.attr.Frame
Display a border on the left and right side.
HorizontalRule - class com.jdc.gui.html.tag.HorizontalRule.
HorizontalRule is used to create the HTML required to create a horizontal rule tag for display in a browser.
HorizontalRule() - Constructor for class com.jdc.gui.html.tag.HorizontalRule
Constructs a HorizontalRule object.
HOST - Static variable in interface com.jdc.http.RequestHeader
The request header that specifies the host name and port number as listed in the original URL, e.g.
Html - class com.jdc.gui.html.tag.Html.
Html contains the HTML document, made up of the HEAD followed by the BODY, except in Frameset documents where the FRAMESET element replaces the BODY.
Html() - Constructor for class com.jdc.gui.html.tag.Html
Constructs a new Html object.
HtmlChar - interface com.jdc.gui.html.HtmlChar.
 
HttpController - class com.jdc.http.mvc.HttpController.
HttpController implements servlet methods common to all web application servlets.
HttpController() - Constructor for class com.jdc.http.mvc.HttpController
 
HttpInitializer - class com.jdc.http.HttpInitializer.
HttpInitializer is a skeleton implementation of the ServletContextListener interface receives s interface recieve notifications about changes to the servlet context of the web application they are part of.
HttpInitializer() - Constructor for class com.jdc.http.HttpInitializer
Constructs a new HttpInitializer object.
HttpModel - class com.jdc.http.mvc.HttpModel.
HttpModel processes the user request, i.e.
HttpModel(HttpServletRequest, HttpServletResponse) - Constructor for class com.jdc.http.mvc.HttpModel
Constructs an HttpModel object.
HttpModel(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class com.jdc.http.mvc.HttpModel
Constructs a HttpModel object.
HttpModel(HttpServletRequest, HttpServletResponse, ServletContext, ServletConfig) - Constructor for class com.jdc.http.mvc.HttpModel
Constructs a HttpModel object.
HttpOperatingSystem - class com.jdc.http.user.HttpOperatingSystem.
HttpOperatingSystem contains all available information regarding the user's operating system.
HttpOperatingSystem() - Constructor for class com.jdc.http.user.HttpOperatingSystem
Constructs a new HttpOperatingSystem object.
HttpRequestHelper - class com.jdc.http.HttpRequestHelper.
HttpRequestHelper.java is
HttpRequestHelper() - Constructor for class com.jdc.http.HttpRequestHelper
Constructor for HttpRequestHelper.
HttpServlet - class com.jdc.http.HttpServlet.
HttpServlet implements methods common to all HTTP servlets.
HttpServlet() - Constructor for class com.jdc.http.HttpServlet
 
HttpTransaction - class com.jdc.http.HttpTransaction.
HttpTransaction represents the HTTP transaction initiated by a user.
HttpTransaction() - Constructor for class com.jdc.http.HttpTransaction
Constructs an HttpTransaction object.
HttpTransaction(HttpServletRequest, HttpServletResponse) - Constructor for class com.jdc.http.HttpTransaction
Constructs an HttpTransaction object.
HttpUserProfile - class com.jdc.http.HttpUserProfile.
HttpUserProfile contains all client information for the user including login, operating system, display, browser, and locale information.
HttpUserProfile() - Constructor for class com.jdc.http.HttpUserProfile
Constructor for class HttpUserProfile.
HttpUserStatus - class com.jdc.http.user.HttpUserStatus.
HttpUserStatus.java is
HttpUserStatus() - Constructor for class com.jdc.http.user.HttpUserStatus
Constructs a new HttpUserStatus object.
HttpView - class com.jdc.http.mvc.HttpView.
HttpView.java is
HttpView.Status - class com.jdc.http.mvc.HttpView.Status.
Status maintains the view status flags, i.e.
HttpView.Status() - Constructor for class com.jdc.http.mvc.HttpView.Status
Constructs a view Status object.
HttpView() - Constructor for class com.jdc.http.mvc.HttpView
Constructs a new HttpView object.
HYPHEN - Static variable in class com.jdc.type.Char
The hyphen character.

I

IBM_DB2 - Static variable in class com.jdc.rdb.DatabaseType
Identifies an IBM DB2 database.
Id - class com.jdc.gui.html.tag.attr.Id.
Id is used to create an HTML id attribute required by HTML tags implemented as classes like Input and Select.
ID - Static variable in class com.jdc.app.rdb.tbl.ref.Country
The Country identifier column.
Id() - Constructor for class com.jdc.gui.html.tag.attr.Id
Constructs a Id object.
IdGenerator - class com.jdc.rdb.tbl.IdGenerator.
IdGenerator generates a unique identifier number for the specified database table row identifier column.
IdGenerator(String, String, String) - Constructor for class com.jdc.rdb.tbl.IdGenerator
Constructs a new IdGenerator object for the specified schema, table, and identity column with a starting value and increment.
IdGenerator(String, String, String, int, int) - Constructor for class com.jdc.rdb.tbl.IdGenerator
Constructs a new IdGenerator object for the specified schema, table, and identity column with a starting value and increment.
IfExists - class com.jdc.rdb.sql.ddl.drop.IfExists.
IfExists represents a Drop SQL statement IF EXISTS clause.
IfExists() - Constructor for class com.jdc.rdb.sql.ddl.drop.IfExists
Constructs a new IfExists clause object.
IfNotExists - class com.jdc.rdb.sql.ddl.create.IfNotExists.
IfNotExists represents a Create SQL statement IF NOT EXISTS clause.
IfNotExists() - Constructor for class com.jdc.rdb.sql.ddl.create.IfNotExists
Constructs a new IfNotExists clause object.
Image - class com.jdc.gui.html.tag.Image.
Image is used to create the HTML required to create an Image tag to display to a user including the start tag, the Image attributes, and the end tag.
IMAGE - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type image.
Image() - Constructor for class com.jdc.gui.html.tag.Image
Constructs a Image object.
Image(boolean) - Constructor for class com.jdc.gui.html.tag.Image
Constructs a Image object and sets the format status.
Impact - class com.jdc.rdb.sql.ddl.drop.Impact.
Impact represents a Drop SQL statement impact clause.
Impact() - Constructor for class com.jdc.rdb.sql.ddl.drop.Impact
Constructs a new Impact clause object.
Impact(String) - Constructor for class com.jdc.rdb.sql.ddl.drop.Impact
Constructs a new Impact clause object for the specified impact option.
include(String) - Method in class com.jdc.lang.ObjectXML
Includes the requested field name in an XML representation of an object.
include(String[]) - Method in class com.jdc.lang.ObjectXML
Includes the requested field names in an XML representation of an object.
include(String[], String[]) - Method in class com.jdc.lang.ObjectXML
Includes the requested field names and XML aliases in an XML representation of an object.
include(String, String) - Method in class com.jdc.lang.ObjectXML
Includes the requested field name in an XML representation of an object.
Index - interface com.jdc.db.Index.
Index represents an application database table index.
Index - class com.jdc.rdb.sql.ddl.clause.Index.
Index represents a Create or Drop SQL statement INDEX clause.
Index() - Constructor for class com.jdc.rdb.sql.ddl.clause.Index
Constructs a new Index clause object.
Index(String) - Constructor for class com.jdc.rdb.sql.ddl.clause.Index
Constructs a new Index clause object for the specified Database Index name.
info(String) - Method in class com.jdc.app.Application.Logger
Logs an informational message.
info(String) - Method in class com.jdc.sys.System.Logger
Logs an informational message.
init(ServletConfig) - Method in class com.jdc.http.HttpServlet
Initializes the HTTP servlet.
init(ServletConfig) - Method in class com.jdc.http.mvc.HttpController
Initializes the web application servlet.
initialize() - Method in class com.jdc.util.Refresh.Status
Initializes the last refresh time in order to force a refresh on the next class access.
initialize(String) - Static method in class com.jdc.util.Refresh
Initializes the last refresh time for the specified singleton class instance given a fully-qualified class name in order to force a refresh on the next class access.
Input - class com.jdc.gui.html.tag.Input.
Input is used to create the HTML required to create input tags in a browser, including the start tag, the input attributes, and the end tag as well as the actual input data.
INPUT_FIELD_IS_NOT_VALID - Static variable in interface com.jdc.app.i18.TextIdentifiers
The input field is not valid message.
INPUT_FIELD_IS_REQUIRED - Static variable in interface com.jdc.app.i18.TextIdentifiers
The input field is required message.
Input() - Constructor for class com.jdc.gui.html.tag.Input
Constructs a Input tag object.
Input(boolean) - Constructor for class com.jdc.gui.html.tag.Input
Constructs a Input tag object and sets the format status.
Insert - class com.jdc.rdb.sql.dml.insert.Insert.
Insert represents a Data Manipulation Language Insert SQL statement.
Insert() - Constructor for class com.jdc.rdb.sql.dml.insert.Insert
Constructs a new Insert statement object.
insert(CountryDTO) - Method in class com.jdc.app.rdb.tbl.ref.dao.CountryDAO
Inserts a row in the Country table and returns the InsertStatus.
Insert(String) - Constructor for class com.jdc.rdb.sql.dml.insert.Insert
Constructs a new Insert statement object for the specified Insert statement.
Insert(Table) - Constructor for class com.jdc.rdb.sql.dml.insert.Insert
Constructs a new Insert statement object for the specified Database Table.
InsertClause - interface com.jdc.rdb.sql.dml.insert.InsertClause.
InsertClause represents an Insert SQL statement clause.
InsertStatus - class com.jdc.rdb.sql.dml.insert.InsertStatus.
InsertStatus represents the execution status of an Insert SQL statement.
Integer - class com.jdc.math.Integer.
 
INTEGER - Static variable in interface com.jdc.gui.html.tag.TableColumn.Format
The CSS style for table columns containing integer data.
INTEGER - Static variable in class com.jdc.rdb.DataType
An integer is a four byte integer with a precision of 10 digits.
Integer() - Constructor for class com.jdc.math.Integer
Constructs a new Integer object with a value of zero, i.e.
Integer(long) - Constructor for class com.jdc.math.Integer
Constructs a new Integer object for the specified long value.
Integer(String) - Constructor for class com.jdc.math.Integer
Constructs a new Integer object for the specified String value.
IntegerColumn - class com.jdc.rdb.tbl.col.IntegerColumn.
IntegerColumn represents a table column that contains a integer value.
IntegerColumn(String, int) - Constructor for class com.jdc.rdb.tbl.col.IntegerColumn
Constructs a new IntegerColumn object for the specified column name and precision.
IntegerColumn(String, String, int, boolean) - Constructor for class com.jdc.rdb.tbl.col.IntegerColumn
Constructs a new IntegerColumn object for the specified column name, alias, precision, and allow null status.
IntegerParameter - class com.jdc.http.jsp.util.IntegerParameter.
IntegerParameter represents an int parameter value.
IntegerParameter(int) - Constructor for class com.jdc.http.jsp.util.IntegerParameter
Constructs a new IntegerParameter object for the specified int value.
IntegerParameter(String) - Constructor for class com.jdc.http.jsp.util.IntegerParameter
Constructs a new IntegerParameter object for the specified String object.
Into - class com.jdc.rdb.sql.dml.insert.Into.
Into represents an Insert SQL statement INTO clause.
Into() - Constructor for class com.jdc.rdb.sql.dml.insert.Into
Constructs a new Into clause object.
Into(String) - Constructor for class com.jdc.rdb.sql.dml.insert.Into
Constructs a new Into clause object for the specified Database Table name.
intValue() - Method in class com.jdc.dts.Date
Converts this Date to an int.
intValue() - Method in class com.jdc.http.jsp.util.IntegerParameter
Returns true if "All" was selected.
intValue() - Method in class com.jdc.math.Number
Returns the value of the specified number as an int.
intValue() - Method in class com.jdc.math.Integer
Converts this Integer to an int.
intValue() - Method in class com.jdc.math.Decimal
Converts this Decimal to an int.
intValue() - Method in class com.jdc.type.Timestamp
Returns a Date representing this Timestamp object.
intValue(boolean) - Static method in class com.jdc.type.Boolean
Converts a boolean value to an int value.
intValue(String) - Method in class com.jdc.type.StringHelper
Returns the value of this String as an int.
isAddColumn() - Method in class com.jdc.gui.html.form.FormField
Returns true if table column tags are to be added to the input field.
isAddRow() - Method in class com.jdc.gui.html.form.FormField
Returns true if table row (and column) tags are to be added to the input field.
isAll() - Method in class com.jdc.http.jsp.util.IntegerParameter
Returns true if "All" was selected.
isAllowed() - Method in class com.jdc.http.HttpTransaction
Returns the transaction identifier.
isAllowNull() - Method in interface com.jdc.db.Column
Returns true if the database table column allows a null value.
isAllowNull() - Method in class com.jdc.rdb.Column
Returns true if the database table column allows a null value.
isAsterisk() - Method in class com.jdc.gui.html.form.field.TextField
Returns true if an asterisk is to be added to the text field label.
isBooleanField() - Method in class com.jdc.lang.SourceTemplate
Returns true if the boolean field value is true.
isBrowser(String) - Method in class com.jdc.http.user.Browser
Returns true if the browser is the specified browser.
isChanged() - Method in class com.jdc.gui.html.form.FormField
Returns true if the input field value entered by the user has changed.
isChanged() - Method in class com.jdc.gui.html.form.field.TextField
Returns true if the text field value input by the user has changed.
isChanged() - Method in class com.jdc.http.mvc.HttpView.Status
Returns the view changed status.
isComplete() - Method in class com.jdc.gui.html.ProgressBar
Returns true if the progress bar is complete.
isCreated() - Method in class com.jdc.http.mvc.HttpView.Status
Returns the view created status.
isDate() - Method in class com.jdc.dts.Date
Returns true if the value represented by this Date object is a valid date.
isDebugEnabled() - Method in class com.jdc.app.Application.Logger
Returns true if debug messages are to be displayed.
isDecimal(String) - Method in class com.jdc.type.StringHelper
Returns true if the String field contains a Decimal value.
isDisplayTooltips() - Method in class com.jdc.http.user.HttpUserStatus
Returns the display tooltips status for the user.
isDoubleQuoted(String) - Method in class com.jdc.type.StringHelper
Returns true if the String value is enclosed in one or more pairs of double quotes.
isDuplicate() - Method in class com.jdc.rdb.sql.dml.insert.InsertStatus
Returns true if Insert statement attempts to insert a duplicate row into the Database Table.
isEnabled() - Method in class com.jdc.app.rdb.tbl.ref.dto.CountryDTO
Returns true if this country is enabled.
isError() - Method in class com.jdc.gui.html.form.FormField
Returns true if the input field value entered by the user is in error.
isError() - Method in class com.jdc.gui.html.form.field.TextField
Returns true if the text field value input by the user is in error.
isErrors() - Method in class com.jdc.http.jsp.JspView
Returns true if the display view has input field errors.
isFound() - Method in class com.jdc.rdb.sql.dml.select.Select.Status
Returns true if the SQL statement table row was found.
isFound() - Method in class com.jdc.rdb.tbl.dto.DataTransferObject
Returns true if the database table row is found.
isGecko() - Method in class com.jdc.http.user.Browser
Returns true if the browser is Gecko.
isGet() - Method in class com.jdc.http.mvc.HttpModel
Returns true if the method used to invoke current request is GET.
isInfoEnabled() - Method in class com.jdc.app.Application.Logger
Returns true if informational messages are to be displayed.
isInteger(String) - Method in class com.jdc.type.StringHelper
Returns true if the String field contains an Integer value.
isInternetExplorer() - Method in class com.jdc.http.user.Browser
Returns true if the browser is Microsoft Internet Explorer.
isLanguageEnabled() - Method in class com.jdc.jsp.PageAttributes
Returns true if language is enabled.
isLoaded(Database) - Static method in class com.jdc.rdb.DatabaseStatus
Returns true if the Database is loaded.
isLoaded(Table) - Static method in class com.jdc.rdb.DatabaseStatus
Returns true if the database Table is loaded.
isLoggedIn() - Method in class com.jdc.app.UserProfile
Returns true if the user is logged in, i.e.
isMacintosh() - Method in class com.jdc.app.user.OperatingSystem
Returns true if the operating system is Macintosh.
isMozilla() - Method in class com.jdc.http.user.Browser
Returns true if the browser is Mozilla.
isNaN() - Method in class com.jdc.math.Number
Returns true if the value represented by this Number object is Not-a-Number, i.e.
isNaN() - Method in class com.jdc.math.Integer
Returns true if the value represented by this Integer object is Not-a-Number, i.e.
isNaN() - Method in class com.jdc.math.Decimal
Returns true if the value represented by this Decimal object is Not-a-Number, i.e.
isNetscapeNavigator() - Method in class com.jdc.http.user.Browser
Returns true if the browser is Netscape Navigator.
isNew() - Method in class com.jdc.http.HttpTransaction
Returns the transaction identifier.
isNoErrors() - Method in class com.jdc.http.jsp.JspView
Returns true if the display view has no input field errors.
isNone() - Method in class com.jdc.http.jsp.util.IntegerParameter
Returns true if "None" was selected.
isNoValue() - Method in class com.jdc.http.jsp.util.IntegerParameter
Returns true if no value was selected.
isNoValue(String) - Method in class com.jdc.lang.ObjectHelper
Returns true if the String field contains a null or blank value.
isNumeric() - Method in interface com.jdc.db.DataType
Returns true if this DataType is defined as a numeric type.
isNumeric() - Method in class com.jdc.rdb.DataType
Returns true if this DataType is defined as a numeric type.
IsolationLevel - class com.jdc.rdb.sql.dml.clause.IsolationLevel.
IsolationLevel provides a list of enumerated types for a With clause Database isolation level.
isOpera() - Method in class com.jdc.http.user.Browser
Returns true if the browser is Opera.
isOperatingSystem(String) - Method in class com.jdc.app.user.OperatingSystem
Returns true if the operating system is the specified operating system.
isOperatingSystem(String) - Method in class com.jdc.http.user.HttpOperatingSystem
Returns true if the operating system is the specified operating system.
isOther() - Method in class com.jdc.http.jsp.util.IntegerParameter
Returns true if "Other" was selected.
isPost() - Method in class com.jdc.http.mvc.HttpModel
Returns true if the method used to invoke current request is POST.
isPreparedStatement() - Method in class com.jdc.rdb.sql.SQLHelper
Returns true if creating an prepared, i.e.
isQuoted(String) - Method in class com.jdc.type.StringHelper
Returns true if the String value is enclosed in one or more pairs of the default quote character.
isRefresh(Table) - Static method in class com.jdc.rdb.DatabaseStatus
Returns true if a Table data refresh is required.
isRequired() - Method in class com.jdc.gui.html.form.field.TextField
Returns true if the text field requires user input.
isRequired(Object) - Static method in class com.jdc.util.Refresh
Returns true if a refresh is required for the specified Object class instance.
isRequired(Refresh.Status) - Static method in class com.jdc.util.Refresh
Returns true if a refresh is required given the last Refresh.Status.
isResultSet() - Method in class com.jdc.rdb.sql.SQLStatus
Returns true if the SQL statement execution returned a result set.
isSingleQuoted(String) - Method in class com.jdc.type.StringHelper
Returns true if the String value is enclosed in one or more pairs of single quotes.
isSpecified() - Method in class com.jdc.util.Refresh.Interval
Returns true if a refresh interval is specified.
isSpecified() - Method in class com.jdc.util.Refresh.Time
Returns true if a refresh time is specified.
isStatement() - Method in class com.jdc.rdb.sql.SQLHelper
Returns true if creating a static SQL statement.
isSuccessful() - Method in class com.jdc.rdb.sql.SQLStatus
Returns true if the SQL statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.ddl.DDLStatus
Returns true if the DDL statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.ddl.alter.AlterStatus
Returns true if the Alter statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.ddl.create.CreateStatus
Returns true if the Create statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.ddl.drop.DropStatus
Returns true if the Drop statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.dml.DMLStatus
Returns true if the DML statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.dml.delete.DeleteStatus
Returns true if the Delete statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.dml.insert.InsertStatus
Returns true if the Insert statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.dml.select.SelectStatus
Returns true if the Select statement execution is successful.
isSuccessful() - Method in class com.jdc.rdb.sql.dml.update.UpdateStatus
Returns true if the Update statement execution is successful.
isValid() - Method in class com.jdc.dts.Date
Returns true if the value represented by this Date object is within a specified date range.
isValid() - Method in class com.jdc.rdb.sql.SQL
Returns true if the SQL statement is valid.
isValid() - Method in class com.jdc.rdb.sql.ddl.DDL
Returns true if the DDL statement is valid.
isValid() - Method in class com.jdc.rdb.sql.dml.delete.Delete
Returns true if the Delete statement is valid.
isValid() - Method in class com.jdc.rdb.sql.dml.insert.Insert
Returns true if the Insert statement is valid.
isValid() - Method in class com.jdc.rdb.sql.dml.select.Select
Returns true if the Select statement is valid.
isValid() - Method in class com.jdc.rdb.sql.dml.update.Update
Returns true if the Update statement is valid.
isValue() - Method in class com.jdc.type.Timestamp
Returns a Date representing this Timestamp object.
isValue(String) - Method in class com.jdc.lang.ObjectHelper
Returns true if the String field contains a non-null, non-blank value.
isVariableSize() - Method in interface com.jdc.db.DataType
Returns true if this DataType may of variable size.
isVariableSize() - Method in class com.jdc.rdb.DataType
Returns true if this DataType may of variable size.
isWarning() - Method in class com.jdc.gui.html.form.field.TextField
Returns true if the text field value input by the user is acceptable but should be confirmed by the user.
isWindows() - Method in class com.jdc.app.user.OperatingSystem
Returns true if the operating system is Windows (any variant).
iterator() - Static method in class com.jdc.util.Refresh
Returns an Iterator for all registered refresh class instances.

J

Java - class com.jdc.lang.Java.
Java implements Java constants used in the Application Programming Interface (API).
JAVA_HOME - Static variable in class com.jdc.sys.SystemProperty
The Java installation directory.
Java.Keyword - class com.jdc.lang.Java.Keyword.
Keyword implements Java keyword constants used in the Application Programming Interface (API).
JavaScript - interface com.jdc.gui.js.JavaScript.
The JavaScript interface contains constants for JavaScript values passed to the HttpModel class via the HttpServletRequest parameters.
JNDI - class com.jdc.naming.JNDI.
JNDI represents the Java Naming and Directory Interface™ (JNDI).
JNDI.DataSource - class com.jdc.naming.JNDI.DataSource.
DataSource represents a Java Naming and Directory Interface™ (JNDI) DataSource name.
JNDI.DataSource() - Constructor for class com.jdc.naming.JNDI.DataSource
Constructs a new JNDI DataSource naming object.
JNDI.Global - class com.jdc.naming.JNDI.Global.
Global represents a global Java Naming and Directory Interface™ (JNDI) name.
JNDI.Global() - Constructor for class com.jdc.naming.JNDI.Global
Constructs a new Global JNDI naming object.
JNDI.Local - class com.jdc.naming.JNDI.Local.
Local represents a local Java Naming and Directory Interface™ (JNDI) name.
JNDI.Local() - Constructor for class com.jdc.naming.JNDI.Local
Constructs a new Local JNDI naming object.
JRE_VENDOR - Static variable in class com.jdc.sys.SystemProperty
The Java Runtime Environment vendor.
JRE_VENDOR_URL - Static variable in class com.jdc.sys.SystemProperty
The Java Runtime Environment vendor URL.
JRE_VERSION - Static variable in class com.jdc.sys.SystemProperty
The Java Runtime Environment version.
JspDocument - class com.jdc.http.jsp.JspDocument.
JspDocument represent a JavaServer Page™ (JSP™) document.
JspDocument() - Constructor for class com.jdc.http.jsp.JspDocument
Constructs a new JspDocument object.
JspView - class com.jdc.http.jsp.JspView.
JspView encapsulates the basic information, i.e.
JspView() - Constructor for class com.jdc.http.jsp.JspView
Constructs a JspView object.
JTest - class com.jdc.util.JTest.
JTest is a utility class to print the results of unit tests for other API classes to the system console.
JTest() - Constructor for class com.jdc.util.JTest
Constructs a new JTest object.
JVM_NAME - Static variable in class com.jdc.sys.SystemProperty
The Java Virtual Machine implementation name.
JVM_VENDOR - Static variable in class com.jdc.sys.SystemProperty
The Java Virtual Machine implementation vendor.
JVM_VERSION - Static variable in class com.jdc.sys.SystemProperty
The Java Virtual Machine implementation version.
JwsView - class com.jdc.gui.jws.JwsView.
JwsView encapsulates the basic information, i.e.
JwsView() - Constructor for class com.jdc.gui.jws.JwsView
Constructs a new JwsView.

K

KEYWORD - Static variable in class com.jdc.gui.html.tag.attr.OnSubmit
The HTML attribute keyword.
KEYWORD - Static variable in class com.jdc.gui.html.tag.attr.OnReset
The HTML attribute keyword.

L

LATIN_1 - Static variable in class com.jdc.xml.tag.Declaration.Encoding
Identifies the declaration as using the Western European and English language character set.
LEFT - Static variable in class com.jdc.gui.html.tag.attr.Frame
Only display a border on the left-hand side of the table.
LEFT - Static variable in class com.jdc.gui.html.tag.attr.Align
The element is aligned to the left.
LEFT_BRACE - Static variable in class com.jdc.type.Char
The left brace character.
LEFT_BRACKET - Static variable in class com.jdc.type.Char
The left bracket character.
LEFT_BRACKET - Static variable in class com.jdc.xml.Tag
A left angle character for constructing a tag of the form: <tag>.
LEFT_PARENTHESIS - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement left parenthesis character.
LEFT_PARENTHESIS - Static variable in class com.jdc.type.Char
The left parenthesis character.
LESS_THAN - Static variable in class com.jdc.rdb.sql.dml.clause.Comparison
The Where clause less than comparison operator (<).
LESS_THAN_OR_EQUAL - Static variable in class com.jdc.rdb.sql.dml.clause.Comparison
The Where clause less than or equal comparison operator (<=).
LIME - Static variable in class com.jdc.gui.html.tag.attr.Color
Lime.
Limit - class com.jdc.rdb.sql.dml.clause.Limit.
Limit represents a Select, Update, or Delete statement LIMIT clause.
Limit() - Constructor for class com.jdc.rdb.sql.dml.clause.Limit
Constructs a new Limit clause object.
Limit(int) - Constructor for class com.jdc.rdb.sql.dml.clause.Limit
Constructs a new Limit clause object for the specified maximum number of Table rows.
LINE_SEPARATOR - Static variable in class com.jdc.sys.SystemProperty
The system line separator ("\n" on UNIX).
LINE_SEPARATOR - Static variable in class com.jdc.sys.System
The system line separator ("\n") on UNIX).
LINUX - Static variable in class com.jdc.app.Platform
True if the platform is the Linux operating system.
LOCAL - Static variable in class com.jdc.rdb.DatabaseType
A local database type.
locale - Variable in class com.jdc.app.mvc.Model
The current Locale object.
LocaleHelper - class com.jdc.app.i18.LocaleHelper.
LocaleHelper.java is
LocaleHelper() - Constructor for class com.jdc.app.i18.LocaleHelper
Constructor for LocaleHelper.
LocaleSensitive - interface com.jdc.lang.LocaleSensitive.
LocaleSensitive is an interface the indicates an object is locale-sensitive.
log - Static variable in class com.jdc.app.Application
The default application logger.
log - Variable in class com.jdc.app.mvc.Model
An application logger object.
log - Variable in class com.jdc.http.mvc.HttpController
A logging object.
log - Variable in class com.jdc.lang.LoggingObject
A logging object.
log - Static variable in class com.jdc.sys.System
The default system logger.
LoggingObject - class com.jdc.lang.LoggingObject.
LoggingObject is the base class for all classes that need to log output.
LoggingObject() - Constructor for class com.jdc.lang.LoggingObject
Constructs a new LoggingObject.
Logical - class com.jdc.rdb.sql.dml.clause.Logical.
Logical provides a list of enumerated types for a Where clause logical operator.
logNoRequiredClause(String, String, String) - Method in class com.jdc.rdb.sql.SQLHelper
Logs an error message for required SQL (DML) statement clause.
LONG - Static variable in class com.jdc.dts.Date.Format
The long date style pattern, e.g.
LONG_NAME - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.LongName
The long name column definition.
LongName - interface com.jdc.app.rdb.tbl.ref.data.dict.LongName.
LongName is the reference definition for a long name column in a database table.
longValue() - Method in class com.jdc.dts.ElapsedTime
Returns the elapsed time in milliseconds.
longValue() - Method in class com.jdc.math.Number
Returns the value of the specified number as a long.
longValue() - Method in class com.jdc.math.Integer
Converts this Integer to a long.
longValue() - Method in class com.jdc.math.Decimal
Converts this Decimal to a long.
longValue() - Method in class com.jdc.util.Refresh.Interval
Returns the refresh interval in milliseconds.
longValue() - Method in class com.jdc.util.Refresh.Time
Returns the refresh time in milliseconds.
longValue() - Method in class com.jdc.util.Refresh.Timestamp
Returns the last refresh timestamp in milliseconds.

M

main(String[]) - Static method in class com.jdc.app.i18.TextHelper
 
main(String[]) - Static method in class com.jdc.app.i18.LocaleHelper
 
main(String[]) - Static method in class com.jdc.app.rdb.tbl.ref.dao.CountryDAO
Executes unit tests for the CountryDAO class.
main(String[]) - Static method in class com.jdc.app.rdb.tbl.ref.tco.ReferenceTableCreator
Executes the unit tests for the ReferenceTableCreator class.
main(String[]) - Static method in class com.jdc.app.rdb.tbl.ref.tco.CountryTCO
Executes unit tests for the FileReader class.
main(String[]) - Static method in class com.jdc.dts.Time
 
main(String[]) - Static method in class com.jdc.dts.ElapsedTime
Executes the unit tests for the ElapsedTime class.
main(String[]) - Static method in class com.jdc.dts.DateTime
 
main(String[]) - Static method in class com.jdc.dts.Date
Executes the unit tests for the Date class.
main(String[]) - Static method in class com.jdc.gui.html.tag.Head
Executes unit tests for the Head class.
main(String[]) - Static method in class com.jdc.gui.html.tag.Body
Executes unit tests for the Body class.
main(String[]) - Static method in class com.jdc.gui.html.tag.attr.Event
Executes unit tests for the Event class.
main(String[]) - Static method in class com.jdc.gui.jws.swing.SwingView
Test
main(String[]) - Static method in class com.jdc.gui.jws.swt.SwtView
Test
main(String[]) - Static method in class com.jdc.http.user.BrowserPage
Unit test for class BrowserPage.
main(String[]) - Static method in class com.jdc.io.UploadFile
 
main(String[]) - Static method in class com.jdc.lang.ObjectXML
Tests the ObjectXML class.
main(String[]) - Static method in class com.jdc.lang.ObjectString
Tests the ObjectString class.
main(String[]) - Static method in class com.jdc.math.Integer
Executes the unit tests for the Integer class.
main(String[]) - Static method in class com.jdc.math.Currency
Executes the unit tests for the Currency class.
main(String[]) - Static method in class com.jdc.rdb.Rows
 
main(String[]) - Static method in class com.jdc.rdb.Row
 
main(String[]) - Static method in class com.jdc.rdb.sql.SQLHelper
Executes unit tests for the SQLHelper class.
main(String[]) - Static method in class com.jdc.rdb.sql.SQLClauseHelper
Executes unit tests for the SQLClauseHelper class.
main(String[]) - Static method in class com.jdc.rdb.tbl.col.StringColumn
 
main(String[]) - Static method in class com.jdc.rdb.tbl.col.CharColumn
 
main(String[]) - Static method in class com.jdc.sys.StackTraceTest
Executes the unit tests for the StackTrace class.
main(String[]) - Static method in class com.jdc.sys.Stack
Unit test for class Stack.
main(String[]) - Static method in class com.jdc.type.StringHelper
Executes unit tests for the StringHelper class.
main(String[]) - Static method in class com.jdc.util.StringArrayList
 
main(String[]) - Static method in class com.jdc.util.Status
Unit test for class Status.
main(String[]) - Static method in class com.jdc.xml.XmlFormat
Executes the unit tests for the XmlFormat class.
MarkupLanguage - interface com.jdc.gui.html.MarkupLanguage.
 
MAROON - Static variable in class com.jdc.gui.html.tag.attr.Color
Maroon.
MAXIMUM - Static variable in class com.jdc.gui.html.tag.attr.Width
The maximum width percentage.
MAXIMUM - Static variable in class com.jdc.gui.html.tag.attr.Height
The maximum height percentage.
MAXIMUM_INCREMENT - Static variable in class com.jdc.gui.html.ProgressBar
The maximum progress bar percentage complete increment.
MaxLength - class com.jdc.gui.html.tag.attr.MaxLength.
MaxLength is used to create an HTML maximum length attribute that sets the maximum length as required by HTML tags implemented in classes like Input.
MaxLength() - Constructor for class com.jdc.gui.html.tag.attr.MaxLength
Constructs a MaxLength object.
MEDIUM - Static variable in class com.jdc.dts.Date.Format
The medium date style pattern, e.g.
MessageText - class com.jdc.app.i18.MessageText.
The application display text messages.
MessageText() - Constructor for class com.jdc.app.i18.MessageText
 
Meta - class com.jdc.gui.html.tag.Meta.
Meta is
Meta() - Constructor for class com.jdc.gui.html.tag.Meta
Constructs a new Meta tag object.
MIDDLE - Static variable in class com.jdc.gui.html.tag.attr.VerticalAlign
The contents of table cells are centered vertically in each cell.
MINIMUM - Static variable in class com.jdc.gui.html.tag.attr.Width
The minimum width percentage.
MINIMUM - Static variable in class com.jdc.gui.html.tag.attr.Height
The minimum height percentage.
MINIMUM_INCREMENT - Static variable in class com.jdc.gui.html.ProgressBar
The minimum progress bar percentage complete increment.
Model - class com.jdc.app.mvc.Model.
Model processes the user request, i.e.
Model() - Constructor for class com.jdc.app.mvc.Model
Constructs a new Model object.
Model(Locale) - Constructor for class com.jdc.app.mvc.Model
Constructs a new Model object for the specified Locale.
Multiple - class com.jdc.gui.html.tag.attr.Multiple.
Multiple is used to create an HTML multiple attribute that sets the multiple as required by HTML tags implemented in classes like Input and Select.
Multiple() - Constructor for class com.jdc.gui.html.tag.attr.Multiple
Constructs a Multiple object.
multiply(double) - Method in class com.jdc.math.Decimal
Multiplies this Decimal value by double value.
multiply(long) - Method in class com.jdc.math.Integer
Multiplies this Integer value by long value.
multiply(long) - Method in class com.jdc.math.Decimal
Multiplies this Decimal value by long value.
multiply(Number) - Method in class com.jdc.math.Integer
Multiplies this Integer value by another Number value.
multiply(Number) - Method in class com.jdc.math.Decimal
Multiplies this Decimal value by another Number value.
MY_SQL - Static variable in class com.jdc.rdb.DatabaseType
Identifies a MySQL database.

N

Name - interface com.jdc.app.rdb.tbl.ref.data.dict.Name.
Name is the reference definition for a name column in a database table.
Name - class com.jdc.gui.html.tag.attr.Name.
Name is used to create an HTML name attribute required by HTML tags implemented as classes like Input and Select.
NAME - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.Name
The name column definition.
Name() - Constructor for class com.jdc.gui.html.tag.attr.Name
Constructs a Name object.
NameValue - class com.jdc.util.NameValue.
NameValue represents a name/value pair.
NameValue(String) - Constructor for class com.jdc.util.NameValue
Constructs a new NameValue object for the specified name.
NameValue(String, Object) - Constructor for class com.jdc.util.NameValue
Constructs a new NameValue object for the specified name and value pair.
NAVY - Static variable in class com.jdc.gui.html.tag.attr.Color
Navy
NEW_LINE - Static variable in interface com.jdc.gui.html.HtmlChar
A new-line character.
NEW_LINE - Static variable in class com.jdc.type.Char
The new line character.
newInstance(Column, String, boolean) - Method in interface com.jdc.db.Column
Returns a new Column instance with the specified column attributes, alias, and allow null status.
newInstance(Column, String, boolean) - Method in class com.jdc.rdb.tbl.col.TimestampColumn
 
newInstance(Column, String, boolean) - Method in class com.jdc.rdb.tbl.col.TextColumn
 
newInstance(Column, String, boolean) - Method in class com.jdc.rdb.tbl.col.TableColumn
 
newInstance(Column, String, boolean) - Method in class com.jdc.rdb.tbl.col.IntegerColumn
 
newInstance(Column, String, boolean) - Method in class com.jdc.rdb.tbl.col.DecimalColumn
 
newInstance(Column, String, boolean) - Method in class com.jdc.rdb.tbl.col.DateColumn
 
NO - Static variable in class com.jdc.app.Resource
A constant that represents a no value.
NO - Static variable in class com.jdc.http.jsp.util.IntegerParameter
A constant that represents none of the available values.
NO - Static variable in interface com.jdc.xml.tag.attr.YesNoAttribute
A "no" attribute value.
NON_BREAKING_SPACE - Static variable in interface com.jdc.gui.html.HtmlChar
The HTML non-breaking space.
NONE - Static variable in class com.jdc.http.jsp.util.IntegerParameter
A constant that represents none of the available values.
NOT - Static variable in class com.jdc.rdb.sql.dml.clause.Logical
The Where clause logical NOT operator.
NOT_EQUAL - Static variable in class com.jdc.rdb.sql.dml.clause.Comparison
The Where clause not equal comparison operator (<>).
NOT_NULL - Static variable in class com.jdc.rdb.Column
Denotes that the database table column may not contain a null value.
noValue() - Method in class com.jdc.lang.ObjectHelper
Returns an empty String value.
NULL - Static variable in interface com.jdc.db.Column
A database Table column null value.
NULL - Static variable in class com.jdc.lang.Java.Keyword
The null constant.
NULL - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement null keyword.
number - Variable in class com.jdc.app.mvc.Model
A Number helper object.
Number - class com.jdc.math.Number.
Interface Number represents a decimal or integer number.
NUMBER_1_0 - Static variable in class com.jdc.xml.tag.Declaration.Version
Identifies the declaration as version 1.0 of the XML markup language.
NUMBER_OF_COLORS - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the number of colors that can be displayed.
Number() - Constructor for class com.jdc.math.Number
 
NUMERIC_3_CODE - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.NumericThreeCode
The numeric-3 code column definition.
NumericThreeCode - interface com.jdc.app.rdb.tbl.ref.data.dict.NumericThreeCode.
NumericThreeCode is the reference definition for a numeric-3 code column in a database table.

O

object - Variable in class com.jdc.lang.ObjectState
The object to create a representation of.
Object - class com.jdc.lang.Object.
Object is the root of the J. Damon & Co.  Application Architecture (JDA2) Core API (Application Programming Interface) class hierarchy.
Object() - Constructor for class com.jdc.lang.Object
Constructs a new Object instance.
ObjectHelper - class com.jdc.lang.ObjectHelper.
ObjectHelper is a utility class that provides basic String manipulation methods to the Object class.
ObjectHelper() - Constructor for class com.jdc.lang.ObjectHelper
Constructs a new ObjectHelper instance.
ObjectState - class com.jdc.lang.ObjectState.
ObjectState represents the state of an Object.
ObjectState() - Constructor for class com.jdc.lang.ObjectState
Constructs a new ObjectState object.
ObjectState(Object) - Constructor for class com.jdc.lang.ObjectState
Constructs a new ObjectState object for the specified object.
ObjectString - class com.jdc.lang.ObjectString.
ObjectString is a String representation of an Object.
ObjectString(Object) - Constructor for class com.jdc.lang.ObjectString
Constructs a new ObjectString object for the specified object.
ObjectXML - class com.jdc.lang.ObjectXML.
ObjectXML is an XML representation of an Object.
ObjectXML(Object) - Constructor for class com.jdc.lang.ObjectXML
Constructs a new ObjectXML object for the specified object.
OLIVE - Static variable in class com.jdc.gui.html.tag.attr.Color
Olive.
OnBlur - class com.jdc.gui.html.tag.attr.OnBlur.
OnBlur is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnBlur() - Constructor for class com.jdc.gui.html.tag.attr.OnBlur
Constructs a OnBlur object.
OnBlur(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnBlur
Constructs a OnBlur object.
OnChange - class com.jdc.gui.html.tag.attr.OnChange.
OnChange is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnChange() - Constructor for class com.jdc.gui.html.tag.attr.OnChange
Constructs a OnChange object.
OnChange(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnChange
Constructs a OnChange object.
OnClick - class com.jdc.gui.html.tag.attr.OnClick.
OnClick is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnClick() - Constructor for class com.jdc.gui.html.tag.attr.OnClick
Constructs a OnClick object.
OnClick(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnClick
Constructs a OnClick object.
OnDoubleClick - class com.jdc.gui.html.tag.attr.OnDoubleClick.
OnDoubleClick is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnDoubleClick() - Constructor for class com.jdc.gui.html.tag.attr.OnDoubleClick
Constructs a OnDoubleClick object.
OnDoubleClick(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnDoubleClick
Constructs a OnDoubleClick object.
OnFocus - class com.jdc.gui.html.tag.attr.OnFocus.
OnFocus is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnFocus() - Constructor for class com.jdc.gui.html.tag.attr.OnFocus
Constructs a OnFocus object.
OnFocus(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnFocus
Constructs a OnFocus object.
OnKeyDown - class com.jdc.gui.html.tag.attr.OnKeyDown.
OnKeyDown is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnKeyDown() - Constructor for class com.jdc.gui.html.tag.attr.OnKeyDown
Constructs a OnKeyDown object.
OnKeyDown(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnKeyDown
Constructs a OnKeyDown object.
OnKeyUp - class com.jdc.gui.html.tag.attr.OnKeyUp.
OnKeyUp is used to create an HTML event attribute required by HTML tags implemented as classes like Input.
OnKeyUp() - Constructor for class com.jdc.gui.html.tag.attr.OnKeyUp
Constructs a OnKeyUp object.
OnKeyUp(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnKeyUp
Constructs a OnKeyUp object.
OnReset - class com.jdc.gui.html.tag.attr.OnReset.
OnReset is used to create an HTML event attribute required by HTML tags implemented as classes like Form and Input.
OnReset() - Constructor for class com.jdc.gui.html.tag.attr.OnReset
Constructs a OnReset object.
OnReset(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnReset
Constructs a OnReset object.
OnSubmit - class com.jdc.gui.html.tag.attr.OnSubmit.
OnSubmit is used to create an HTML event attribute required by HTML tags implemented as classes like Form and Input.
OnSubmit() - Constructor for class com.jdc.gui.html.tag.attr.OnSubmit
Constructs a OnSubmit object.
OnSubmit(boolean) - Constructor for class com.jdc.gui.html.tag.attr.OnSubmit
Constructs a OnSubmit object.
open() - Method in interface com.jdc.db.Database
Opens a database connection.
open() - Method in class com.jdc.io.FileReader
Attempts to opens the File to read from.
open() - Method in class com.jdc.rdb.Database
Attempts to open a connection to the database.
openParenthesis() - Method in class com.jdc.rdb.sql.dml.clause.Where
Adds an open parenthesis to this Where clause.
OperatingSystem - class com.jdc.app.user.OperatingSystem.
OperatingSystem contains all available information regarding the user's operating system.
OperatingSystem() - Constructor for class com.jdc.app.user.OperatingSystem
Constructs a new OperatingSystem object.
Option - class com.jdc.gui.html.tag.Option.
Option is used to create the HTML required to create an option in a selection list in a browser, including the start tag, the option attributes, and the end tag.
Option() - Constructor for class com.jdc.gui.html.tag.Option
Constructs a Option object.
Option(boolean) - Constructor for class com.jdc.gui.html.tag.Option
Constructs a Option object and sets the format status.
OR - Static variable in class com.jdc.rdb.sql.dml.clause.Logical
The Where clause logical OR operator.
OR_NOT - Static variable in class com.jdc.rdb.sql.dml.clause.Logical
The Where clause logical OR NOT operators.
ORACLE - Static variable in class com.jdc.rdb.DatabaseType
Identifies an Oracle database.
Order - class com.jdc.rdb.sql.dml.select.Order.
Order provides a list of enumerated types for an OrderBy clause sort order.
OrderBy - class com.jdc.rdb.sql.dml.select.OrderBy.
OrderBy represents a Select SQL statement ORDER BY clause.
OrderBy() - Constructor for class com.jdc.rdb.sql.dml.select.OrderBy
Constructs a new OrderBy clause object.
OrderBy(String) - Constructor for class com.jdc.rdb.sql.dml.select.OrderBy
Constructs a new OrderBy clause object for the specified column name or names.
OS_ARCHITECTURE - Static variable in class com.jdc.sys.SystemProperty
The operating system architecture.
OS_NAME - Static variable in class com.jdc.sys.SystemProperty
The operating system name.
OS_VERSION - Static variable in class com.jdc.sys.SystemProperty
The operating system version.
OTHER - Static variable in class com.jdc.http.jsp.util.IntegerParameter
A constant that represents a value other than those available.
OutputFile - class com.jdc.io.OutputFile.
OutputFile represents and disk output file.
OutputFile() - Constructor for class com.jdc.io.OutputFile
 

P

PAGE_HEIGHT - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the height of the browser page in pixels, if available.
PAGE_TITLE - Static variable in interface com.jdc.app.i18.TextIdentifiers
The page title.
PAGE_TITLE - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the browser page title.
PAGE_URI - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the browser page URI (Uniform Resource Identifier).
PAGE_WIDTH - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the width of the browser page in pixels, if available.
PageAttributes - class com.jdc.jsp.PageAttributes.
PageAttributes contains available information regarding Java Server Page (JSP) page attributes.
PageAttributes() - Constructor for class com.jdc.jsp.PageAttributes
Constructs a new PageAttributes object.
PARENT - Static variable in class com.jdc.gui.html.tag.Form.Target
The HTML target attribute keyword that specifies the response is to be rendered in the immediate parent.
parseStack() - Method in class com.jdc.sys.StackTrace
Parse a StackTrace.
PASSWORD - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type password.
PasswordField - class com.jdc.gui.html.form.field.PasswordField.
PasswordField is a user interface widget that creates an input password field consisting of a label and an input entry field to be displayed to the user.
PasswordField() - Constructor for class com.jdc.gui.html.form.field.PasswordField
Constructors a new PasswordField.
Path - class com.jdc.util.Path.
Path is a helper class used to create a valid path name given two or more input path strings.
PATH_SEPARATOR - Static variable in class com.jdc.sys.SystemProperty
The system path separator (":" on UNIX).
PATH_SEPARATOR - Static variable in class com.jdc.sys.System
The system path separator (":") on UNIX).
PATH_SEPARATOR - Static variable in class com.jdc.type.Char
The system path separator.
Path() - Constructor for class com.jdc.util.Path
Constructs a new Path object.
PERCENT - Static variable in class com.jdc.gui.html.tag.attr.Width
The HTML width percentage indicator.
PERCENT - Static variable in class com.jdc.gui.html.tag.attr.Height
The HTML height percentage indicator.
PERIOD - Static variable in class com.jdc.type.Char
The period character.
PIXELS - Static variable in class com.jdc.gui.html.tag.attr.Width
The HTML width pixel indicator.
PIXELS - Static variable in class com.jdc.gui.html.tag.attr.Height
The HTML height pixel indicator.
Platform - class com.jdc.app.Platform.
Platform implements platform-dependent constants and is used to control conditional compilations.
POINTS_10 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 10 points in most browsers.
POINTS_12 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 12 points in most browsers.
POINTS_14 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 14 points in most browsers.
POINTS_18 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 18 points in most browsers.
POINTS_24 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 24 points in most browsers.
POINTS_36 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 36 points in most browsers.
POINTS_8 - Static variable in class com.jdc.gui.html.tag.attr.FontSize
Displays text in 8 points in most browsers.
POST - Static variable in class com.jdc.gui.html.tag.Form.Method
The HTML POST method attribute keyword that specifies the form data is to be sent in the body of the message.
printHeader(String) - Method in class com.jdc.util.JTest
Prints the unit test result text header description.
printResult(String) - Method in class com.jdc.util.JTest
Prints the unit test result text.
printResult(String, boolean) - Method in class com.jdc.util.JTest
Prints the unit test result text description and boolean value.
printResult(String, int) - Method in class com.jdc.util.JTest
Prints the unit test result text description and integer value.
printResult(String, String) - Method in class com.jdc.util.JTest
Prints the unit test result text description and value.
printUnitTestResults(Stack.Trace) - Static method in class com.jdc.sys.StackTraceTest
Prints the results of the unit tests for the StackTrace class.
ProgressBar - class com.jdc.gui.html.ProgressBar.
ProgressBar creates the HTML required to display the progress of a CPU-intensive task for a web application.
ProgressBar() - Constructor for class com.jdc.gui.html.ProgressBar
Constructs a new ProgressBar object.
Property - class com.jdc.app.Property.
The Property is used to retrieve basic properties for the J.
PUBLIC - Static variable in interface com.jdc.xml.tag.DocumentType.Location
Identifies the document type definition file location to be resolved by the parser.
PURPLE - Static variable in class com.jdc.gui.html.tag.attr.Color
Purple.
put(Object, Object) - Method in class com.jdc.util.HashMapList
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.jdc.util.HashMapList
Copies all of the mappings from the specified map to this one.

Q

qualifiedName - Variable in class com.jdc.sys.Stack.Trace.Object
The stack trace object qualified class name.
QUESTION_MARK - Static variable in class com.jdc.type.Char
The question mark character.

R

RADIO - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type radio.
READ_STABILITY - Static variable in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Identifies a READ STABILITY isolation level.
readData() - Method in class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
Reads the line data from the table data File.
readData() - Method in class com.jdc.app.rdb.tbl.ref.tco.CountryTCO
Reads the line data from the Country data File and creates and executes an Insert statement to populate the Country database reference table.
readFile() - Method in class com.jdc.io.FileReader
Reads all jdc.java.io.File lines.
readLine(String) - Method in class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
Reads a line from the table data File, parses the line to create an array of line field values, and invokes the readData method.
readLine(String) - Method in class com.jdc.io.FileReader
Returns a jdc.java.io.File line after reading from the File.
Readonly - class com.jdc.gui.html.tag.attr.Readonly.
Readonly is used to create an HTML readonly attribute that sets the readonly as required by HTML tags implemented in classes like Input and Select.
Readonly() - Constructor for class com.jdc.gui.html.tag.attr.Readonly
Constructs a Readonly object.
RED - Static variable in class com.jdc.gui.html.tag.attr.Color
Red.
Reference - class com.jdc.app.rdb.schema.Reference.
Reference defines the J. Damon & Co. database reference table schema.
REFERENCE - Static variable in class com.jdc.app.rdb.Schema
An instance of the reference Database Schema definition.
Reference() - Constructor for class com.jdc.app.rdb.schema.Reference
Constructs a new Reference object.
ReferenceTableCreator - class com.jdc.app.rdb.tbl.ref.tco.ReferenceTableCreator.
ReferenceTableCreator drops and/or creates a new database reference tables for the J. Damon & Co. database.
ReferenceTableCreator() - Constructor for class com.jdc.app.rdb.tbl.ref.tco.ReferenceTableCreator
 
ReferenceTableCreator(boolean) - Constructor for class com.jdc.app.rdb.tbl.ref.tco.ReferenceTableCreator
 
ReferenceTableDAO - class com.jdc.rdb.tbl.dao.ReferenceTableDAO.
ReferenceTableDAO represents a data access object for a database reference table.
ReferenceTableDAO(Table) - Constructor for class com.jdc.rdb.tbl.dao.ReferenceTableDAO
Constructs a new ReferenceTableDAO object.
ReferenceTableDTO - class com.jdc.rdb.tbl.dto.ReferenceTableDTO.
ReferenceTableDTO represents a data tranfer object for a database reference table.
ReferenceTableDTO() - Constructor for class com.jdc.rdb.tbl.dto.ReferenceTableDTO
Constructs a new ReferenceTableDTO object.
ReferenceTCO - class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO.
ReferenceTCO represents a database reference table creation object.
ReferenceTCO(String) - Constructor for class com.jdc.app.rdb.tbl.ref.tco.ReferenceTCO
Constructs a new ReferenceTCO object to read from the data jdc.java.io.File with the specified file name.
REFERRER - Static variable in interface com.jdc.http.RequestHeader
The request header that specifies the address, i.e.
Refresh - class com.jdc.util.Refresh.
Refresh represents a utility class that determines when a class containing data should be refreshed.
Refresh.Interval - class com.jdc.util.Refresh.Interval.
Interval represents an interval or the amount of time between refreshes of a specified class instance.
Refresh.Status - class com.jdc.util.Refresh.Status.
Status represents a Timestamp denoting the last refresh time for a specified class instance.
Refresh.Status(Object) - Constructor for class com.jdc.util.Refresh.Status
Constructs a new refresh Status object for the specified class instance.
Refresh.Status(Object, String, String) - Constructor for class com.jdc.util.Refresh.Status
Constructs a new refresh Status object for the specified class instance and refresh time and/or refresh interval.
Refresh.Time - class com.jdc.util.Refresh.Time.
Time represents the time of day a refresh of a specified class instance should occur.
Refresh.Timestamp - class com.jdc.util.Refresh.Timestamp.
Interval represents an interval or the amount of time between refreshes of a specified class instance.
register(Database) - Static method in class com.jdc.rdb.DatabaseStatus
Registers the specified Database with this class.
register(Table) - Static method in class com.jdc.rdb.DatabaseStatus
Registers the specified Table with this class.
REGISTERED - Static variable in interface com.jdc.gui.html.HtmlChar
The HTML trademark symbol.
Remarks - interface com.jdc.app.rdb.tbl.ref.data.dict.Remarks.
Remarks is the reference definition for a remarks column in a database table.
REMARKS - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.Remarks
The remarks column definition.
REMOTE - Static variable in class com.jdc.rdb.DatabaseType
A remote database type.
remove(Object) - Method in class com.jdc.util.HashMapList
Removes the mapping for this key from this map if present.
removeAllQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the specified String value with all matching single and double quote characters, if any, removed.
removeDoubleQuotes(String) - Method in class com.jdc.rdb.sql.SQLHelper
Removes double quotes from SQL string, if present.
removeDoubleQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the specified String value with all matching double quote characters, if any, removed.
removeParentheses(String) - Method in class com.jdc.type.StringHelper
Returns the specified String value with all matching parenthesis characters, if any, removed.
removeQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the specified String value with all matching quote characters, if any, removed.
removeSingleQuotes(String) - Method in class com.jdc.type.StringHelper
Returns the specified String value with all matching single quote characters, if any, removed.
REPEATABLE_READ - Static variable in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Identifies a REPEATABLE READ isolation level.
request - Variable in class com.jdc.http.mvc.HttpModel
The current HTTP servlet request object.
RequestHeader - interface com.jdc.http.RequestHeader.
The RequestHeader interface contains constants for HTTP request headers used by other HTTP Model-View-Controller classes.
REQUIRED - Static variable in class com.jdc.gui.html.form.FormField
A Cascading Style Sheet class style name representing a required input field.
REQUIRED - Static variable in interface com.jdc.gui.html.form.FormField.Label
A Cascading Style Sheet class style name representing a required input field label.
RESET - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type reset button.
reset() - Static method in class com.jdc.app.Property
Resets the current XML document node to the XML document root node.
reset() - Method in class com.jdc.gui.html.form.FormField
Reset the input field, i.e.
reset() - Method in class com.jdc.gui.html.form.field.TextField
Reset the text field.
reset() - Method in class com.jdc.http.jsp.JspView
Reset the display view, i.e.
resetMessages() - Method in class com.jdc.gui.html.form.field.TextField
Reset the text field messages ONLY.
Resource - class com.jdc.app.Resource.
Resource implements common constants used for cross-language applications.
response - Variable in class com.jdc.http.mvc.HttpModel
The current HTTP servlet response object.
RESTRICT - Static variable in class com.jdc.rdb.sql.ddl.drop.Impact
The database object is not dropped if a one or more dependent objects exist.
result() - Method in class com.jdc.lang.HashCode
Returns the int hash code result.
retrieveAll() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Retrieves all rows from the database table.
retrieveRow() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Retrieves a row from the database table result set.
RETURN - Static variable in interface com.jdc.gui.js.JavaScript
The JavaScript function return keyword.
RIGHT - Static variable in class com.jdc.gui.html.tag.attr.Frame
Only display a border on the right-hand side of the table.
RIGHT - Static variable in class com.jdc.gui.html.tag.attr.Align
The element is aligned to the right.
RIGHT_BRACE - Static variable in class com.jdc.type.Char
The right brace character.
RIGHT_BRACKET - Static variable in class com.jdc.type.Char
The right bracket character.
RIGHT_BRACKET - Static variable in class com.jdc.xml.Tag
A right angle character for constructing a tag of the form: <tag>.
RIGHT_PARENTHESIS - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement right parenthesis character.
RIGHT_PARENTHESIS - Static variable in class com.jdc.type.Char
The right parenthesis character.
ROOT - Static variable in class com.jdc.util.Path
The system root path.
Row - class com.jdc.rdb.Row.
 
ROW - Static variable in class com.jdc.gui.html.form.FormField
The input field add row (and column) constant.
Row() - Constructor for class com.jdc.rdb.Row
 
Rows - class com.jdc.gui.html.tag.attr.Rows.
Rows is used to create an HTML rows attribute required by HTML tags implemented as classes like Input and Select.
Rows - class com.jdc.rdb.Rows.
 
Rows - class com.jdc.rdb.sql.dml.select.Rows.
Rows represents a Select SQL statement rows clause.
Rows() - Constructor for class com.jdc.gui.html.tag.attr.Rows
Constructs a Rows object.
Rows() - Constructor for class com.jdc.rdb.Rows
 
Rows() - Constructor for class com.jdc.rdb.sql.dml.select.Rows
Constructs a new Rows clause object.
Rows(String) - Constructor for class com.jdc.rdb.sql.dml.select.Rows
Constructs a new Rows clause object for the specified rows to select.

S

scale() - Method in class com.jdc.math.Decimal
Returns the scale of this Decimal, i.e.
Schema - class com.jdc.app.rdb.Schema.
Schema provides the instances of application Database Schema definitions.
Schema - interface com.jdc.db.Schema.
Schema represents an application database schema.
Schema - class com.jdc.rdb.Schema.
A default implementation of Schema.
Schema - class com.jdc.rdb.sql.ddl.clause.Schema.
Schema represents a Create or Drop SQL statement SCHEMA clause.
Schema() - Constructor for class com.jdc.rdb.sql.ddl.clause.Schema
Constructs a new Schema clause object.
Schema(String) - Constructor for class com.jdc.rdb.Schema
Constructs a new AbstractSchema object for the specified database schema name.
Schema(String) - Constructor for class com.jdc.rdb.sql.ddl.clause.Schema
Constructs a new Schema clause object for the specified Database Schema name.
Schema(String, String) - Constructor for class com.jdc.rdb.Schema
Constructs a new AbstractSchema object for the specified database schema name and alias.
Select - class com.jdc.gui.html.tag.Select.
Select is used to create the HTML required to create a selection list to display in a browser, including the start tag, the select attributes, and the end tag as well as the selection options to display.
Select - class com.jdc.rdb.sql.dml.select.Select.
Select represents a Data Manipulation Language Select SQL statement.
Select.Status - class com.jdc.rdb.sql.dml.select.Select.Status.
Status is the SQL status class for a database structured query language (SQL) data manipulation language (DML) Select statement object.
Select() - Constructor for class com.jdc.gui.html.tag.Select
Constructs a Select object.
Select() - Constructor for class com.jdc.rdb.sql.dml.select.Select
Constructs a new Select statement object.
Select(boolean) - Constructor for class com.jdc.gui.html.tag.Select
Constructs a Select object and sets the format status.
select(int) - Method in class com.jdc.app.rdb.tbl.ref.dao.CountryDAO
Selects a row in the Country table.
Select(Table) - Constructor for class com.jdc.rdb.sql.dml.select.Select
Constructs a new Select statement object for the specified Database Table.
SelectClause - interface com.jdc.rdb.sql.dml.select.SelectClause.
SelectClause represents an Select SQL statement clause.
Selected - class com.jdc.gui.html.tag.attr.Selected.
Selected is used to create an HTML selected attribute that sets the selected as required by HTML tags implemented in classes like Input and Select.
Selected() - Constructor for class com.jdc.gui.html.tag.attr.Selected
Constructs a Selected object.
SelectField - class com.jdc.gui.html.form.field.SelectField.
SelectField represents an HTML selection field.
SelectField() - Constructor for class com.jdc.gui.html.form.field.SelectField
Constructs a new SelectField object.
SelectStatus - class com.jdc.rdb.sql.dml.select.SelectStatus.
SelectStatus represents the execution status of a Select SQL statement.
SELF - Static variable in class com.jdc.gui.html.tag.Form.Target
The HTML target attribute keyword that specifies the response is to be rendered in the current frame.
SEMICOLON - Static variable in class com.jdc.type.Char
The semicolon character.
SEPARATOR - Static variable in interface com.jdc.jsp.URL
A URL separator character.
SEPARATOR - Static variable in class com.jdc.naming.JNDI
The Java Naming and Directory Interface™ (JNDI) separator.
SEPARATOR - Static variable in class com.jdc.util.Path
The system path separator.
SerializableObject - class com.jdc.lang.SerializableObject.
SerializableObject is the base class for all other serializable classes, e.g.
SerializableObject() - Constructor for class com.jdc.lang.SerializableObject
Constructs a new SerializableObject.
session - Variable in class com.jdc.http.mvc.HttpModel
The current HTTP user session object.
Set - class com.jdc.rdb.sql.dml.update.Set.
Set represents an Update SQL statement SET clause.
Set() - Constructor for class com.jdc.rdb.sql.dml.update.Set
Constructs a new Set clause object.
set(AlterClause) - Method in class com.jdc.rdb.sql.ddl.alter.Alter
Sets a AlterClause for this Alter statement.
set(Calendar) - Method in class com.jdc.dts.Date
Sets the values for this Date object based on a Java Calendar object.
set(CreateClause) - Method in class com.jdc.rdb.sql.ddl.create.Create
Sets a CreateClause for this Create statement.
set(Date) - Method in class com.jdc.dts.Date
Sets the value for this Date object based on a Java Date object.
set(DeleteClause) - Method in class com.jdc.rdb.sql.dml.delete.Delete
Sets a DeleteClause for this Delete statement.
set(double) - Method in class com.jdc.math.Decimal
Sets the value for this Decimal object from a primitive double value.
set(DropClause) - Method in class com.jdc.rdb.sql.ddl.drop.Drop
Sets a DropClause for this Drop statement.
set(InsertClause) - Method in class com.jdc.rdb.sql.dml.insert.Insert
Sets an InsertClause for this Insert statement.
set(long) - Method in class com.jdc.math.Integer
Sets the value for this Integer object from a primitive long value.
set(long) - Method in class com.jdc.math.Decimal
Sets the value for this Decimal object from a primitive long value.
set(SelectClause) - Method in class com.jdc.rdb.sql.dml.select.Select
Sets a SelectClause for this Select statement.
set(String) - Static method in class com.jdc.app.Property
Sets the current Node to the node specified by the child tag name relative to the current XML document node.
set(String) - Method in class com.jdc.dts.Date
Sets the value for this Date object based on a String date value.
set(String) - Method in class com.jdc.math.Integer
Sets the value for this Integer object.
set(String) - Method in class com.jdc.math.Decimal
Sets the value for this Decimal object.
set(String) - Method in class com.jdc.rdb.sql.dml.update.Set
Sets a user-specified Set clause value.
Set(String) - Constructor for class com.jdc.rdb.sql.dml.update.Set
Constructs a new Set clause object for the specified Database Table Column names and values.
set(String[]) - Static method in class com.jdc.app.Property
Sets the current Node to the node specified by the child tag names relative to the current XML document node.
set(String, String) - Static method in class com.jdc.app.Property
Sets the current Node to the node specified by the child tag names relative to the current XML document node.
set(String, String, String) - Static method in class com.jdc.app.Property
Sets the current Node to the node specified by the child tag names relative to the current XML document node.
set(UpdateClause) - Method in class com.jdc.rdb.sql.dml.update.Update
Sets an UpdateClause for this Update statement.
setAction(String) - Method in class com.jdc.gui.html.tag.Form
Sets the form tag action.
setAlign(Align) - Method in class com.jdc.gui.html.tag.TableRow
Set the table row alignment.
setAlign(Align) - Method in class com.jdc.gui.html.tag.TableColumn
Set the table column alignment.
setAlign(Align) - Method in class com.jdc.gui.html.tag.Table
Set the table alignment.
setAlign(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text label and input field alignment.
setAll() - Method in class com.jdc.rdb.sql.dml.select.Select
Adds the optional ALL keyword to the Select statement.
setAll() - Method in class com.jdc.rdb.sql.dml.select.Rows
Sets the Rows clause to retain all rows of the final result table and does not eliminate duplicates.
setAll() - Method in class com.jdc.rdb.sql.dml.select.Columns
Sets all columns to be selected.
setApplicationCode(int) - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Sets the application code for this database table row.
setAppName(String) - Method in class com.jdc.http.user.Browser
Sets the browser name property obtained from the JavaScript: appName = navigator.appName;
setAppVersion(String) - Method in class com.jdc.http.user.HttpOperatingSystem
Sets the operating system appVersion.
setAppVersion(String) - Method in class com.jdc.http.user.Browser
Sets the browser version property obtained from the JavaScript: appVersion = navigator.appVersion;
setBackgroundColor(String) - Method in class com.jdc.jsp.PageAttributes
Sets the page background color.
setBody(String) - Method in class com.jdc.xml.ComplexTag
Sets the XML tag body.
setBooleanField(boolean) - Method in class com.jdc.lang.SourceTemplate
Sets the boolean field value.
setBrowser(Browser) - Method in class com.jdc.http.HttpUserProfile
Sets the user's browser information.
setCascade() - Method in class com.jdc.rdb.sql.ddl.drop.Impact
Sets the Impact clause to drop all database objects that depend upon the object to be dropped
setCascade() - Method in class com.jdc.rdb.sql.ddl.drop.Drop
Adds the optional CASCADE keyword to the Drop statement.
setChanged(boolean) - Method in class com.jdc.http.mvc.HttpView.Status
Sets the view changed status.
setChanged(boolean) - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Sets the application data transfer object has changed or "dirty" flag.
setChanged(int, int) - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Sets the application data transfer object has changed or "dirty" flag based on the current and new int values.
setChanged(String, String) - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Sets the application data transfer object has changed or "dirty" flag based on the current and new String values.
setChecked(boolean) - Method in class com.jdc.gui.html.tag.Input
Set the input (field) checked.
setClass(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag Class name.
setClass(String) - Method in class com.jdc.gui.html.tag.TableColumn
Set the table column class.
setClass(String) - Method in class com.jdc.gui.html.tag.Span
Set the span tag Class name.
setClass(String) - Method in class com.jdc.gui.html.tag.Select
Set the selection list tag Class name.
setClass(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag Class name.
setColor(String) - Method in class com.jdc.gui.html.ProgressBar
Sets the progress bar color.
setColor(String) - Method in class com.jdc.gui.html.tag.Font
Set the font color.
setColorDepth(String) - Method in class com.jdc.app.user.Display
Sets the display color depth.
setCols(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag cols.
setColumn(Column) - Method in class com.jdc.rdb.sql.dml.select.Select
Adds a table Column name to select.
setColumns(String) - Method in class com.jdc.rdb.sql.ddl.create.Create
Sets the columns clause for the CREATE command.
setColumns(String[]) - Method in class com.jdc.rdb.sql.ddl.create.Create
Sets the columns clause for the CREATE command.
setColumnSpan(int) - Method in class com.jdc.gui.html.tag.TableColumn
Set the number of columns spanned.
setCommand(String) - Method in class com.jdc.rdb.sql.SQL
Sets the SQL statement command.
setComment(String) - Method in class com.jdc.http.jsp.JspView
Set comment (usually for debugging);
setCompanyName(String) - Method in class com.jdc.app.Copyright
Sets the copyright company name.
setConnection(Connection) - Method in class com.jdc.rdb.sql.SQL
Sets the Database Connection to use to execute the SQL statement.
setConstraint(String) - Method in class com.jdc.rdb.sql.ddl.create.Create
Sets the optional CONSTRAINT clause for the CREATE command.
setContent(Html) - Method in class com.jdc.gui.html.Document
Set the HTML document content.
setCookiesEnabled(String) - Method in class com.jdc.http.user.Browser
Sets the status for browser cookies.
setCopyright(String) - Method in class com.jdc.http.jsp.JspView
Sets the copyright to display to the user.
setCountryCode(int) - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Sets the country code for this database table row.
setCreated(boolean) - Method in class com.jdc.http.mvc.HttpView.Status
Sets the view created status.
setCurrentActivity(String) - Method in class com.jdc.gui.html.ProgressBar
Sets the current activity in progress for the task.
setCurrentNode(Node) - Method in class com.jdc.xml.XmlProperties
Sets the current XML document node.
setCurrentNode(String) - Method in class com.jdc.xml.XmlProperties
Sets the current Node to the node specified by the child tag name relative to the current XML document node.
setCurrentNode(String[]) - Method in class com.jdc.xml.XmlProperties
Sets the current Node to the node specified by the child tag names relative to the current XML document node.
setCurrentNode(String, String) - Method in class com.jdc.xml.XmlProperties
Sets the current Node to the node specified by the child tag names relative to the current XML document node.
setCurrentNode(String, String, String) - Method in class com.jdc.xml.XmlProperties
Sets the current Node to the node specified by the child tag names relative to the current XML document node.
setCurrentStatus(String) - Method in class com.jdc.gui.html.ProgressBar
Sets the current status for the activity in progress for the task.
setDataObjects(ArrayList) - Method in class com.jdc.rdb.sql.dml.select.Select.Status
Sets the SQL statement table row data objects.
setDeclaration(Declaration) - Method in class com.jdc.xml.Document
Set the XML document declaration.
setDelimiter(String) - Method in class com.jdc.type.StringHelper
Sets the default String delimiter character(s).
setDisplay(Display) - Method in class com.jdc.app.UserProfile
Sets the user's display, i.e.
setDisplayTooltips(boolean) - Method in class com.jdc.http.user.HttpUserStatus
Sets the display tooltips status for the user.
setDistinct() - Method in class com.jdc.rdb.sql.dml.select.Select
Adds the optional DISTINCT keyword to the Select statement.
setDistinct() - Method in class com.jdc.rdb.sql.dml.select.Rows
Sets the Rows clause to eliminate all but one of each set of duplicate rows of the final result table.
setEncoding(String) - Method in class com.jdc.xml.tag.Declaration
Sets the declaration encoding character set.
setEndChar(String) - Method in class com.jdc.xml.SimpleTag
Sets the XML tag end character.
setEnterpriseCode(int) - Method in class com.jdc.rdb.tbl.dto.ApplicationTableDTO
Sets the enterprise code for this database table row.
setError() - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field error flag to true.
setError(boolean) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field error flag.
setError(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field error flag and error message.
setErrorMessage(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field error message.
setFile(String) - Method in class com.jdc.xml.tag.DocumentType
Sets the document type definition file name.
setFooter(String) - Method in class com.jdc.jsp.PageAttributes
Sets the page footer include file.
setForceFlush() - Method in class com.jdc.rdb.sql.dml.clause.Commit
Specifies that the SQL statement commit operation should perform an operating system flush to disk.
setFormat(boolean) - Method in class com.jdc.gui.html.ComplexTag
Set tag format status.
setFound(boolean) - Method in class com.jdc.rdb.sql.dml.select.Select.Status
Sets the SQL statement table row status.
setFound(boolean) - Method in class com.jdc.rdb.tbl.dto.DataTransferObject
Sets the the database table row status.
setFrame(Frame) - Method in class com.jdc.gui.html.tag.Table
Set the table frame.
setFrameset() - Method in class com.jdc.gui.html.tag.DocumentType
Sets the XHTML document type definition as Frameset.
setFrameset(boolean) - Method in class com.jdc.gui.html.tag.DocumentType
Sets the XHTML or HTML document type definition as Frameset.
setGroupBy(Column) - Method in class com.jdc.rdb.sql.dml.select.Select
Adds a table Column name to group by.
setHeader(String) - Method in class com.jdc.jsp.PageAttributes
Sets the page header include file.
setHeight(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the height of the progress bar as a percentage or in pixels.
setHeight(int) - Method in class com.jdc.gui.html.tag.TableColumn
Set the table column height.
setHeight(int) - Method in class com.jdc.gui.html.tag.Table
Set the table height.
setHeight(String) - Method in class com.jdc.app.user.Window
Sets the display window height.
setHeight(String) - Method in class com.jdc.app.user.Display
Sets the display height.
setHeight(String) - Method in class com.jdc.http.user.BrowserPage
Sets the height.
setIcon(String) - Method in class com.jdc.http.jsp.JspView
Sets the icon URL.
setId(int) - Method in class com.jdc.app.Company
Sets the company identifier.
setId(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag Id.
setId(String) - Method in class com.jdc.gui.html.tag.Span
Set the span tag id.
setId(String) - Method in class com.jdc.gui.html.tag.Select
Set the selection list tag id.
setId(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag id.
setIdentifier(String) - Method in class com.jdc.gui.html.ComplexTag
Sets the HTML tag identifier.
setIdentifier(String) - Method in class com.jdc.xml.Tag
Sets the XML tag identifier.
setIdentifier(String) - Method in class com.jdc.xml.ComplexTag
Sets the XML tag identifier.
setIncrement(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the progress bar percentage complete increment.
setIndentationLevel(int) - Method in class com.jdc.xml.XmlFormat
 
setIndentationLevel(String) - Method in class com.jdc.xml.XmlFormat
 
setIndentationSpacing(String) - Method in class com.jdc.xml.XmlFormat
 
setInterval(int) - Method in class com.jdc.rdb.sql.dml.clause.Commit
Specifies the interval that the SQL statement commit operation will use to commit an active transaction.
setIntField(int) - Method in class com.jdc.lang.SourceTemplate
Sets the int field value.
setIsolationLevel(String) - Method in class com.jdc.rdb.sql.dml.clause.With
Sets the Database isolation level to use when locating rows for SQL statement execution.
setJavaScript(String) - Method in class com.jdc.http.jsp.JspView
Sets the JavaScript functions required for this HTML page.
setKeyword(String) - Method in class com.jdc.rdb.sql.SQLClause
Sets the SQL clause keyword.
setLabel(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field label.
setLanguage(String) - Method in class com.jdc.gui.html.tag.Html
Sets the base language of the text content and attribute values.
setLanguage(String) - Method in class com.jdc.jsp.PageAttributes
Sets the page language.
setLanguageEnabled(boolean) - Method in class com.jdc.jsp.PageAttributes
Sets the language enabled status.
setLanguageEnabled(String) - Method in class com.jdc.jsp.PageAttributes
Sets the language enabled status.
setLeft(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the position of the progress bar relative to the left-hand side of the page as a percentage or in pixels.
setLocale(Locale) - Method in class com.jdc.app.UserProfile
Sets the user's locale information.
setLocale(Locale) - Method in class com.jdc.app.mvc.Model
Sets (overrides) the current Locale to the specified user Locale.
setLocale(Locale) - Method in class com.jdc.dts.Date.Format
Sets the Locale object to be used when formatting this Date object.
setLocale(Locale) - Method in interface com.jdc.lang.LocaleSensitive
Sets the locale.
setLocale(Locale) - Method in class com.jdc.math.Integer
Sets the Locale object to be used when formatting this Integer object.
setLocale(Locale) - Method in class com.jdc.math.Decimal
Sets the Locale object to be used when formatting this Decimal object.
setLocation(String) - Method in class com.jdc.xml.tag.DocumentType
Sets the document type definition file location.
setLowerCase() - Method in class com.jdc.lang.ObjectXML
Sets the isLowerCase flag.
setMaximumRows(int) - Method in class com.jdc.rdb.sql.dml.clause.Limit
Specifies the maximum number of Table rows for the specified SQL statement.
setMaxLength(int) - Method in class com.jdc.gui.html.tag.Input
Set the input (field) maximum length.
setMethod(String) - Method in class com.jdc.gui.html.tag.Form
Sets the form tag method.
setMixedCase() - Method in class com.jdc.lang.ObjectXML
Sets the isMixedCase flag.
setMultiple() - Method in class com.jdc.gui.html.tag.Select
Set the selection list multiple.
setName(String) - Method in class com.jdc.app.UserProfile
Sets the user's name.
setName(String) - Method in class com.jdc.app.Company
Sets the company name.
setName(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field name.
setName(String) - Method in class com.jdc.gui.html.form.field.SelectField
Sets the selection field name.
setName(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag name.
setName(String) - Method in class com.jdc.gui.html.tag.Select
Set the selection list name.
setName(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag name.
setName(String) - Method in class com.jdc.gui.html.tag.Form
Sets the form tag name.
setName(String) - Method in class com.jdc.gui.html.tag.Anchor
Set the anchor tag name.
setName(String) - Method in class com.jdc.gui.html.tag.attr.Event
Sets the Event tag attribute name.
setName(String) - Method in class com.jdc.rdb.Database.DataSource
Sets the DataSource JNDI name.
setName(String) - Method in class com.jdc.rdb.sql.ddl.clause.View
Sets the Database View name.
setName(String) - Method in class com.jdc.rdb.sql.ddl.clause.Table
Sets the Database Table name.
setName(String) - Method in class com.jdc.rdb.sql.ddl.clause.Schema
Sets the Database Schema name.
setName(String) - Method in class com.jdc.rdb.sql.ddl.clause.Index
Sets the Database Index name.
setName(String) - Method in class com.jdc.rdb.sql.dml.clause.From
Sets the database Table or View name to Select or Delete a row from.
setName(String) - Method in class com.jdc.rdb.sql.dml.clause.Correlation
Sets the Table correlation name defined as a designator of the immediately preceding table name.
setName(String) - Method in class com.jdc.rdb.sql.dml.insert.Into
Sets the database Table name to Insert a row into.
setName(String) - Method in class com.jdc.rdb.sql.dml.update.Target
Sets the database Table name to com.jdc.rdb.sql.dml.Update.
setName(String) - Method in class com.jdc.util.NameValue
Sets the name for the name/value pair.
setName(String) - Method in class com.jdc.xml.tag.Attribute
Sets the XML tag attribute name.
setNamespace() - Method in class com.jdc.gui.html.tag.Html
Sets the default namespace to "http://www.w3.org/1999/xhtml".
setNamespace(String) - Method in class com.jdc.gui.html.tag.Html
Sets the default namespace.
setNoCache() - Method in class com.jdc.http.mvc.HttpModel
Sets the appropriate HTTP servlet response object header to prevent the JSP page from being cached by the client browser.
setNumberOfColors(String) - Method in class com.jdc.app.user.Display
Sets the number of display colors.
setObject(Object) - Method in class com.jdc.rdb.sql.ddl.DDL
Sets the Database Object for this DDL statement.
setOnBlur(boolean, String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag onBlur event action.
setOnBlur(boolean, String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onBlur event action.
setOnBlur(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag onBlur event action.
setOnBlur(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onBlur event action.
setOnChange(String) - Method in class com.jdc.gui.html.tag.Select
Set the selection list tag onBlur event action.
setOnClick(boolean, String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onClick event action.
setOnClick(String) - Method in class com.jdc.gui.html.EventTag
Sets the client-side script to invoke when the mouse button is clicked on this tag.
setOnClick(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onClick event action.
setOnClick(String) - Method in class com.jdc.gui.html.tag.Anchor
Set the anchor tag onClick event action.
setOnDoubleClick(boolean, String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onDblClick event action.
setOnDoubleClick(String) - Method in class com.jdc.gui.html.EventTag
Sets the client-side script to invoke when the mouse button is double-clicked on this tag.
setOnDoubleClick(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onDblClick event action.
setOnFocus(boolean, String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onFocus event action.
setOnFocus(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onFocus event action.
setOnKeyDown(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag onKeyDown event action.
setOnKeyUp(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag onKeyUp event action.
setOnLoad(String) - Method in class com.jdc.gui.html.tag.Body
Sets the base language of the text content and attribute values.
setOnly() - Method in class com.jdc.rdb.sql.dml.clause.From
Specifies that SQL the statement should apply only to data of the specified Table or View.
setOnly() - Method in class com.jdc.rdb.sql.dml.update.Target
Specifies that SQL the statement hould apply only to data of the specified Table or View.
setOnReset(String) - Method in class com.jdc.gui.html.tag.Form
Sets the form tag onReset event.
setOnSubmit(boolean, String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onSubmit event action.
setOnSubmit(String) - Method in class com.jdc.gui.html.tag.Input
Set the input tag onSubmit event action.
setOnSubmit(String) - Method in class com.jdc.gui.html.tag.Form
Sets the form tag onSubmit event.
setOnUnload(String) - Method in class com.jdc.gui.html.tag.Body
Sets the base language of the text content and attribute values.
setOperatingSystem(HttpOperatingSystem) - Method in class com.jdc.http.HttpUserProfile
Sets the user's operating system information.
setOptions(String[][]) - Method in class com.jdc.gui.html.form.field.SelectField
Sets the selection field options.
setOrderBy(Column) - Method in class com.jdc.rdb.sql.dml.select.Select
Adds a table Column name to order by plus the sort order.
setOrderBy(Column, Order) - Method in class com.jdc.rdb.sql.dml.select.Select
Adds a table Column name to order by plus the sort order.
setPadding(int) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field padding.
setParent() - Method in class com.jdc.app.i18.MessageText
Sets the parent list resource bundle, i.e.
setPassword(String) - Method in class com.jdc.app.UserProfile
Sets the user's password.
setPercentComplete(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the progress bar percentage complete for the task.
setPreparedStatement(boolean) - Method in class com.jdc.rdb.sql.SQLHelper
Sets the prepared SQL statement flag.
setPrompt(String) - Method in class com.jdc.jsp.PageAttributes
Sets the page prompt (to the user).
setProperty(String, String) - Static method in class com.jdc.app.web.UserContext
Sets a property for the user of the current thread for this application.
setProperty(String, String, String) - Static method in class com.jdc.app.web.UserContext
Sets a property for this application.
setPublic() - Method in class com.jdc.xml.tag.DocumentType
Sets the document type definition file location to be resolved by the parser.
setQualifier(String) - Method in class com.jdc.xml.tag.Attribute
Sets the XML tag attribute value qualifier.
setQuote(String) - Method in class com.jdc.type.StringHelper
Sets the default quote character.
setReadonly() - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag readonly flag.
setReadonly() - Method in class com.jdc.gui.html.tag.Input
Set the input tag readonly flag.
setReadOnly() - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field read only flag to true.
setReadOnly(boolean) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field read only flag.
setReference(String) - Method in class com.jdc.xml.tag.DocumentType
Sets the document type definition reference.
setRefresh(Table) - Static method in class com.jdc.rdb.DatabaseStatus
Sets the database Table refresh status to true.
setRefreshInterval(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the progress bar refresh interval (in seconds).
setRefreshURL(String) - Method in class com.jdc.gui.html.ProgressBar
Sets the Uniform Resource Locator (URL) to forward to in order to recalculate the progress of the task and refresh the progress bar.
setRemoveSpace() - Method in class com.jdc.xml.XmlFormat
 
setRequired() - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field required flag to true.
setRequired(boolean) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field required flag.
setResource(String) - Method in class com.jdc.http.mvc.HttpModel
Sets the resource bundle containing page labels and text for the current user locale.
setRestrict() - Method in class com.jdc.rdb.sql.ddl.drop.Impact
Sets the Impact clause to not drop the database object if one or more dependent objects exist.
setRestrict() - Method in class com.jdc.rdb.sql.ddl.drop.Drop
Adds the optional RESTRICT keyword to the Drop statement.
setReturn() - Method in class com.jdc.gui.html.tag.attr.Event
Sets the Event status to return a value.
setRoot(String) - Method in class com.jdc.xml.tag.DocumentType
Sets the document type definition root element.
setRootNode() - Method in class com.jdc.xml.XmlProperties
Sets the current XML document node to the XML document root node.
setRows(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea tag rows.
setScale(int) - Method in class com.jdc.math.Decimal
Sets the scale for this Decimal object to the specified value.
setScale(int, int) - Method in class com.jdc.math.Decimal
Sets the scale and rounding mode for this Decimal object to the specified values.
setSchemaName(String) - Method in class com.jdc.rdb.tbl.TableCacheDAO
Sets the database schema name.
setSelected() - Method in class com.jdc.gui.html.tag.Option
Set the option selected.
setSessionAttribute(String, Object) - Method in class com.jdc.http.mvc.HttpModel
Sets the requested session attribute.
setSize(FontSize) - Method in class com.jdc.gui.html.tag.Font
Set the font size.
setSize(int) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field size.
setSize(int) - Method in class com.jdc.gui.html.tag.Select
Set the selection list size.
setSize(int) - Method in class com.jdc.gui.html.tag.Input
Set the input (field) size.
setSource(String) - Method in class com.jdc.gui.html.tag.Image
Set the image tag name.
setStandalone(boolean) - Method in class com.jdc.xml.tag.Declaration
Identifies whether or not this document references an external entity or an external data type specification.
setStandalone(String) - Method in class com.jdc.xml.tag.Declaration
Identifies whether or not this document references an external entity or an external data type specification.
setStartChar(String) - Method in class com.jdc.xml.SimpleTag
Sets the XML tag start character.
setStatement(String) - Method in class com.jdc.rdb.sql.SQL
Sets the SQL statement.
setStatus(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field status.
setStrict() - Method in class com.jdc.dts.Date
Sets the flag to enforce strict parsing of a String date value.
setStrict() - Method in class com.jdc.gui.html.tag.DocumentType
Sets the XHTML document type definition as Strict.
setStringField(String) - Method in class com.jdc.lang.SourceTemplate
Sets the String field value.
setStyle(String) - Method in class com.jdc.http.jsp.JspView
Sets the style definitions required for this HTML page.
setStyle(Style) - Method in class com.jdc.gui.html.tag.Select
Set the selection list style.
setStyleSheet(String) - Method in class com.jdc.http.jsp.JspView
Sets the style sheet required for this HTML page.
setSystem() - Method in class com.jdc.xml.tag.DocumentType
Sets the document type definition file location as the local system.
setTable(Table) - Method in class com.jdc.rdb.sql.SQLHelper
Sets the database table to execute the SQL command upon.
setTable(Table) - Method in class com.jdc.rdb.sql.dml.DML
Sets the Database Table definition for this DML statement.
setTableName(String) - Method in class com.jdc.rdb.tbl.TableCacheDAO
Sets the database table name.
setTarget(String) - Method in class com.jdc.gui.html.tag.Form
Sets the form tag target window.
setTask(Object) - Method in class com.jdc.gui.html.ProgressBar
Sets the reference to the object controlling the task for this progress bar.
setText(String) - Method in class com.jdc.app.Copyright
Sets the copyright text.
setText(String) - Method in class com.jdc.gui.html.tag.Title
Sets the title text.
setText(String) - Method in class com.jdc.xml.Comment
Sets the comment text.
setTip(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field tip.
setTitle(String) - Method in class com.jdc.gui.html.tag.Textarea
Set the textarea title.
setTitle(String) - Method in class com.jdc.gui.html.tag.TableColumn
Set the table column title.
setTitle(String) - Method in class com.jdc.gui.html.tag.Span
Set the span title.
setTitle(String) - Method in class com.jdc.http.jsp.JspView
Sets the title for this HTML page.
setTitle(String) - Method in class com.jdc.http.user.BrowserPage
Sets the title.
setTitle(String) - Method in class com.jdc.jsp.PageAttributes
Sets the page title.
setTitle(Title) - Method in class com.jdc.gui.html.tag.Head
Sets the document title.
setTop(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the position of the progress bar relative to the top of the page as a percentage or in pixels.
setTransaction(HttpTransaction) - Method in class com.jdc.http.HttpUserProfile
Sets the user transaction.
setTransitional() - Method in class com.jdc.gui.html.tag.DocumentType
Sets the XHTML document type definition as Transitional.
setTransitional(boolean) - Method in class com.jdc.gui.html.tag.DocumentType
Sets the XHTML or HTML document type definition as Transitional.
setType(DocumentType) - Method in class com.jdc.xml.Document
Set the XML document type definition.
setType(Type) - Method in class com.jdc.gui.html.form.FormField
Sets the input field type.
setType(Type) - Method in class com.jdc.gui.html.tag.Input
Set the input tag type.
setUnique(String) - Method in class com.jdc.rdb.sql.ddl.create.Create
Sets the optional UNIQUE clause for the CREATE command.
setUpperCase() - Method in class com.jdc.lang.ObjectXML
Sets the isUpperCase flag.
setURI(String) - Method in class com.jdc.http.user.BrowserPage
Sets the uri.
setURL(String) - Method in class com.jdc.gui.html.tag.Anchor
Set the anchor tag name.
setURL(String) - Method in class com.jdc.http.mvc.HttpView
Sets the view URL
setUserAgent(String) - Method in class com.jdc.http.user.HttpOperatingSystem
Sets the browser user agent property obtained from the JavaScript: userAgent = navigator.userAgent;
setUserAgent(String) - Method in class com.jdc.http.user.Browser
Sets the browser user agent property obtained from the JavaScript: userAgent = navigator.userAgent;
setValue(Column, boolean) - Method in class com.jdc.rdb.sql.dml.insert.Insert
Sets a boolean value for the specified Column.
setValue(Column, boolean) - Method in class com.jdc.rdb.sql.dml.update.Update
Sets a boolean value for the specified Column.
setValue(Column, int) - Method in class com.jdc.rdb.sql.dml.insert.Insert
Sets an int value for the specified Column.
setValue(Column, int) - Method in class com.jdc.rdb.sql.dml.update.Update
Sets an int value for the specified Column.
setValue(Column, Object) - Method in class com.jdc.rdb.sql.dml.insert.Insert
Sets an Object value for the specified Column.
setValue(Column, Object) - Method in class com.jdc.rdb.sql.dml.update.Update
Sets an Object value for the specified Column.
setValue(int) - Method in class com.jdc.gui.html.tag.Option
Set the option value from an integer.
setValue(int) - Method in class com.jdc.gui.html.tag.Input
Set the input (field) value from an integer.
setValue(Object) - Method in class com.jdc.util.NameValue
Sets the value for the name/value pair.
setValue(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field value.
setValue(String) - Method in class com.jdc.gui.html.tag.Option
Set the option value from a String.
setValue(String) - Method in class com.jdc.gui.html.tag.Input
Set the input (field) value from a String.
setValue(String) - Method in class com.jdc.rdb.sql.SQLClause
Sets the SQL clause value.
setValue(String) - Method in class com.jdc.rdb.sql.dml.insert.Values
Sets the Values clause.
setValue(String) - Method in class com.jdc.rdb.sql.dml.insert.Columns
Sets the Columns clause value.
setValue(String) - Method in class com.jdc.xml.tag.Attribute
Sets the XML tag attribute value.
setValue(String, boolean) - Method in class com.jdc.gui.html.tag.Option
Set the option value from a String.
setVersion(String) - Method in class com.jdc.xml.tag.Declaration
Sets the declaration version number.
setVerticalAlign(VerticalAlign) - Method in class com.jdc.gui.html.tag.TableColumn
Set the table column vertical alignment.
setView(HttpView) - Method in class com.jdc.http.HttpUserProfile
Sets the user view.
setWarning() - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field warning flag to true.
setWarning(boolean) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field warning flag.
setWarning(String) - Method in class com.jdc.gui.html.form.field.TextField
Sets the text field warning flag and warning message.
setWhere(Column, Comparison, int) - Method in class com.jdc.rdb.sql.dml.select.Select
Sets a search condition for the specified table Column, Comparison operator, and int value.
setWhere(Column, Comparison, Object) - Method in class com.jdc.rdb.sql.dml.select.Select
Sets a search condition for the specified table Column, Comparison operator, and Object value.
setWhere(Column, int) - Method in class com.jdc.rdb.sql.dml.delete.Delete
Sets a search condition for the specified table Column and int value.
setWhere(Column, int) - Method in class com.jdc.rdb.sql.dml.select.Select
Sets a search condition for the specified table Column and int value.
setWhere(Column, int) - Method in class com.jdc.rdb.sql.dml.update.Update
Sets a search condition for the specified table Column and int value.
setWhere(Column, Object) - Method in class com.jdc.rdb.sql.dml.delete.Delete
Sets a search condition for the specified table Column and Object value.
setWhere(Column, Object) - Method in class com.jdc.rdb.sql.dml.select.Select
Sets a search condition for the specified table Column and Object value.
setWhere(Column, Object) - Method in class com.jdc.rdb.sql.dml.update.Update
Sets a search condition for the specified table Column and Object value.
setWidth(int) - Method in class com.jdc.gui.html.ProgressBar
Sets the width of the progress bar as a percentage or in pixels.
setWidth(int) - Method in class com.jdc.gui.html.form.field.SelectField
Sets the selection field width.
setWidth(int) - Method in class com.jdc.gui.html.tag.TableColumn
Set the table column width.
setWidth(int) - Method in class com.jdc.gui.html.tag.Table
Set the table width.
setWidth(int) - Method in class com.jdc.gui.html.tag.attr.Style
Set the style width.
setWidth(String) - Method in class com.jdc.app.user.Window
Sets the display window width.
setWidth(String) - Method in class com.jdc.app.user.Display
Sets the display width.
setWidth(String) - Method in class com.jdc.http.user.BrowserPage
Sets the width.
setYear(int) - Method in class com.jdc.app.Copyright
Sets the copyright year.
setYear(String) - Method in class com.jdc.app.Copyright
Sets the copyright year.
SHORT - Static variable in class com.jdc.dts.Date.Format
The short date style pattern, e.g.
SHORT_NAME - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.ShortName
The short name column definition.
ShortName - interface com.jdc.app.rdb.tbl.ref.data.dict.ShortName.
ShortName is the reference definition for a short name column in a database table.
shortValue() - Method in class com.jdc.math.Decimal
Converts this Decimal to a short value.
SILVER - Static variable in class com.jdc.gui.html.tag.attr.Color
Silver.
SimpleTag - class com.jdc.gui.html.SimpleTag.
The SimpleTag class represents an HTML or XHTML simple tag object.
SimpleTag - class com.jdc.xml.SimpleTag.
The SimpleTag class represents an XML simple tag object.
SimpleTag() - Constructor for class com.jdc.gui.html.SimpleTag
Constructs a new HTML SimpleTag object.
SimpleTag() - Constructor for class com.jdc.xml.SimpleTag
Constructs a new XML SimpleTag object.
SINGLE_QUOTE - Static variable in class com.jdc.gui.html.tag.Attribute
A single quote character for constructing an attribute of the form: name='value'.
SINGLE_QUOTE - Static variable in class com.jdc.type.Char
The single quote character.
Singleton - interface com.jdc.util.Singleton.
Singleton is a marker interface that, when implemented, identifies a class as a singleton.
Size - class com.jdc.gui.html.tag.attr.Size.
Size is used to create an HTML size attribute that sets the size as required by HTML tags implemented in classes like Input and Select.
Size() - Constructor for class com.jdc.gui.html.tag.attr.Size
Constructs a Size object.
SLASH - Static variable in class com.jdc.type.Char
The forward slash character.
SLASH - Static variable in class com.jdc.xml.Tag
A forward slash character for constructing an end tag of the form: </tag>.
Source - class com.jdc.gui.html.tag.attr.Source.
Source is used to create an HTML source attribute required by HTML tags implemented as classes like Image.
Source() - Constructor for class com.jdc.gui.html.tag.attr.Source
Constructs a Source object.
SourceTemplate - class com.jdc.lang.SourceTemplate.
SourceTemplate represents a template for creating Java class source files for the J. Damon & Co. Application Architecture (JDA2) application programming interface (API).
SPACE - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement space character.
SPACE - Static variable in class com.jdc.type.Char
The space, i.e. blank, character.
SPACE - Static variable in class com.jdc.xml.Tag
A space character.
Span - class com.jdc.gui.html.tag.Span.
Span is used to create the HTML required to create a structure within a document in a browser, including the start tag, the span attributes, and the end tag.
Span() - Constructor for class com.jdc.gui.html.tag.Span
Constructs a Span object.
Span(boolean) - Constructor for class com.jdc.gui.html.tag.Span
Constructs a Span object and sets the format status.
sql - Variable in class com.jdc.rdb.sql.ddl.DDL
The SQL helper object for this DDL statement.
sql - Variable in class com.jdc.rdb.sql.dml.DML
The SQL helper object for this DML statement.
SQL - class com.jdc.rdb.sql.SQL.
SQL represents a Structured Query Language (SQL) statement.
SQL(String) - Constructor for class com.jdc.rdb.sql.SQL
Constructs a new SQL statement object for the specified SQL statement.
sqlClause - Variable in class com.jdc.rdb.sql.dml.DMLClause
The SQL clause helper object for this DML statement clause.
SQLClause - class com.jdc.rdb.sql.SQLClause.
SQLClause represents a Structured Query Language (SQL) statement clause.
SQLClause() - Constructor for class com.jdc.rdb.sql.SQLClause
Constructs a new SQLClause object.
SQLClauseHelper - class com.jdc.rdb.sql.SQLClauseHelper.
SQLClauseHelper is a utility class that provides Structured Query Language (SQL) clause helper methods.
SQLClauseHelper() - Constructor for class com.jdc.rdb.sql.SQLClauseHelper
Constructs a new SQLClauseHelper object.
SQLException - exception com.jdc.rdb.sql.SQLException.
SQLException represents a Structured Query Language (SQL) exception.
SQLException(Object, String, String, Exception) - Constructor for class com.jdc.rdb.sql.SQLException
Constructs a new SQLException object for the specified Object, method name, message, and original Exception.
SQLHelper - class com.jdc.rdb.sql.SQLHelper.
SQLHelper is a utility class that provides Structured Query Language (SQL) helper methods to simplify the creation of Table command statements.
SQLHelper() - Constructor for class com.jdc.rdb.sql.SQLHelper
Constructs a new SQLHelper object.
SQLInvalidException - exception com.jdc.rdb.sql.SQLInvalidException.
SQLInvalidException represents a Structured Query Language (SQL) invalid statement exception.
SQLInvalidException(Object, String, String) - Constructor for class com.jdc.rdb.sql.SQLInvalidException
Constructs a new SQLInvalidException object for the specified Object, method name, and message description.
SQLMessage - class com.jdc.rdb.sql.SQLMessage.
SQLMessage represents a Structured Query Language (SQL) exception message.
SQLMessage(Object, String, String) - Constructor for class com.jdc.rdb.sql.SQLMessage
Converts an Object instance, exception method name, and exception message.
SQLMessage(Object, String, String, Exception) - Constructor for class com.jdc.rdb.sql.SQLMessage
Converts an Object instance, exception method name, exception message, and original Exception object.
SQLStatus - class com.jdc.rdb.sql.SQLStatus.
SQLStatus represents the statement execution status of a Structured Query Language (SQL) statement.
Stack - class com.jdc.sys.Stack.
Stack represents an execution stack trace.
Stack.Trace - class com.jdc.sys.Stack.Trace.
Trace represents the stack trace for a Throwable, i.e.
Stack.Trace.Exception - class com.jdc.sys.Stack.Trace.Exception.
Exception represents the Throwable, i.e.
Stack.Trace.Exception(String) - Constructor for class com.jdc.sys.Stack.Trace.Exception
Constructs a new stack trace Exception object for the stack trace exception information String.
Stack.Trace.Location - class com.jdc.sys.Stack.Trace.Location.
Location represents a frame from the generated stack trace including the location information for the classes/methods that resulted in the Throwable action.
Stack.Trace.Location(String) - Constructor for class com.jdc.sys.Stack.Trace.Location
Constructs a new stack trace Location object for the stack trace frame information String.
Stack.Trace.Object - class com.jdc.sys.Stack.Trace.Object.
Object represents an object from the generated stack trace.
Stack.Trace.Object() - Constructor for class com.jdc.sys.Stack.Trace.Object
Constructs a new stack trace Object.
Stack.Trace() - Constructor for class com.jdc.sys.Stack.Trace
Constructs a new stack Trace object for the current call stack.
Stack.Trace(String) - Constructor for class com.jdc.sys.Stack.Trace
Constructs a new stack Trace object for the specified stack trace String,
Stack.Trace(Throwable) - Constructor for class com.jdc.sys.Stack.Trace
Constructs a new stack Trace object for the specified stack trace Throwable, i.e.
Stack() - Constructor for class com.jdc.sys.Stack
Constructs a new Stack object for the current call stack.
Stack(String) - Constructor for class com.jdc.sys.Stack
Constructs a new Stack object for the specified stack trace String,
Stack(Throwable) - Constructor for class com.jdc.sys.Stack
Constructs a new Stack object for the specified stack trace Throwable, i.e.
StackLine - interface com.jdc.sys.StackLine.
 
StackTrace - class com.jdc.sys.StackTrace.
This class represents the fields in an exception stack trace.
StackTrace(Throwable) - Constructor for class com.jdc.sys.StackTrace
 
StackTraceTest - class com.jdc.sys.StackTraceTest.
StackTraceTest executes the units tests for the StackTrace class.
StackTraceTest() - Constructor for class com.jdc.sys.StackTraceTest
Constructs a new StackTraceTest object.
start() - Method in class com.jdc.dts.ElapsedTime
Starts the elapsed timer.
start(Date) - Method in class com.jdc.dts.ElapsedTime
Starts the elapsed timer for the specified date..
start(String) - Static method in class com.jdc.app.web.UserContext
Starts a user context for the specified user.
startTag() - Method in class com.jdc.gui.html.tag.Title
Returns a title start tag.
startTag() - Method in class com.jdc.gui.html.tag.Textarea
Return a textarea start tag.
startTag() - Method in class com.jdc.gui.html.tag.TableRow
Return a table row start tag.
startTag() - Method in class com.jdc.gui.html.tag.TableColumn
Return a table column start tag.
startTag() - Method in class com.jdc.gui.html.tag.Table
Return a table start tag.
startTag() - Method in class com.jdc.gui.html.tag.Span
Return a span start tag.
startTag() - Method in class com.jdc.gui.html.tag.Select
Return a select start tag.
startTag() - Method in class com.jdc.gui.html.tag.Option
Return a option start tag.
startTag() - Method in class com.jdc.gui.html.tag.Input
Return a Input start tag.
startTag() - Method in class com.jdc.gui.html.tag.Image
Return a Image start tag.
startTag() - Method in class com.jdc.gui.html.tag.Form
Returns a form start tag.
startTag() - Method in class com.jdc.gui.html.tag.Font
Return a font start tag.
startTag() - Method in class com.jdc.gui.html.tag.Anchor
Return a Anchor start tag.
startTag() - Method in class com.jdc.xml.ComplexTag
Returns the XML start tag.
startTag(String) - Method in class com.jdc.gui.html.ComplexTag
Returns an HTML start tag for the specified identifier.
Statement - interface com.jdc.rdb.sql.api.Statement.
Statement represents a Structured Query Language (SQL) statement.
Status - class com.jdc.app.Status.
Status maintains common global application status values.
Status - class com.jdc.util.Status.
Status is the base class for all status objects.
Status() - Constructor for class com.jdc.util.Status
Constructs a new Status object.
string - Variable in class com.jdc.app.mvc.Model
A String helper object.
string - Variable in class com.jdc.http.mvc.HttpController
A string helper object.
string - Variable in class com.jdc.lang.Object
A String helper object.
StringArrayList - class com.jdc.util.StringArrayList.
 
StringArrayList() - Constructor for class com.jdc.util.StringArrayList
 
StringColumn - class com.jdc.rdb.tbl.col.StringColumn.
 
StringColumn() - Constructor for class com.jdc.rdb.tbl.col.StringColumn
 
StringHashMap - class com.jdc.util.StringHashMap.
StringHashMap represents a HashMap that contains only String objects.
StringHashMap() - Constructor for class com.jdc.util.StringHashMap
Constructs a new StringHashMap.
StringHashMap(int) - Constructor for class com.jdc.util.StringHashMap
Constructs a new StringHashMap with a specified initial capacity.
StringHashMap(int, float) - Constructor for class com.jdc.util.StringHashMap
Constructs a new StringHashMap with a specified initial capacity and load factor.
StringHelper - class com.jdc.type.StringHelper.
StringHelper is a utility class that provides advanced String manipulation methods to simplify the manipulation of String objects.
StringHelper() - Constructor for class com.jdc.type.StringHelper
Constructs a new StringHelper instance.
StringHelper(String) - Constructor for class com.jdc.type.StringHelper
Constructs a new StringHelper instance with the specified default quote character.
Style - class com.jdc.gui.html.tag.attr.Style.
Style is used to create an HTML style attribute that sets the style as required by HTML tags implemented in classes like Select.
Style() - Constructor for class com.jdc.gui.html.tag.attr.Style
Constructs a Style object.
SUBMIT - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type submit button.
SubmitButton - class com.jdc.gui.html.form.button.SubmitButton.
SubmitButton.java is
SubmitButton() - Constructor for class com.jdc.gui.html.form.button.SubmitButton
Constructors a new SubmitButton object.
SUBSTITUTION_VALUE - Static variable in class com.jdc.rdb.sql.SQLHelper
The SQL statement substitution value character.
subtract(double) - Method in class com.jdc.math.Decimal
Subtracts a double value from this Decimal value.
subtract(long) - Method in class com.jdc.math.Integer
Subtracts a long value from this Integer value..
subtract(long) - Method in class com.jdc.math.Decimal
Subtracts a long value from this Decimal value..
subtract(Number) - Method in class com.jdc.math.Integer
Subtracts another Number value from this Integer value.
subtract(Number) - Method in class com.jdc.math.Decimal
Subtracts another Number value from this Decimal value.
SwingView - class com.jdc.gui.jws.swing.SwingView.
Swing represents a Swing view.
SwingView() - Constructor for class com.jdc.gui.jws.swing.SwingView
Constructs a new SwingView object.
SwtView - class com.jdc.gui.jws.swt.SwtView.
SwtView represents a Simple Widget Toolkit view.
SwtView() - Constructor for class com.jdc.gui.jws.swt.SwtView
Constructs a new SwtView object.
System - class com.jdc.sys.System.
System provides a reference for common system properties as well as a default logger.
SYSTEM - Static variable in interface com.jdc.xml.tag.DocumentType.Location
Identifies the document type definition file location as the local system.
System.Logger - class com.jdc.sys.System.Logger.
Logger implements the default system logging utility.
SystemProperty - class com.jdc.sys.SystemProperty.
SystemProperty provides a reference for various system properties.
SystemResource - class com.jdc.sys.SystemResource.
Class SystemResource represents a system resource.
SystemResource() - Constructor for class com.jdc.sys.SystemResource
Constructs a new SystemResource object.
SystemResource(Object) - Constructor for class com.jdc.sys.SystemResource
Constructs a new SystemResource object for the specified object..
SystemResource(Object, boolean) - Constructor for class com.jdc.sys.SystemResource
Constructs a new SystemResource object for the specified object..

T

Table - class com.jdc.app.rdb.Table.
Table provides the instances of application Database Table definitions.
Table - interface com.jdc.db.Table.
Table represents an application database table.
Table - class com.jdc.gui.html.tag.Table.
Table is used to create the HTML required to create a table in a browser, including the start tag, the table attributes, and the end tag as well as the actual table data.
Table - class com.jdc.rdb.Table.
A default implementation of Table.
Table - class com.jdc.rdb.sql.ddl.clause.Table.
Table represents a Create, Alter, or Drop SQL statement TABLE clause.
Table() - Constructor for class com.jdc.gui.html.tag.Table
Constructs a Table.
Table() - Constructor for class com.jdc.rdb.sql.ddl.clause.Table
Constructs a new Table clause object.
Table(boolean) - Constructor for class com.jdc.gui.html.tag.Table
Constructs a Table and sets the format status.
Table(String) - Constructor for class com.jdc.rdb.sql.ddl.clause.Table
Constructs a new Table clause object for the specified Database Table name.
Table(String, String, Column[], Column[]) - Constructor for class com.jdc.rdb.Table
Constructs a new database table Table object for the specified database table name, alias, column definitions, and primary key columns.
Table(String, String, Column[], Column[][]) - Constructor for class com.jdc.rdb.Table
Constructs a new database table Table object for the specified database table name, alias, column definitions, and primary and secondary key columns.
TableCacheDAO - class com.jdc.rdb.tbl.TableCacheDAO.
TableCacheDAO reads data from a database reference table and caches the results in a Hashtable for in-memory access.
TableCacheDAO() - Constructor for class com.jdc.rdb.tbl.TableCacheDAO
Constructs a new TableCacheDAO object.
TableColumn - class com.jdc.gui.html.tag.TableColumn.
TableColumn is used to create the HTML required to create a table column, i.e.
TableColumn - class com.jdc.rdb.tbl.col.TableColumn.
TableColumn represents a table column that contains an unknown database table column definition.
TableColumn.Format - interface com.jdc.gui.html.tag.TableColumn.Format.
Format represents the Cascading Style Sheet (CSS) class styles for a table column.
TableColumn() - Constructor for class com.jdc.gui.html.tag.TableColumn
Constructs a TableColumn object.
TableColumn(boolean) - Constructor for class com.jdc.gui.html.tag.TableColumn
Constructs a TableColumn object and sets the format status.
TableColumn(DataType, String, String, boolean) - Constructor for class com.jdc.rdb.tbl.col.TableColumn
Constructs a new TableColumn object for the specified column type, name, alias, and allow null status.
TableColumn(DataType, String, String, int, boolean) - Constructor for class com.jdc.rdb.tbl.col.TableColumn
Constructs a new TableColumn object for the specified column type, name, alias, length, and allow null status.
TableColumn(DataType, String, String, int, int, boolean) - Constructor for class com.jdc.rdb.tbl.col.TableColumn
Constructs a new TableColumn object for the specified column type, name, alias, precision, scale, and allow null status.
TableCreationObject - class com.jdc.rdb.tbl.tco.TableCreationObject.
TableCreationObject drops and/or creates a new database table given an input Table object.
TableCreationObject() - Constructor for class com.jdc.rdb.tbl.tco.TableCreationObject
Constructs a new TableCreationObject object.
TableCreationObject(boolean) - Constructor for class com.jdc.rdb.tbl.tco.TableCreationObject
Constructs a new TableCreationObject object.
TableRow - class com.jdc.gui.html.tag.TableRow.
TableRow is used to create the HTML required to create a table row in a browser, including the start tag, the row attributes, and the end tag as well as the actual table row data.
TableRow() - Constructor for class com.jdc.gui.html.tag.TableRow
Constructs a TableRow object.
TableRow(boolean) - Constructor for class com.jdc.gui.html.tag.TableRow
Constructs a TableRow object and sets the format status.
Tag - class com.jdc.gui.html.Tag.
The Tag class represents an HTML tag object.
Tag - class com.jdc.xml.Tag.
The Tag class represents an XML tag object.
tag() - Method in class com.jdc.gui.html.tag.Break
Return a break tag.
tag() - Method in class com.jdc.xml.Tag
Returns a String of XML tag attributes.
Tag() - Constructor for class com.jdc.gui.html.Tag
Constructs a new HTML Tag object.
Tag() - Constructor for class com.jdc.xml.Tag
Constructs a new XML Tag object.
tag(String) - Method in class com.jdc.gui.html.Tag
Returns a String of HTML tag attributes.
Target - class com.jdc.rdb.sql.dml.update.Target.
Target represents an Update SQL statement target clause.
Target() - Constructor for class com.jdc.rdb.sql.dml.update.Target
Constructs a new Target clause object.
Target(String) - Constructor for class com.jdc.rdb.sql.dml.update.Target
Constructs a new Target clause object for the specified Database Table name.
TEAL - Static variable in class com.jdc.gui.html.tag.attr.Color
Teal.
TEST - Static variable in interface com.jdc.app.rdb.tbl.ref.data.dict.TestColumn
The name column definition.
TestColumn - interface com.jdc.app.rdb.tbl.ref.data.dict.TestColumn.
TestColumn is the reference definition for a test column in a database table.
Text - class com.jdc.app.i18.Text.
The English (default) application display text.
TEXT - Static variable in interface com.jdc.gui.html.tag.TableColumn.Format
The CSS style for table columns containing text data.
TEXT - Static variable in class com.jdc.gui.html.tag.attr.Type
Creates an Input tag of type text (entry field).
Text_es - class com.jdc.app.i18.Text_es.
The Spanish login display text.
Text_es() - Constructor for class com.jdc.app.i18.Text_es
 
Text_fr - class com.jdc.app.i18.Text_fr.
The French application display text.
Text_fr() - Constructor for class com.jdc.app.i18.Text_fr
 
Text() - Constructor for class com.jdc.app.i18.Text
 
Textarea - class com.jdc.gui.html.tag.Textarea.
Textarea is used to create the HTML required to create a structure within a document in a browser, including the start tag, the Textarea attributes, and the end tag.
Textarea() - Constructor for class com.jdc.gui.html.tag.Textarea
Constructs a Span object.
Textarea(boolean) - Constructor for class com.jdc.gui.html.tag.Textarea
Constructs a Span object and sets the format status.
TextColumn - class com.jdc.rdb.tbl.col.TextColumn.
TextColumn represents a table column that contains a text or String value.
TextColumn(String, int) - Constructor for class com.jdc.rdb.tbl.col.TextColumn
Constructs a new TextColumn object for the specified column name and length.
TextColumn(String, String, int, boolean) - Constructor for class com.jdc.rdb.tbl.col.TextColumn
Constructs a new TextColumn object for the specified column name, alias, and length.
TextField - class com.jdc.gui.html.form.field.TextField.
TextField is a user interface widget that creates an input text field consisting of a label and an input entry field to be displayed to the user.
TextField() - Constructor for class com.jdc.gui.html.form.field.TextField
Constructs a TextField object.
TextHelper - class com.jdc.app.i18.TextHelper.
TextHelper.java is
TextHelper() - Constructor for class com.jdc.app.i18.TextHelper
Constructor for TextHelper.
TextIdentifiers - interface com.jdc.app.i18.TextIdentifiers.
TextIdentifiers implements standard text message identifiers as constants.
Time - class com.jdc.dts.Time.
 
TIME - Static variable in class com.jdc.rdb.DataType
A time is a three-part value (hour, minute, and second) designating a time of day under a 24-hour clock.
Time() - Constructor for class com.jdc.dts.Time
Constructor for Time.
timestamp - Variable in class com.jdc.app.mvc.Model
A Timestamp helper object.
Timestamp - class com.jdc.dts.Timestamp.
Timestamp represents a timestamp value.
Timestamp - class com.jdc.type.Timestamp.
 
TIMESTAMP - Static variable in class com.jdc.rdb.DataType
A timestamp is a seven-part value (year, month, day, hour, minute, second, and microsecond) that designates a date and time as defined above, except that the time includes a fractional specification of microseconds.
Timestamp() - Constructor for class com.jdc.dts.Timestamp
Constructs a new Timestamp object.
Timestamp(Date) - Constructor for class com.jdc.type.Timestamp
 
Timestamp(int) - Constructor for class com.jdc.type.Timestamp
 
Timestamp(long) - Constructor for class com.jdc.type.Timestamp
 
Timestamp(Timestamp) - Constructor for class com.jdc.type.Timestamp
 
TimestampColumn - class com.jdc.rdb.tbl.col.TimestampColumn.
TimestampColumn represents a table column that contains a Timestamp.
TimestampColumn(String) - Constructor for class com.jdc.rdb.tbl.col.TimestampColumn
Constructs a new TimestampColumn object for the specified column name.
TimestampColumn(String, String, boolean) - Constructor for class com.jdc.rdb.tbl.col.TimestampColumn
Constructs a new TimestampColumn object for the specified column name, alias, and allow null status.
TimestampHelper - class com.jdc.type.TimestampHelper.
TimestampHelper is a utility class that provides advanced Timestamp manipulation methods to simplify the manipulation of Timestamp objects.
TimestampHelper() - Constructor for class com.jdc.type.TimestampHelper
Constructs a new TimestampHelper object for the default locale.
TimestampHelper(Locale) - Constructor for class com.jdc.type.TimestampHelper
Constructs a new TimestampHelper object for the specified Locale.
Title - class com.jdc.gui.html.tag.Title.
Title represents an HTML document TITLE element.
Title - class com.jdc.gui.html.tag.attr.Title.
Title is used to create an HTML title attribute that provides a "tool tip" to the user when the mouse cursor is placed on an HTML tag which implements this attribute.
Title() - Constructor for class com.jdc.gui.html.tag.Title
Constructs a new Title object.
Title() - Constructor for class com.jdc.gui.html.tag.attr.Title
Constructs a Title object.
toArray() - Method in class com.jdc.sys.ClassPath
Returns the Java class path entries as a String[] array in class path order.
toArray(ArrayList) - Method in class com.jdc.type.StringHelper
Returns a String array corresponding to the ArrayList.
toArray(String) - Method in class com.jdc.xml.XmlFormat
Formats an XML document into a String array
toBigDecimal() - Method in class com.jdc.math.Decimal
Returns a BigDecimal representation of this Decimal object.
toBigInteger() - Method in class com.jdc.math.Integer
Returns a BigInteger representation of this Integer object.
toBoolean() - Method in class com.jdc.type.Boolean
Returns a Boolean representation of this Boolean object.
toDate() - Method in class com.jdc.type.Timestamp
Returns a Date representing this Timestamp object.
toDate() - Method in class com.jdc.util.Refresh.Timestamp
Returns the last refresh timestamp as a Date.
toDate(int) - Static method in class com.jdc.type.TimestampHelper
Returns a Timestamp for an int date value in YYYYMMDD format.
toDatestamp() - Method in class com.jdc.type.Timestamp
Returns a Date as a Timestamp representing this Timestamp object.
toHTML() - Method in class com.jdc.app.Copyright
Returns the copyright message as HTML.
toLongFormat() - Method in class com.jdc.dts.Date
Returns a long format String representation of this Date object.
toLowerCase() - Method in class com.jdc.xml.tag.DocumentType
Converts the document type definition tag to lower case.
TOP - Static variable in class com.jdc.gui.html.tag.Form.Target
The HTML target attribute keyword that specifies the response is to be rendered in the full, unframed window.
TOP - Static variable in class com.jdc.gui.html.tag.attr.VerticalAlign
The contents of the table cells are aligned at the top of the cell.
toShortFormat() - Method in class com.jdc.dts.Date
Returns a short format String representation of this Date object.
ToString - class com.jdc.lang.ToString.
ToString is a utility class used to create a toString representation of an object.
toString() - Method in class com.jdc.app.Copyright
Returns the copyright message as a String.
toString() - Method in class com.jdc.app.Company
Returns the company name.
toString() - Method in class com.jdc.dts.ElapsedTime
Returns a String representation of this ElapsedTime object.
toString() - Method in class com.jdc.dts.Date
Returns a String representation of this Date object.
toString() - Method in class com.jdc.gui.html.SimpleTag
Returns an HTML tag of the form: <tag> or XHTML tag of the form: <tag />.
toString() - Method in class com.jdc.gui.html.ProgressBar
Returns the progress bar.
toString() - Method in class com.jdc.gui.html.Document
Returns an HTML document.
toString() - Method in class com.jdc.gui.html.form.field.TextField
Returns a String representation of the TextField object.
toString() - Method in class com.jdc.gui.html.form.field.SelectField
Returns a String representation of this selection field.
toString() - Method in class com.jdc.gui.html.tag.Title
Returns the HTML required to create a title in a browser.
toString() - Method in class com.jdc.gui.html.tag.Form
Returns the HTML required to create a form in a browser.
toString() - Method in class com.jdc.gui.html.tag.Form.Action
Returns the action attribute value.
toString() - Method in class com.jdc.gui.html.tag.Form.Method
Returns the method attribute value.
toString() - Method in class com.jdc.gui.html.tag.Form.Name
Returns the name attribute value.
toString() - Method in class com.jdc.gui.html.tag.Form.OnReset
Returns the onReset attribute value.
toString() - Method in class com.jdc.gui.html.tag.Form.OnSubmit
Returns the onSubmit attribute value.
toString() - Method in class com.jdc.gui.html.tag.Form.Target
Returns the target attribute value.
toString() - Method in class com.jdc.gui.html.tag.attr.Event
Returns the Event tag attribute.
toString() - Method in class com.jdc.http.jsp.util.IntegerParameter
Returns a String representation of this IntegerParameter.
toString() - Method in class com.jdc.lang.ToString
Returns a toString representation for an object..
toString() - Method in class com.jdc.lang.SourceTemplate
Returns a String representation of this SourceTemplate object.
toString() - Method in class com.jdc.lang.ObjectXML
Returns an XML representation of an object.
toString() - Method in class com.jdc.lang.ObjectString
Returns an String representation of an object.
toString() - Method in class com.jdc.math.Integer
Returns a String representation of this Integer object.
toString() - Method in class com.jdc.math.Decimal
Returns a String representation of this Decimal object.
toString() - Method in class com.jdc.rdb.Table
Returns a String representing this Table object.
toString() - Method in class com.jdc.rdb.Schema
Returns a String representing this Schema object.
toString() - Method in class com.jdc.rdb.DataType
Returns a String representing this DataType object.
toString() - Method in class com.jdc.rdb.DatabaseType
Returns a String representing this database type.
toString() - Method in class com.jdc.rdb.Database
Returns a String representing this Database object.
toString() - Method in class com.jdc.rdb.Database.DataSource
Returns a String representing this DataSource object.
toString() - Method in class com.jdc.rdb.Database.Version
Returns a String representing this database Version object.
toString() - Method in class com.jdc.rdb.Column
Returns a String representing this Column object.
toString() - Method in class com.jdc.rdb.sql.SQLMessage
Returns a String representation of this SQLMessage object.
toString() - Method in class com.jdc.rdb.sql.SQLClause
Returns a String representation of this SQLClause object.
toString() - Method in class com.jdc.rdb.sql.SQL
Returns a String representation of this SQL statement.
toString() - Method in interface com.jdc.rdb.sql.api.Statement
Returns a String representation of this Statement object.
toString() - Method in interface com.jdc.rdb.sql.api.Clause
Returns a String representation of this Clause object.
toString() - Method in interface com.jdc.rdb.sql.ddl.alter.AlterClause
Returns a String representation of this AlterClause object.
toString() - Method in class com.jdc.rdb.sql.ddl.clause.View
Returns a String representation of this View clause.
toString() - Method in class com.jdc.rdb.sql.ddl.clause.Table
Returns a String representation of this Table clause.
toString() - Method in class com.jdc.rdb.sql.ddl.clause.Schema
Returns a String representation of this Schema clause.
toString() - Method in class com.jdc.rdb.sql.ddl.clause.Index
Returns a String representation of this Index clause.
toString() - Method in class com.jdc.rdb.sql.ddl.create.IfNotExists
Returns a String representation of this IfNotExists clause.
toString() - Method in interface com.jdc.rdb.sql.ddl.create.CreateClause
Returns a String representation of this CreateClause object.
toString() - Method in class com.jdc.rdb.sql.ddl.drop.Impact
Returns a String representation of this Impact clause.
toString() - Method in class com.jdc.rdb.sql.ddl.drop.IfExists
Returns a String representation of this IfExists clause.
toString() - Method in interface com.jdc.rdb.sql.ddl.drop.DropClause
Returns a String representation of this DropClause object.
toString() - Method in class com.jdc.rdb.sql.dml.clause.With
Returns a String representation of this With clause.
toString() - Method in class com.jdc.rdb.sql.dml.clause.Where
Returns a String representation of this Where clause.
toString() - Method in class com.jdc.rdb.sql.dml.clause.Logical
Returns a String representation of this Logical object.
toString() - Method in class com.jdc.rdb.sql.dml.clause.Limit
Returns a String representation of this Limit clause.
toString() - Method in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Returns a String representation of this IsolationLevel object.
toString() - Method in class com.jdc.rdb.sql.dml.clause.From
Returns a String representation of this From clause.
toString() - Method in class com.jdc.rdb.sql.dml.clause.Correlation
Returns a String representation of this Correlation clause.
toString() - Method in class com.jdc.rdb.sql.dml.clause.Comparison
Returns a String representation of this Comparison object.
toString() - Method in class com.jdc.rdb.sql.dml.clause.Commit
Returns a String representation of this Commit clause.
toString() - Method in interface com.jdc.rdb.sql.dml.delete.DeleteClause
Returns a String representation of this DeleteClause object.
toString() - Method in class com.jdc.rdb.sql.dml.delete.Delete
Returns a String representation of this Delete statement.
toString() - Method in class com.jdc.rdb.sql.dml.insert.Values
Returns a String representation of this Values clause.
toString() - Method in class com.jdc.rdb.sql.dml.insert.Into
Returns a String representation of this Into clause.
toString() - Method in interface com.jdc.rdb.sql.dml.insert.InsertClause
Returns a String representation of this InsertClause object.
toString() - Method in class com.jdc.rdb.sql.dml.insert.Columns
Returns a String representation of this Columns clause.
toString() - Method in interface com.jdc.rdb.sql.dml.select.SelectClause
Returns a String representation of this SelectClause object.
toString() - Method in class com.jdc.rdb.sql.dml.select.Rows
Returns a String representation of this Rows clause.
toString() - Method in class com.jdc.rdb.sql.dml.select.OrderBy
Returns a String representation of this OrderBy clause.
toString() - Method in class com.jdc.rdb.sql.dml.select.Order
Returns a String representation of this Order object.
toString() - Method in class com.jdc.rdb.sql.dml.select.Having
Returns a String representation of this Having clause.
toString() - Method in class com.jdc.rdb.sql.dml.select.GroupBy
Returns a String representation of this GroupBy clause.
toString() - Method in class com.jdc.rdb.sql.dml.select.Columns
Returns a String representation of this Columns clause.
toString() - Method in interface com.jdc.rdb.sql.dml.update.UpdateClause
Returns a String representation of this UpdateClause object.
toString() - Method in class com.jdc.rdb.sql.dml.update.Target
Returns a String representation of this Target clause.
toString() - Method in class com.jdc.rdb.sql.dml.update.Set
Returns a String representation of this Set clause.
toString() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns a String representation.
toString() - Method in class com.jdc.sys.SystemResource
Returns a String representation of the SystemResource object.
toString() - Method in class com.jdc.sys.StackTrace
 
toString() - Method in class com.jdc.sys.ClassPath
Returns the complete Java class path as a String.
toString() - Method in class com.jdc.type.Timestamp
Returns a String representing this Timestamp object.
toString() - Method in class com.jdc.type.Boolean
Returns a String representation of this Boolean object.
toString() - Method in class com.jdc.util.Refresh.Interval
Returns the refresh interval as a String.
toString() - Method in class com.jdc.util.Refresh.Time
Returns the refresh time as a String.
toString() - Method in class com.jdc.util.Refresh.Timestamp
Returns the last refresh timestamp as a String.
toString() - Method in class com.jdc.util.Refresh.Status
Returns the last refresh status as a String.
toString() - Method in class com.jdc.util.NameValue
Returns a String representing the value for this NameValue object.
toString() - Method in class com.jdc.xml.Tag
Returns an XML tag of the form: <tag>.
toString() - Method in class com.jdc.xml.SimpleTag
Returns an XML tag of the form: <name >.
toString() - Method in class com.jdc.xml.Document
Returns an XML document.
toString() - Method in class com.jdc.xml.ComplexTag
Returns an XML tag of the form: <tag>>body</tag>.
toString() - Method in class com.jdc.xml.Comment
Returns a String representation of this comment.
toString() - Method in class com.jdc.xml.tag.Attribute
Returns an XML tag attribute of the form: name="value".
ToString() - Constructor for class com.jdc.lang.ToString
Constructs a new ToString object.
ToString(int) - Constructor for class com.jdc.lang.ToString
Constructs a new ToString object with the specified indentation level.
ToString(Object) - Constructor for class com.jdc.lang.ToString
Constructs a new ToString object for the specified object.
toStringGenerator() - Method in class com.jdc.lang.ObjectString
Returns an String representation of an object.
toTimestamp() - Method in class com.jdc.type.Timestamp
Returns a String representing this Timestamp object.
toURL() - Method in class com.jdc.sys.SystemResource
Returns a URL representation of the SystemResource object.
toValue(int) - Static method in class com.jdc.type.Boolean
Returns true if the int value is 1.
toValue(String) - Method in class com.jdc.lang.ObjectHelper
Returns a non-null String value given a String field value.
toValue(String) - Static method in class com.jdc.type.Boolean
Returns the boolean status.
toXML() - Method in class com.jdc.rdb.tbl.TableCacheDAO
Returns an XML representation.
TRADEMARK - Static variable in interface com.jdc.gui.html.HtmlChar
The HTML trademark symbol.
transaction - Variable in class com.jdc.http.mvc.HttpModel
The current user transaction object.
Transition - class com.jdc.gui.html.tag.meta.Transition.
Transition is Note: Internet Explorer (what version) only.
Transition() - Constructor for class com.jdc.gui.html.tag.meta.Transition
Constructs a new Transition tag object.
TRUE - Static variable in class com.jdc.type.Boolean
The Boolean object corresponding to the primitive value true.
Type - class com.jdc.gui.html.tag.attr.Type.
Type is used to create the HTML type attribute required for the Input HTML tag.

U

UNCOMMITTED_READ - Static variable in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Identifies an UNCOMMITTED READ isolation level.
UNDERSCORE - Static variable in class com.jdc.type.Char
The underscore character.
UNIX_SEPARATOR - Static variable in class com.jdc.util.Path
The UNIX path separator.
Update - class com.jdc.rdb.sql.dml.update.Update.
Update represents a Data Manipulation Language Update SQL statement.
Update() - Constructor for class com.jdc.rdb.sql.dml.update.Update
Constructs a new Update statement object.
update(CountryDTO) - Method in class com.jdc.app.rdb.tbl.ref.dao.CountryDAO
Updates a row in the Country table and returns the UpdateStatus.
update(HttpServletRequest, HttpServletResponse) - Method in class com.jdc.http.HttpTransaction
Update the request and response objects.
Update(String) - Constructor for class com.jdc.rdb.sql.dml.update.Update
Constructs a new Update statement object for the specified Update statement.
Update(Table) - Constructor for class com.jdc.rdb.sql.dml.update.Update
Constructs a new Update statement object for the specified Database Table.
UpdateClause - interface com.jdc.rdb.sql.dml.update.UpdateClause.
UpdateClause represents an Update SQL statement clause.
UpdateStatus - class com.jdc.rdb.sql.dml.update.UpdateStatus.
UpdateStatus represents the execution status of an Update SQL statement.
UploadFile - class com.jdc.io.UploadFile.
UploadFile.java is
UploadFile() - Constructor for class com.jdc.io.UploadFile
Constructor for UploadFile.
URL - class com.jdc.gui.html.tag.attr.URL.
URL is used to create an HTML URL attribute required by HTML tags implemented as classes like Anchor.
URL - interface com.jdc.jsp.URL.
 
URL() - Constructor for class com.jdc.gui.html.tag.attr.URL
Constructs a URL object.
user - Variable in class com.jdc.http.mvc.HttpModel
The current user, i.e.
User - class com.jdc.app.rdb.schema.User.
User defines the J. Damon & Co. database user table schema.
USER - Static variable in class com.jdc.app.mvc.Model
The identifier for the user object in the session.
USER - Static variable in class com.jdc.app.rdb.Schema
An instance of the user Database Schema definition.
USER_AGENT - Static variable in interface com.jdc.http.RequestHeader
The request header that specifies the type of browser client, e.g.
USER_HOME - Static variable in class com.jdc.sys.SystemProperty
The user's home directory.
USER_NAME - Static variable in class com.jdc.sys.SystemProperty
The user's account name.
User() - Constructor for class com.jdc.app.rdb.schema.User
Constructs a new User object.
UserContext - class com.jdc.app.web.UserContext.
The UserContext object maintains various user context (run-time properties) for web application users.
UserProfile - class com.jdc.app.UserProfile.
A profile of the client using the application.
UserProfile() - Constructor for class com.jdc.app.UserProfile
Constructor for class UserProfile.

V

Value - class com.jdc.gui.html.tag.attr.Value.
Value is used to create an HTML value attribute that sets an integer or String value as required by HTML tags implemented in classes like Input and Option.
Value() - Constructor for class com.jdc.gui.html.tag.attr.Value
Constructs a Value object.
Value(boolean) - Constructor for class com.jdc.gui.html.tag.attr.Value
Constructs a Value object.
valueBound(HttpSessionBindingEvent) - Method in class com.jdc.http.HttpUserProfile
Receives and handles notification that this user profile is being bound to a session.
valueOf(String) - Static method in class com.jdc.rdb.sql.dml.clause.Logical
Returns a Logical operator representation of this String value.
valueOf(String) - Static method in class com.jdc.rdb.sql.dml.clause.IsolationLevel
Returns a IsolationLevel representation of this String value.
valueOf(String) - Static method in class com.jdc.rdb.sql.dml.clause.Comparison
Returns a Comparison operator representation of this String value.
valueOf(String) - Static method in class com.jdc.rdb.sql.dml.select.Order
Returns an Order representation of this String value.
Values - class com.jdc.rdb.sql.dml.insert.Values.
Values represents an Insert SQL statement VALUES clause.
Values() - Constructor for class com.jdc.rdb.sql.dml.insert.Values
Constructs a new Values clause object.
Values(String) - Constructor for class com.jdc.rdb.sql.dml.insert.Values
Constructs a new Values clause object for the specified Database Table Column values.
valueUnbound(HttpSessionBindingEvent) - Method in class com.jdc.http.HttpUserProfile
Receives and handles notification that this user profile is being unbound from a session.
VARCHAR - Static variable in class com.jdc.rdb.DataType
A varying-length character string is a varying-length string of up to 32,672 bytes.
VERTICAL - Static variable in class com.jdc.gui.html.tag.attr.Frame
Display a border above and below the table.
VerticalAlign - class com.jdc.gui.html.tag.attr.VerticalAlign.
VerticalAlign is used to create an HTML vertical alignment attribute required by HTML tags implemented as classes like TableColumn.
view - Variable in class com.jdc.http.mvc.HttpModel
The current user view object.
View - class com.jdc.app.mvc.View.
View encapsulates the basic information, i.e.
View - interface com.jdc.db.View.
View represents an application database table view.
View - class com.jdc.rdb.sql.ddl.clause.View.
View represents a Create or Drop SQL statement VIEW clause.
VIEW - Static variable in class com.jdc.app.mvc.Model
The identifier for the view object in the request.
View() - Constructor for class com.jdc.app.mvc.View
Constructs a View object.
View() - Constructor for class com.jdc.rdb.sql.ddl.clause.View
Constructs a new View clause object.
View(String) - Constructor for class com.jdc.rdb.sql.ddl.clause.View
Constructs a new View clause object for the specified Database View name.
VOID - Static variable in class com.jdc.gui.html.tag.attr.Frame
No borders around the table will be displayed.

W

warn(String) - Method in class com.jdc.app.Application.Logger
Logs a warning message.
warn(String) - Method in class com.jdc.sys.System.Logger
Logs a warning message.
WARNING - Static variable in class com.jdc.gui.html.form.FormField
A Cascading Style Sheet class style name representing an input field warning.
WARNING - Static variable in interface com.jdc.gui.html.form.FormField.Label
A Cascading Style Sheet class style name representing an input field label warning.
WARNING - Static variable in class com.jdc.util.Status
A constant that represents a status warning.
Where - class com.jdc.rdb.sql.dml.clause.Where.
Where represents a Select, Update, or Delete SQL statement WHERE clause.
Where() - Constructor for class com.jdc.rdb.sql.dml.clause.Where
Constructs a new Where clause object.
Where(String) - Constructor for class com.jdc.rdb.sql.dml.clause.Where
Constructs a new Where clause object for the specified Where clause search condition.
WHITE - Static variable in class com.jdc.gui.html.tag.attr.Color
White.
Width - class com.jdc.gui.html.tag.attr.Width.
Width is used to create an HTML width attribute that sets the width as a percentage (the default) or in pixels as required by HTML tags implemented in classes like Table and TableColumn.
Width() - Constructor for class com.jdc.gui.html.tag.attr.Width
Constructs a Width object of the default type (percentage).
Width(String) - Constructor for class com.jdc.gui.html.tag.attr.Width
Constructs a Width object of the specified type.
Window - class com.jdc.app.user.Window.
Window.java is
WINDOW_HEIGHT - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the the height of the browser window in pixels, if available.
WINDOW_WIDTH - Static variable in interface com.jdc.gui.js.JavaScript
The request parameter name that specifies the width of the browser window in pixels, if available.
Window() - Constructor for class com.jdc.app.user.Window
Constructs new Window object.
WINDOWS - Static variable in class com.jdc.app.Platform
True if the platform is the Windows operating system.
WINDOWS_SEPARATOR - Static variable in class com.jdc.util.Path
The Windows path separator.
With - class com.jdc.rdb.sql.dml.clause.With.
With represents a Insert, Update, or Delete SQL statement WITH clause.
With() - Constructor for class com.jdc.rdb.sql.dml.clause.With
Constructs a new With clause object.
With(String) - Constructor for class com.jdc.rdb.sql.dml.clause.With
Constructs a new With clause object for the specified Database isolation level.
WORK_DIRECTORY - Static variable in class com.jdc.sys.SystemProperty
The user's current working directory.

X

XHTML - Static variable in interface com.jdc.gui.html.MarkupLanguage
 
XmlFormat - class com.jdc.xml.XmlFormat.
XmlFormat formats an XML document String..
XmlFormat() - Constructor for class com.jdc.xml.XmlFormat
Constructs a new XmlFormat object.
XmlProperties - class com.jdc.xml.XmlProperties.
XmlProperties represents an XML properties file.
XmlProperties(Class) - Constructor for class com.jdc.xml.XmlProperties
Constructs a new XmlProperties object for the default XML properties file relative to the specified resource class.
XmlProperties(File) - Constructor for class com.jdc.xml.XmlProperties
Constructs a new XmlProperties object for the specified XML properties file.
XmlProperties(String) - Constructor for class com.jdc.xml.XmlProperties
Constructs a new XmlProperties object for the specified XML properties file absolute path.

Y

YELLOW - Static variable in class com.jdc.gui.html.tag.attr.Color
Yellow.
YES - Static variable in class com.jdc.app.Resource
A constant that represents a yes value.
YES - Static variable in interface com.jdc.xml.tag.attr.YesNoAttribute
A "yes" attribute value.
YesNoAttribute - interface com.jdc.xml.tag.attr.YesNoAttribute.
The YesNoAttribute interface provides "yes" and "no" constant values for those attributes that use these values.

Z

ZERO - Static variable in class com.jdc.type.Char
The numeric zero character.
zero() - Method in class com.jdc.math.Decimal
Sets the value for this Decimal object from a primitive long value.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.