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

D

DB - interface com.opmath.util.db.DB.
The interface that must be implemented for any JDBC driver that can support OpMath Data Platform operations.
DBObject - class com.opmath.util.db.DBObject.
The superclass for implementations of the com.opmath.util.db.DB interface.
DBObject() - Constructor for class com.opmath.util.db.DBObject
 
DBRemote - interface com.opmath.util.db.DBRemote.
The interface that must be implemented for any remote database server that can support OpMath Data Platform operations.
DBRemoteObject - class com.opmath.util.db.DBRemoteObject.
The superclass for implementations of the com.opmath.util.db.DBRemote interface.
DBRemoteObject() - Constructor for class com.opmath.util.db.DBRemoteObject
 
DBRemoteTest - class com.opmath.util.db.DBRemoteTest.
A test application for any implementation of the com.opmath.util.db.DBRemote interface.
DBRemoteTest(String, String, String) - Constructor for class com.opmath.util.db.DBRemoteTest
Constructs a new DBRemoteTest object.
DBTest - class com.opmath.util.db.DBTest.
A test application for any implementation of the com.opmath.util.db.DB interface.
DBTest(String, String, String) - Constructor for class com.opmath.util.db.DBTest
Constructs a new DBTest object.
dec() - Method in class com.opmath.util.dmldoc.ParseCounter
Decrements the value of this ParseCounter instance by 1.
DEG - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a degree sign.
delete(String, String, long) - Method in interface com.opmath.util.db.DB
Deletes the row (or rows) with the specfied key name and value, in the named table.
delete(String, String, long) - Method in class com.opmath.util.db.DBObject
Deletes the row (or rows) with the specfied key name and value, in the named table.
delete(String, String, String) - Method in interface com.opmath.util.db.DB
Deletes the row (or rows) with the specfied key name and value, in the named table.
delete(String, String, String) - Method in class com.opmath.util.db.DBObject
Deletes the row (or rows) with the specfied key name and value, in the named table.
DELIMITERS - Static variable in class com.opmath.util.dmldoc.DMLDocBlock
The delimiters used to identify the DMLDoc command tokens in the template source.
delta - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing the greek small letter delta.
DELTA - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing the greek capital letter delta.
DIVIDE - Static variable in class com.opmath.util.html.HTMLEncoder
HTML Entity representing a division sign.
DMLDoc - class com.opmath.util.dmldoc.DMLDoc.
The Document Object Model (DOM) for the template.
DMLDoc(BufferedReader) - Constructor for class com.opmath.util.dmldoc.DMLDoc
Constructs a DMLDoc for a given BufferedReader.
DMLDoc(InputStream) - Constructor for class com.opmath.util.dmldoc.DMLDoc
Constructs a DMLDoc for a given InputStream.
DMLDoc(String, String) - Constructor for class com.opmath.util.dmldoc.DMLDoc
Constructs a DMLDoc for the text found in the named file.
DMLDocBlock - class com.opmath.util.dmldoc.DMLDocBlock.
The Document Object Model (DOM) for the SGML template.
DMLDocBlock() - Constructor for class com.opmath.util.dmldoc.DMLDocBlock
Constructs an empty DMLDocBlock node.
DMLDocBlock(BufferedReader) - Constructor for class com.opmath.util.dmldoc.DMLDocBlock
Constructs a DMLDocBlock node for a given input text, and with a given DMLDocBlock parent node.
DMLDocBlock(BufferedReader, DMLDocBlock, ParseCounter, ParseCounter) - Constructor for class com.opmath.util.dmldoc.DMLDocBlock
Constructs a DMLDocBlock for a given source text, and with a given DMLDocBlock parent node.
DMLDocBlock(BufferedReader, DMLDocBlock, String, ParseCounter, ParseCounter) - Constructor for class com.opmath.util.dmldoc.DMLDocBlock
Constructs a DMLDocBlock for a given source text, and with a given DMLDocBlock parent node.
DMLDocBuildException - exception com.opmath.util.dmldoc.DMLDocBuildException.
Thrown when DMLDoc is unable to build a Document Object Model for a given SGML template.
DMLDocBuildException() - Constructor for class com.opmath.util.dmldoc.DMLDocBuildException
Constructs a new DMLDocBuildException with no descriptive message, no source line number and no source code text.
DMLDocBuildException(String) - Constructor for class com.opmath.util.dmldoc.DMLDocBuildException
Constructs a new DMLDocBuildException with no source line number and no source code text.
DMLDocBuildException(String, int, String) - Constructor for class com.opmath.util.dmldoc.DMLDocBuildException
Constructs a new DMLDocBuildException.
DMLDocText - class com.opmath.util.dmldoc.DMLDocText.
An object representing one component of a Document Object Model (DOM).
DMLDocText() - Constructor for class com.opmath.util.dmldoc.DMLDocText
Constructs a new DMLDocText node.
DMLDocWriteException - exception com.opmath.util.dmldoc.DMLDocWriteException.
Thrown when DMLDoc is unable to instantiate a Document Object Model for a given ComparableTable.
DMLDocWriteException() - Constructor for class com.opmath.util.dmldoc.DMLDocWriteException
Constructs a new DMLDocWriteException with no descriptive message.
DMLDocWriteException(String) - Constructor for class com.opmath.util.dmldoc.DMLDocWriteException
Constructs a new DMLDocWriteException with a descriptive message.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpServlet
Handles an HTTP GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpProtectedServlet
Handles an HTTP GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpLogOnServlet
Handles an HTTP GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpSessionServlet
Handles an HTTP GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpLogOffServlet
Handles an HTTP GET request.
doGetDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpServlet
Services an HTTP GET request, as caught by the doGet(HttpServletRequest, HttpServletResponse) method on this class.
doGetDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpProtectedServlet
Services an HTTP GET request, as handled by the doGet(HttpServletRequest, HttpServletResponse) method on this class.
doGetDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpLogOnServlet
Services an HTTP GET request, as handled by the superclass.
doGetDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpLogOffServlet
Services an HTTP GET request, as handled by the doGet(HttpServletRequest, HttpServletResponse) method on this class.
doGetDispatch(HttpServletRequest, HttpSession) - Method in class com.opmath.util.http.HttpSessionServlet
Services an HTTP GET request, as caught by the doGet(HttpServletRequest, HttpServletResponse) method on this class.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpServlet
Handles an HTTP POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpProtectedServlet
Handles an HTTP POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpLogOnServlet
Handles an HTTP POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpSessionServlet
Handles an HTTP POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.opmath.util.http.HttpLogOffServlet
Handles an HTTP POST request.
doPostDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpServlet
Handles an HTTP POST request.
doPostDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpProtectedServlet
Services an HTTP POST request, as handled by the doPost(HttpServletRequest, HttpServletResponse) method on this class.
doPostDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpLogOnServlet
Services an HTTP POST request, as handled by doPost(HttpServletRequest, HttpServletResponse).
doPostDispatch(HttpServletRequest) - Method in class com.opmath.util.http.HttpLogOffServlet
Services an HTTP POST request, as handled by the doPost(HttpServletRequest, HttpServletResponse) method on this class.
doPostDispatch(HttpServletRequest, HttpSession) - Method in class com.opmath.util.http.HttpSessionServlet
Services an HTTP POST request, as caught by the doPost(HttpServletRequest, HttpServletResponse) method on this class.
dropTable(String) - Method in interface com.opmath.util.db.DB
Deletes a table within this database.
dropTable(String) - Method in class com.opmath.util.db.DBObject
Delete a table within this database.

OpMath
A B C D E F G H I K L M N O P Q R S T U V W X Y Z
Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK