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

A

abend() - Method in class com.ibm.ims.application.IMSTransaction
Abnormally terminates the application by making a "ROLL" call.
absolute(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
absolute(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
absolute(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
absolute(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
acceptsURL(String) - Method in class com.ibm.ims.db.DLIDriver
Returns true if the driver thinks that it can open a connection to the given URL.
add_escapes(String) - Method in class com.ibm.ims.db.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addBatch() - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Adds a set of parameters to the batch.
addBatch() - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Adds a set of parameters to the batch.
addBatch(String) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Adds a SQL command to the current batch of commmands for the statement.
addBatch(String) - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported JDBC 2.0 Adds a SQL command to the current batch of commmands for the statement.
addChild(XMSSegmentHolder) - Method in class com.ibm.ims.xms.XMSSegmentHolder
 
addCommandCode(byte) - Method in class com.ibm.ims.db.SSA
Adds a command code to an SSA.
addCommandCode(byte, byte) - Method in class com.ibm.ims.db.SSA
Adds a command code to an SSA.
addCommandCode(byte, byte[]) - Method in class com.ibm.ims.db.SSA
Adds a command code to an SSA.
addDatabase(String, String, DLISegmentInfo[]) - Method in class com.ibm.ims.db.DLIDatabaseView
Adds another database to the view by providing the reference name for the view, the DB PCB name for that database view, and the array of DLISegmentInfo objects that define the segments contained in the database view.
addEscapes(String) - Static method in class com.ibm.ims.db.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addObject(Object) - Method in class com.ibm.ims.application.SaveArea
Stores objects in the SaveArea object.
addQualificationStatement(byte, String, short, String) - Method in class com.ibm.ims.db.SSA
Adds a qualification statement to an SSA.
addQualificationStatement(SSAQualificationStatement) - Method in class com.ibm.ims.db.SSA
Adds a qualification statement specified by the ssaQualificationStatement argument to an SSA.
addQualificationStatement(String, short, String) - Method in class com.ibm.ims.db.SSA
Adds a qualification statement to an SSA.
addSegment(DLISegment) - Method in class com.ibm.ims.db.DLIRecord
Adds a segment to the current DLIRecord.
addSSA(SSA) - Method in class com.ibm.ims.db.SSAList
Adds the ssa argument to an existing SSA list, placing it at the end of the list.
adjustBeginLineColumn(int, int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
Method to adjust line and column numbers for the start of a token.
afterLast - Variable in class com.ibm.ims.db.DLIResultSet
 
afterLast - Variable in class com.ibm.ims.rds.ClientResultSet
 
afterLast() - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0
afterLast() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
afterLast() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
afterLast() - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0
aggregateResults - Variable in class com.ibm.ims.db.DLIResultSet
 
AIB - class com.ibm.ims.base.AIB.
The Application Interface Block (AIB) is used by your program to communicate with IMS.
AIB() - Constructor for class com.ibm.ims.base.AIB
Constructs an AIB.
AIB(String, int) - Constructor for class com.ibm.ims.base.AIB
Constructs an AIB with a resource name and the I/O area length.
ALL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.ibm.ims.rds.ClientConnectionManager
Calls the associated ManagedConnectionFactory to obtain a connection.
allocatePSB(String, String, AIB) - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to allocate a PSB.
allProceduresAreCallable() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
AlternatePCB - class com.ibm.ims.base.AlternatePCB.
The AlternatePCB class contains all the data attributes of the IMS Alternate Program Communication Block and the necessary getter and setter methods.
AND - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
AND - Static variable in class com.ibm.ims.db.SSA
Boolean operator AND
API_AER - Static variable in class com.ibm.ims.base.JavaToDLI
 
API_AIB - Static variable in class com.ibm.ims.base.JavaToDLI
 
API_CEE - Static variable in class com.ibm.ims.base.JavaToDLI
 
applicationRegionType() - Method in class com.ibm.ims.base.IMSInfo
Returns IMS active application region type.
applyPattern(String) - Method in class com.ibm.ims.base.ComplexDateFormat
Overrides SimpleDateFormat Apply the given unlocalized pattern string to this date format.
applyPattern(String) - Method in class com.ibm.ims.rds.ComplexDateFormat
Overrides SimpleDateFormat Apply the given unlocalized pattern string to this date format.
AS - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
ASC - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
ASCII_UCodeESC_CharStream - class com.ibm.ims.db.ASCII_UCodeESC_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream(InputStream, int, int) - Constructor for class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(InputStream, int, int, int) - Constructor for class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int) - Constructor for class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int, int) - Constructor for class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ASTERISK - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
AVG - Static variable in interface com.ibm.ims.db.DLIParserConstants
 

B

backup(int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
baseFieldOffset - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
baseFieldSize - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
baseReader - Variable in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
beforeFirst - Variable in class com.ibm.ims.db.DLIResultSet
 
beforeFirst - Variable in class com.ibm.ims.rds.ClientResultSet
 
beforeFirst() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
beforeFirst() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
beforeFirst() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
beforeFirst() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
begin() - Method in class com.ibm.ims.application.IMSApplication
The begin method first sets up the Java Dependent Region environment before invoking its abstract doBegin method, returning control to the application.
beginColumn - Variable in class com.ibm.ims.db.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.ibm.ims.db.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
BIG_PRIME - Static variable in class com.ibm.ims.xms.XMSGrammarPool
 
BIGINT - Static variable in class com.ibm.ims.base.DLITypeInfo
 
BIGINT - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
BINARY - Static variable in class com.ibm.ims.base.DLITypeInfo
 
BINARY - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
BIT - Static variable in class com.ibm.ims.base.DLITypeInfo
 
BIT - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
BLOB - Static variable in class com.ibm.ims.base.DLITypeInfo
 
BLOB - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
bufpos - Variable in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
buildOpenTag(QName, XMLAttributes, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
 
buildSideSegments() - Method in class com.ibm.ims.xms.XMSParser
 
BY - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
byteArrayToDouble(byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
 
byteArrayToHexString(byte[], int, int) - Static method in class com.ibm.ims.base.IMSTrace
 

C

cachedRows - Variable in class com.ibm.ims.db.DLIResultSet
 
cachedRowsIterator - Variable in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Iterator for the collection of cachedRows
cancel() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancel() - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Cancels the updates made to a row.
cancelRowUpdates() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Cancels the updates made to a row.
cancelRowUpdates() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Cancels the updates made to a row.
cancelRowUpdates() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Cancels the updates made to a row.
CHAR - Static variable in class com.ibm.ims.base.DLITypeInfo
 
CHAR - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
characters(char[], int, int) - Method in interface com.ibm.ims.xms.XMSIntactXMLHandler
An array of intact xml characters.
characters(char[], int, int) - Method in class com.ibm.ims.xms.XMSParser
Accepts characters from an intact source.
characters(XMLString, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Intercept XMLDocumentHandler call and call XMSDocumentHandler interface.
checkESAF() - Static method in class com.ibm.ims.base.JavaToDLI
 
checkpoint() - Method in class com.ibm.ims.application.IMSTransaction
Performs a checkpoint call for a JBP application that uses symbolic checkpoints.
checkpoint(SaveArea) - Method in class com.ibm.ims.application.IMSTransaction
Performs a checkpoint call for a JBP application that uses symbolic checkpoints.
checkpoint(String) - Method in class com.ibm.ims.application.IMSTransaction
Performs a checkpoint call for a JBP application that uses symbolic checkpoints.
checkpoint(String, SaveArea) - Method in class com.ibm.ims.application.IMSTransaction
Performs a checkpoint call for a JBP application that uses symbolic checkpoints.
checkProperty(String) - Method in class com.ibm.ims.xms.XMSParserConfiguration
Check a property.
children - Variable in class com.ibm.ims.xms.XMSSegmentHolder
 
CICS_ENVIRONMENT - Static variable in class com.ibm.ims.base.JavaToDLI
 
clearBatch() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Makes the set of commands in the current batch empty.
clearBatch() - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported JDBC 2.0 Makes the set of commands in the current batch empty.
clearBody() - Method in class com.ibm.ims.application.IMSFieldMessage
Clear out the message body with " ".
clearParameters() - Method in class com.ibm.ims.db.SSAList
Clears the values of all prepared parameters
clearParameters() - Method in class com.ibm.ims.db.DLIPreparedStatement
Clears the current parameter values immediately.
clearParameters() - Method in class com.ibm.ims.rds.ClientPreparedStatement
Clears the current parameter values immediately.
clearWarnings() - Method in class com.ibm.ims.application.IMSFieldMessage
Clears the warning chain for this IMSFieldMessage.
clearWarnings() - Method in class com.ibm.ims.base.DLIBaseSegment
Insert the method's description here.
clearWarnings() - Method in class com.ibm.ims.db.DLIResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings() - Method in class com.ibm.ims.db.DLIStatement
Clears all the warnings reported on this Statement object.
clearWarnings() - Method in class com.ibm.ims.db.DLIQueryConnection
 
clearWarnings() - Method in class com.ibm.ims.db.DLISegment
Clears the warning chain for this DLISegment.
clearWarnings() - Method in class com.ibm.ims.db.DLIPreparedStatement
After this call getWarnings returns null until a new warning is reported for this PreparedStatement.
clearWarnings() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings() - Method in class com.ibm.ims.rds.ClientSegment
Insert the method's description here.
clearWarnings() - Method in class com.ibm.ims.rds.ClientResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings() - Method in class com.ibm.ims.rds.ClientStatement
Clears all the warnings reported on this Statement object.
clearWarnings() - Method in class com.ibm.ims.rds.ClientPreparedStatement
After this call getWarnings returns null until a new warning is reported for this PreparedStatement.
clearWarnings() - Method in class com.ibm.ims.rds.ClientConnection
 
ClientClob - class com.ibm.ims.rds.ClientClob.
 
ClientClob(int, int, boolean, EJBObject, PrintWriter, int) - Constructor for class com.ibm.ims.rds.ClientClob
 
clientConnection - Variable in class com.ibm.ims.rds.ClientStatement
 
ClientConnection - class com.ibm.ims.rds.ClientConnection.
 
ClientConnection(ClientManagedConnection, boolean) - Constructor for class com.ibm.ims.rds.ClientConnection
Creates a connection with a DL/I database.
ClientConnectionManager - class com.ibm.ims.rds.ClientConnectionManager.
 
ClientConnectionManager() - Constructor for class com.ibm.ims.rds.ClientConnectionManager
 
ClientDataSource - class com.ibm.ims.rds.ClientDataSource.
A IMSJdbcDataSource provides a mechanism to create a Connection from an object stored in the JNDI namespace.
ClientDataSource() - Constructor for class com.ibm.ims.rds.ClientDataSource
 
ClientDataSource(ConnectionManager, ClientManagedConnectionFactory) - Constructor for class com.ibm.ims.rds.ClientDataSource
 
ClientManagedConnectionFactory - class com.ibm.ims.rds.ClientManagedConnectionFactory.
In a managed-server environment, ClientManagedConnectionFactory is the object that is configured at deployment time with the information necessary to create a specific connection.
ClientManagedConnectionFactory() - Constructor for class com.ibm.ims.rds.ClientManagedConnectionFactory
ClientManagedConnectionFactory default constructor method
ClientPreparedStatement - class com.ibm.ims.rds.ClientPreparedStatement.
 
ClientPreparedStatement(String, ClientConnection, int, int, PrintWriter, int) - Constructor for class com.ibm.ims.rds.ClientPreparedStatement
Creates a DLIPreparedStatement of specified type and concurrency.
ClientResultSet - class com.ibm.ims.rds.ClientResultSet.
ClientResultSet represents a FORWARD_ONLY Result Set.
ClientResultSet(ClientStatement, EJBObject, int, int, ClientSegment, PrintWriter, int) - Constructor for class com.ibm.ims.rds.ClientResultSet
Creates a DLIResultSet for a single segment query
ClientScrollInsensitiveResultSet - class com.ibm.ims.rds.ClientScrollInsensitiveResultSet.
A Scroll Insensitive ResultSet provides access to a cached table of data.
ClientScrollInsensitiveResultSet(ClientStatement, EJBObject, int, int, int, ClientSegment, PrintWriter, int) - Constructor for class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
 
ClientSegment - class com.ibm.ims.rds.ClientSegment.
 
ClientSegment(byte[], ClientTypeInfo[], PrintWriter, int) - Constructor for class com.ibm.ims.rds.ClientSegment
 
ClientStatement - class com.ibm.ims.rds.ClientStatement.
The object used for executing a static SQL statement and obtaining the results produced by it.
ClientStatement(ClientConnection, int, int, PrintWriter, int) - Constructor for class com.ibm.ims.rds.ClientStatement
Creates a ClientStatement of specified type and concurrency.
ClientTypeInfo - class com.ibm.ims.rds.ClientTypeInfo.
 
ClientTypeInfo(String, String, String, int, int, int) - Constructor for class com.ibm.ims.rds.ClientTypeInfo
 
ClientTypeInfo(String, String, String, int, int, int, String, int) - Constructor for class com.ibm.ims.rds.ClientTypeInfo
 
CLOB - Static variable in class com.ibm.ims.base.DLITypeInfo
 
CLOB_VERSION - Static variable in class com.ibm.ims.db.DLIClobSegmentStream
 
clobLength - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
clone() - Method in class com.ibm.ims.base.DLIBaseSegment
Creates a new object of the same class as this object.
clone() - Method in class com.ibm.ims.db.DLIDatabaseView
Creates and returns a shallow copy of this object.
clone() - Method in class com.ibm.ims.db.SSAList
Returns a clone of the SSAList.
cloneSegment(String, String) - Method in class com.ibm.ims.db.DLIDatabaseView
This method will return a copy of any segment stored in the database view.
close() - Static method in class com.ibm.ims.base.XMLTrace
Closes the trace file.
close() - Method in class com.ibm.ims.db.DLIResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.ims.db.DLIConnection
Closes the connection to the database.
close() - Method in class com.ibm.ims.db.DLIStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.ims.db.DLIQueryConnection
Closes the associated DLIConnection Object if it is not externally managed, and resets its DLIConnection pointer.
close() - Method in class com.ibm.ims.db.DLIPreparedStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Closes the result set
close() - Method in class com.ibm.ims.rds.ClientResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Static method in class com.ibm.ims.rds.XMLTrace
Closes the trace file.
close() - Method in class com.ibm.ims.rds.ClientStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.ims.rds.ClientPreparedStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.ims.rds.ClientConnection
Closes the connection
close() - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
close() - Method in class com.ibm.ims.xms.XMSMaterializer
Closes the XMSMaterializer.
closeDocument() - Method in class com.ibm.ims.base.XMLTrace
Closes all open tags including the root.
closeForRead(String) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to close a GSAM PCB which was opened for READ ONLY.
closeForWrite(String) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to close a GSAM PCB which was opened for LOAD ONLY.
closeOutputFile() - Static method in class com.ibm.ims.base.IMSTrace
Closes the output file created by calling the createOutputFile.
CLOSEPAREN - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
closeRootTag() - Static method in class com.ibm.ims.rds.XMLTrace
Adds the closing root tag for this trace run.
columnList - Variable in class com.ibm.ims.db.DLIResultSet
 
com.ibm.connector2.ims.db - package com.ibm.connector2.ims.db
Provides classes for connection to IMS databases from WebSphere Application Server for z/OS.
com.ibm.ims.application - package com.ibm.ims.application
Provides classes for IMS Java dependent region transaction and message processing.
com.ibm.ims.base - package com.ibm.ims.base
Provides classes for the mapping to IMS DL/I APIs.
com.ibm.ims.db - package com.ibm.ims.db
Provides classes for the JDBC driver and for the IMS Java hierarchic database interface.
com.ibm.ims.rds - package com.ibm.ims.rds
Provides classes for IMS Java Remote Data Services.
com.ibm.ims.xms - package com.ibm.ims.xms
Provides classes for XML DB support (The classes in this package are for internal use only).
COMMA - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
commit() - Method in class com.ibm.ims.application.IMSTransaction
Commits the transaction and cleans up the resources.
commit() - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
commit() - Method in class com.ibm.ims.rds.ClientConnection
This function is supported for Bean Managed EJBs only.
complete - Variable in class com.ibm.ims.xms.XMSSegmentHolder
 
ComplexDateFormat - class com.ibm.ims.base.ComplexDateFormat.
Formatting class for the TIMESTAMP data type.
ComplexDateFormat - class com.ibm.ims.rds.ComplexDateFormat.
Formatting class for the TIMESTAMP data type.
ComplexDateFormat() - Constructor for class com.ibm.ims.base.ComplexDateFormat
 
ComplexDateFormat() - Constructor for class com.ibm.ims.rds.ComplexDateFormat
 
CONCATENATED_KEY - Static variable in class com.ibm.ims.db.SSA
Command code meaning concatenated key
concurency - Variable in class com.ibm.ims.db.DLIResultSet
 
configurePipeline() - Method in class com.ibm.ims.xms.XMSParserConfiguration
Configures the pipeline.
connect(String, Properties) - Method in class com.ibm.ims.db.DLIDriver
Attempts to make a database connection to the given URL.
consumeIntact(QName, XMLAttributes, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Consumes intact sub-tree as clob strait from reader until we a close element for passed in element
containsXMLClobs - Variable in class com.ibm.ims.db.DLIResultSet
 
controlRegionType() - Method in class com.ibm.ims.base.IMSInfo
Returns the active IMS Control Region Type.
COUNT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
createConnectionFactory() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Creates an IMSJdbcDataSource with a default connection manager (IMSJdbcConnectionManager).
createConnectionFactory() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Creates an IMSJdbcDataSource with a default connection manager (IMSJdbcConnectionManager).
createConnectionFactory(ConnectionManager) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Creates an IMSJdbcDataSource using the supplied ConnectionManager.
createConnectionFactory(ConnectionManager) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Creates an ClientDataSource using the supplied ConnectionManager.
createDocumentScanner() - Method in class com.ibm.ims.xms.XMSParserConfiguration
Create a document scanner.
createEntityManager() - Method in class com.ibm.ims.xms.XMSParserConfiguration
Overrides creation of entity manager from DTDParserConfiguration.
createInstance() - Static method in class com.ibm.ims.db.SSAList
Deprecated. Replaced by createInstance(String)
createInstance() - Static method in class com.ibm.ims.db.GSAMConnection
Creates a GSAMConnection instance
createInstance(byte, String, short) - Static method in class com.ibm.ims.db.SSAQualificationStatement
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument.
createInstance(byte, String, short, String) - Static method in class com.ibm.ims.db.SSAQualificationStatement
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument.
createInstance(DLIDatabaseView) - Static method in class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
createInstance(DLIDatabaseView, String) - Static method in class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
createInstance(DLIDatabaseView, String, String) - Static method in class com.ibm.ims.db.DLIConnection
Deprecated. Replaced by createInstance(DLIDatabaseView dbView, String draName)
createInstance(SSA) - Static method in class com.ibm.ims.db.SSAList
Deprecated. Replaced by createInstance(String, SSA)
createInstance(String) - Static method in class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
createInstance(String) - Static method in class com.ibm.ims.db.SSAList
Creates an SSA list.
createInstance(String) - Static method in class com.ibm.ims.db.SSA
Creates an unqualified SSA.
createInstance(String, short) - Static method in class com.ibm.ims.db.SSAQualificationStatement
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument.
createInstance(String, short, String) - Static method in class com.ibm.ims.db.SSAQualificationStatement
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument.
createInstance(String, SSA) - Static method in class com.ibm.ims.db.SSAList
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list.
createInstance(String, String, short, String) - Static method in class com.ibm.ims.db.SSA
Creates a qualified SSA.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Creates a managed connection from the connection factory.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Creates a managed connection from the connection factory.
createNamespaceBinder() - Method in class com.ibm.ims.xms.XMSParserConfiguration
Override creation of namespace binder from DTDParserConfiguration.
createOutputFile(String) - Static method in class com.ibm.ims.base.IMSTrace
Creates a log file and sets it as the output writer for tracing.
createReader(InputStream, String, Boolean) - Method in class com.ibm.ims.xms.XMSEntityManager
 
createStatement() - Method in class com.ibm.ims.db.DLIQueryConnection
Implements the Connection.createStatement() method returning a DLIStatement object as its parent class Statement.
createStatement() - Method in class com.ibm.ims.rds.ClientConnection
Implements the Connection.createStatement() method returning a ClientStatement object as its parent class Statement.
createStatement(int, int) - Method in class com.ibm.ims.db.DLIQueryConnection
Implements the Connection.createStatement() method returning a DLIStatement object as its parent class Statement.
createStatement(int, int) - Method in class com.ibm.ims.rds.ClientConnection
Implements the Connection.createStatement() method returning a ClientStatement object as its parent class Statement.
createStatement(int, int, int) - Method in class com.ibm.ims.db.DLIQueryConnection
 
createXMSSchemaResolver() - Method in class com.ibm.ims.xms.XMSGrammarPool
Creates the XMSSchemaResolver, based on an environment variable Called at construction time.
curChar - Variable in class com.ibm.ims.db.DLIParserTokenManager
 
currentToken - Variable in class com.ibm.ims.db.ParseException
This is the last token that has been consumed successfully.
currentTrace() - Static method in class com.ibm.ims.base.IMSTrace
Returns the IMSTrace object for the current thread.
currentTrace() - Static method in class com.ibm.ims.rds.XMLTrace
Returns the XMLTrace object for the current thread.

D

dataDefinitionCausesTransactionCommit() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
DATE - Static variable in class com.ibm.ims.base.DLITypeInfo
 
DATE - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
DB2_ENVIRONMENT - Static variable in class com.ibm.ims.base.JavaToDLI
 
DBPCB - class com.ibm.ims.base.DBPCB.
The DBPCB class contains all the data attributes of the IMS Database Program Program Communication Block and the necessary getter and setter methods.
deallocatePSB(String, AIB) - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to deallocate a PSB.
decimalToString(byte[], int, int) - Static method in class com.ibm.ims.base.JavaToDLI
 
DEFAULT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
defaultNamespace - Variable in class com.ibm.ims.xms.XMSParser
 
defaultNamespace - Variable in class com.ibm.ims.xms.XMSNamespaceBinder
 
defaultNamespaceContext - Variable in class com.ibm.ims.xms.XMSParserConfiguration
Default Namespace used by NamespaceBinder Component
DELETE - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
deleteRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Deletes the current row from the result set and the underlying database.
deleteRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Deletes the current row from the result set and the underlying database.
deleteRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Deletes the current row from the result set and the underlying database.
deleteRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Deletes the current row from the result set and the underlying database.
deletesAreDetected(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
deleteSegments() - Method in class com.ibm.ims.db.DLIConnection
Deprecated. Replaced by deleteSegments(DLISegment) or deleteSegments(DLIRecord)
deleteSegments(DLIRecord) - Method in class com.ibm.ims.db.DLIConnection
Removes a record and its dependents from the database.
deleteSegments(DLISegment) - Method in class com.ibm.ims.db.DLIConnection
Removes a segment and its dependents from the database.
DESC - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
desiredConcur - Variable in class com.ibm.ims.rds.ClientStatement
 
desiredType - Variable in class com.ibm.ims.rds.ClientStatement
 
DIGIT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
DISTINCT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
distinctResults - Variable in class com.ibm.ims.db.DLIResultSet
 
DLIBaseSegment - class com.ibm.ims.base.DLIBaseSegment.
DLIBaseSegment is the abstract base class for objects representing segments in a DL/I database.
DLIBaseSegment(String, DLITypeInfo[], int) - Constructor for class com.ibm.ims.base.DLIBaseSegment
 
DLIClobMaterializer - class com.ibm.ims.db.DLIClobMaterializer.
Implements the CLOB interface, and is returned from a JDBC getClob call.
DLIClobMaterializer(byte[], String, String, DLIConnection) - Constructor for class com.ibm.ims.db.DLIClobMaterializer
Assumes it is over the base segment.
DLIClobSegmentStream - class com.ibm.ims.db.DLIClobSegmentStream.
This is the implementation for segment producing streams like used by the clob or XMSShredder.
dliConnection - Variable in class com.ibm.ims.xms.XMSMaterializer
 
DLIConnection - class com.ibm.ims.db.DLIConnection.
A DLIConnection object represents a connection to a PSB.
DLIConnection(DLIDatabaseView) - Constructor for class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
DLIConnection(DLIDatabaseView, String) - Constructor for class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
DLIConnection(DLIDatabaseView, String, String) - Constructor for class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
DLIConnection(String) - Constructor for class com.ibm.ims.db.DLIConnection
Creates a connection with a DL/I database.
DLIDatabaseMetaData - class com.ibm.ims.db.DLIDatabaseMetaData.
 
DLIDatabaseMetaData(Connection) - Constructor for class com.ibm.ims.db.DLIDatabaseMetaData
 
DLIDatabaseView - class com.ibm.ims.db.DLIDatabaseView.
DLIDatabaseView is a container for segment information in a DL/I database.
DLIDatabaseView(String, DLISegmentInfo[]) - Constructor for class com.ibm.ims.db.DLIDatabaseView
Deprecated. use overloaded constructor with version
DLIDatabaseView(String, String, DLISegmentInfo[]) - Constructor for class com.ibm.ims.db.DLIDatabaseView
Constructs a DLIDatabaseView object from the view name and an array of DLISegmentInfo objects that define the segments contained in the view.
DLIDatabaseView(String, String, String, DLISegmentInfo[]) - Constructor for class com.ibm.ims.db.DLIDatabaseView
Deprecated. use overloaded constructor with version
DLIDatabaseView(String, String, String, String, DLISegmentInfo[]) - Constructor for class com.ibm.ims.db.DLIDatabaseView
Constructs a DLIDatabaseView object from the PSB name and the information for the first database view (PCB) in the view.
DLIDriver - class com.ibm.ims.db.DLIDriver.
 
DLIDriver() - Constructor for class com.ibm.ims.db.DLIDriver
 
DLIException - exception com.ibm.ims.base.DLIException.
Thrown to indicate an error has occurred.
DLIException(String) - Constructor for class com.ibm.ims.base.DLIException
Creates an exception with the specified error message.
DLIException(String, int) - Constructor for class com.ibm.ims.base.DLIException
Creates an exception with the specified error message and internal error code.
DLIParserConstants - interface com.ibm.ims.db.DLIParserConstants.
 
DLIParserTokenManager - class com.ibm.ims.db.DLIParserTokenManager.
 
DLIParserTokenManager(ASCII_UCodeESC_CharStream) - Constructor for class com.ibm.ims.db.DLIParserTokenManager
 
DLIParserTokenManager(ASCII_UCodeESC_CharStream, int) - Constructor for class com.ibm.ims.db.DLIParserTokenManager
 
DLIPreparedStatement - class com.ibm.ims.db.DLIPreparedStatement.
 
DLIPreparedStatement(String, Connection, DLIConnection) - Constructor for class com.ibm.ims.db.DLIPreparedStatement
Creates a DLIPreparedStatement Defaults to construction of type FORWARD_ONLY, and concurrency READ_ONLY.
DLIPreparedStatement(String, Connection, DLIConnection, int, int) - Constructor for class com.ibm.ims.db.DLIPreparedStatement
Creates a DLIPreparedStatement of specified type and concurrency.
DLIQueryConnection - class com.ibm.ims.db.DLIQueryConnection.
 
DLIQueryConnection(DLIConnection) - Constructor for class com.ibm.ims.db.DLIQueryConnection
Creates a connection with a DL/I database using an existing DLIConnection.
DLIQueryConnection(String) - Constructor for class com.ibm.ims.db.DLIQueryConnection
Creates a connection with a DL/I database.
DLIRecord - class com.ibm.ims.db.DLIRecord.
An object that represents a path of segments in a DL/I database, starting with a root segment and working down the hierarchy towards a leaf segment.
DLIRecord(int, int) - Constructor for class com.ibm.ims.db.DLIRecord
Creates a DLIRecord object by indicating the number of segments in the record and the total length of all of the segments.
DLIResultSet - class com.ibm.ims.db.DLIResultSet.
DLIResultSet represents a FORWARD_ONLY Result Set.
DLIResultSet.Column - class com.ibm.ims.db.DLIResultSet.Column.
Simple object used to track Columns and chain scalar operations.
DLIResultSet(DLIConnection, DLIParser, int, int) - Constructor for class com.ibm.ims.db.DLIResultSet
Creates a DLIResultSet for a single segment query
DLIResultSetMetaData - class com.ibm.ims.db.DLIResultSetMetaData.
An object that can be used to find out about the types and properties of the columns in a ResultSet.
DLIResultSetMetaData(Vector) - Constructor for class com.ibm.ims.db.DLIResultSetMetaData
 
DLIScrollInsensitiveResultSet - class com.ibm.ims.db.DLIScrollInsensitiveResultSet.
A Scroll Insensitive ResultSet provides access to a cached table of data.
DLIScrollInsensitiveResultSet(DLIConnection, DLIParser, int, int) - Constructor for class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Creates a DLIResultSet for a single segment query
DLISecondaryIndexInfo - class com.ibm.ims.base.DLISecondaryIndexInfo.
Deprecated. This class does not support for secondary indexes with source and target segments being different. The preferred way to do is via the com.ibm.ims.db.SecondaryIndexInfo class, whose constructor SecondaryIndexInfo(String, String, String[], String) {/code> caters to the case where the source & target are different segments.
DLISecondaryIndexInfo(String, String[], String) - Constructor for class com.ibm.ims.base.DLISecondaryIndexInfo
Deprecated. This constructor does not support secondary indexes with source and target segments being different. The preferred way to do is via the com.ibm.ims.db.SecondaryIndexInfo(String fieldName, String sourceSegmentName, String[] indexInfo, String searchFieldName, int keyLength) method, which takes the field name, source segment name, array of sequenced field names, search field name and the length of the sequenced fields put together as parameters.
dliSegment - Variable in class com.ibm.ims.xms.XMSSegmentHolder
 
DLISegment - class com.ibm.ims.db.DLISegment.
DLISegment is the base class for objects representing segments in a DL/I database.
DLISegment(String, DLITypeInfo[], int) - Constructor for class com.ibm.ims.db.DLISegment
Constructs a DL/I Segment object.
DLISegment(String, String, DLITypeInfo[], int) - Constructor for class com.ibm.ims.db.DLISegment
Constructs a DL/I Segment object.
DLISegmentInfo - class com.ibm.ims.db.DLISegmentInfo.
A DLISegmentInfo object is wrapper class used to associate a DLISegment object with its hierarchical parent for use within a DLIDatabaseView object.
DLISegmentInfo(DLISegment, int) - Constructor for class com.ibm.ims.db.DLISegmentInfo
Constructs a DLISegmentInfo object from an instance of a DLISegment and the index of the hierarchical parent in an array of DLISegmentInfo objects.
DLISegmentStream - interface com.ibm.ims.db.DLISegmentStream.
This is an interface for segment producing streams like used by the clob or XMSShredder.
DLISQLException - exception com.ibm.ims.db.DLISQLException.
Thrown to indicate an error has occurred.
DLISQLException() - Constructor for class com.ibm.ims.db.DLISQLException
Construct a DLISQLException; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0
DLISQLException(String) - Constructor for class com.ibm.ims.db.DLISQLException
Construct a DLISQLException with a reason; SQLState defaults to null and vendorCode defaults to 0
DLISQLException(String, PrintWriter, int) - Constructor for class com.ibm.ims.db.DLISQLException
Construct a DLISQLException with a reason along with a J2EE trace handle, if one exists; SQLState defaults to null and vendorCode defaults to 0
DLISQLException(String, String) - Constructor for class com.ibm.ims.db.DLISQLException
Construct a DLISQLException with a reason and SQLState; vendorCode defaults to 0
DLISQLException(String, String, int) - Constructor for class com.ibm.ims.db.DLISQLException
Construct a fully-specified DLISQLException
DLIStatement - class com.ibm.ims.db.DLIStatement.
The object used for executing a static SQL statement and obtaining the results produced by it.
DLIStatement(Connection, DLIConnection) - Constructor for class com.ibm.ims.db.DLIStatement
Creates a DLIStatement Defaults to construction of type FORWARD_ONLY, and concurrency READ_ONLY.
DLIStatement(Connection, DLIConnection, int, int) - Constructor for class com.ibm.ims.db.DLIStatement
Creates a DLIStatement of specified type and concurrency.
DLITypeInfo - class com.ibm.ims.base.DLITypeInfo.
A DLITypeInfo object is used to provide the layout of a segment's fields to the base class DLISegment.
DLITypeInfo(String, int, int, int) - Constructor for class com.ibm.ims.base.DLITypeInfo
Constructs a DLITypeInfo object.
DLITypeInfo(String, int, int, int, String) - Constructor for class com.ibm.ims.base.DLITypeInfo
Constructs a DLITypeInfo object.
DLITypeInfo(String, int, int, int, String, int) - Constructor for class com.ibm.ims.base.DLITypeInfo
Constructs a DLITypeInfo object, adding the ability to specify a key type.
DLITypeInfo(String, int, String, int) - Constructor for class com.ibm.ims.base.DLITypeInfo
 
DLITypeInfo(String, String, int, int, int) - Constructor for class com.ibm.ims.base.DLITypeInfo
Constructs a DLITypeInfo object.
DLITypeInfo(String, String, int, int, int, String) - Constructor for class com.ibm.ims.base.DLITypeInfo
Constructs a DLITypeInfo object.
DLITypeInfo(String, String, int, int, int, String, int) - Constructor for class com.ibm.ims.base.DLITypeInfo
Constructs a DLITypeInfo object, adding the ability to specify a key type.
DLITypeInfoList - class com.ibm.ims.base.DLITypeInfoList.
A DLITypeInfoList object is a specialization of a DLITypeInfo object that defines a set of fields that occur more than once.
DLITypeInfoList(String, DLITypeInfo[], int, int, int) - Constructor for class com.ibm.ims.base.DLITypeInfoList
Constructs a DLITypeInfoList object.
DLIWarning - exception com.ibm.ims.base.DLIWarning.
The DLIWarning class provides information when data was lost due to a type conversion.
doBegin() - Method in class com.ibm.ims.application.IMSApplication
All Java Dependent Region applications must override this method and define their own application here.
doesMaxRowSizeIncludeBlobs() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
Done() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
done(XMLEntityManager.ScannedEntity, QName) - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
Stops snooping on the Entity
DOT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
DOUBLE - Static variable in class com.ibm.ims.base.DLITypeInfo
 
DOUBLE - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
doubleToByteArray(double) - Static method in class com.ibm.ims.base.JavaToDLI
 

E

elementStack - Variable in class com.ibm.ims.xms.XMSParser
 
enable() - Static method in class com.ibm.ims.base.XMLTrace
Enables XML Tracing with default Name and TraceLevel
enable() - Static method in class com.ibm.ims.rds.XMLTrace
Enables XML Tracing with default Name and TraceLevel
enable(int) - Static method in class com.ibm.ims.base.XMLTrace
Enables XML Tracing with the default root element name, TracedApp.
enable(int) - Static method in class com.ibm.ims.rds.XMLTrace
Enables XML Tracing with the default root element name, TracedApp.
enable(String) - Static method in class com.ibm.ims.base.XMLTrace
Enables XML Tracing with the default trace level, XMLTrace.TRACE_EXCEPTIONS
enable(String) - Static method in class com.ibm.ims.rds.XMLTrace
Enables XML Tracing with the default trace level, XMLTrace.TRACE_EXCEPTIONS
enable(String, int) - Static method in class com.ibm.ims.base.XMLTrace
Enables XML Tracing with the specified root element and trace level.
enable(String, int) - Static method in class com.ibm.ims.rds.XMLTrace
Enables XML Tracing with the specified root element and trace level.
encoding - Static variable in class com.ibm.ims.base.IMSTrace
 
endColumn - Variable in class com.ibm.ims.db.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDocument() - Method in interface com.ibm.ims.xms.XMSDocumentHandler
The end of the document.
endDocument() - Method in class com.ibm.ims.xms.XMSShredder
The end of the document.
endDocument(Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Intercept XMLDocumentHandler call and call XMSDocumentHandler interface.
endElement(QName, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Intercept XMLDocumentHandler call and call XMSDocumentHandler interface.
endEntity(String) - Method in class com.ibm.ims.xms.XMSDocumentScanner
 
endField(String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
The end of a field.
endField(String) - Method in class com.ibm.ims.xms.XMSShredder
The end of a field.
endGeneralEntity(String, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
 
endLine - Variable in class com.ibm.ims.db.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endSegment(String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
The end of a segment.
endSegment(String) - Method in class com.ibm.ims.xms.XMSShredder
The end of a segment.
ENQUEUE_SEGMENT - Static variable in class com.ibm.ims.db.SSA
Command code meaning enqueue segment
EOF - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
eol - Variable in class com.ibm.ims.db.ParseException
The end of line string for this machine.
EQUAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
EQUALS - Static variable in class com.ibm.ims.db.SSA
Relational operator for equals (=)
equals(Object) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Determines if the input object matches set of configuration properties that make this IMSJdbcManagedConnectionFactory instance unique and specific to an instance;
equals(Object) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Determines if the input object matches set of configuration properties that make this ClientManagedConnectionFactory instance unique and specific to an instance;
execute() - Method in class com.ibm.ims.db.DLIPreparedStatement
Executes any kind of SQL statement.
execute() - Method in class com.ibm.ims.rds.ClientPreparedStatement
Executes any kind of SQL statement.
execute(DLIParser) - Method in class com.ibm.ims.db.DLIStatement
Executes a SQL statement of unknown type, and returns true if a ResultSet has been generated, false if an update count has been created.
execute(String) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function) call.
execute(String) - Method in class com.ibm.ims.db.DLIStatement
Executes a SQL statement that may return multiple results.
execute(String) - Method in class com.ibm.ims.rds.ClientStatement
Executes a SQL statement that may return multiple results.
execute(String, AIB) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib) call.
execute(String, AIB, byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, byte[] ioarea) calls.
execute(String, AIB, byte[], byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, byte[] ioarea, byte[] token) calls.
execute(String, AIB, byte[], byte[][]) - Static method in class com.ibm.ims.base.JavaToDLI
DB calls FLD call: DB call
execute(String, AIB, byte[], byte[], byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, byte[] ioArea, byte[] optionsList, byte[] feedbackArea) calls.
execute(String, AIB, byte[], String) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, byte[] ioArea, String modName) calls.
execute(String, AIB, int, byte[], int, byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes the following IMS system service calls:
- CHKP (Symbolic Checkpoint) call
- XRST (Extended Restart) call
execute(String, AIB, String) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, String destinationName) call.
execute(String, AIB, String, byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, String destinationName, byte[] optionsList) calls.
execute(String, AIB, String, byte[], byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes CEETDLI(String function, AIB aib, String destinationName, byte[] optionsList, byte[] feedbackArea) calls.
execute(String, int) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String, byte[]) - Static method in class com.ibm.ims.base.JavaToDLI
Executes ctdli(String function, String psbName, byte[] uibPtr) DLI PCB call..
execute(String, String, byte[], String) - Static method in class com.ibm.ims.base.JavaToDLI
Executes ctdli(String function, String psbName, byte[] uibPtr, String sysServe) DLI PCB call.
executeBatch() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Submits a batch of commands to the database for execution.
executeBatch() - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported JDBC 2.0 Submits a batch of commands to the database for execution.
executeQuery() - Method in class com.ibm.ims.db.DLIPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the result set generated by the query.
executeQuery() - Method in class com.ibm.ims.rds.ClientPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the result set generated by the query.
executeQuery(DLIParser) - Method in class com.ibm.ims.db.DLIStatement
This function is only supported to create ResultSets of type TYPE_FORWARD_ONLY and TYPE_SCROLL_INSENSITIVE.
executeQuery(String) - Method in class com.ibm.ims.db.DLIStatement
Executes a SQL statement that returns a single ResultSet.
executeQuery(String) - Method in class com.ibm.ims.rds.ClientStatement
Executes a SQL statement that returns a single ResultSet.
executeUpdate() - Method in class com.ibm.ims.db.DLIPreparedStatement
Executes the SQL INSERT, UPDATE or DELETE statement in this PreparedStatement object.
executeUpdate() - Method in class com.ibm.ims.rds.ClientPreparedStatement
Executes the SQL INSERT, UPDATE or DELETE statement in this PreparedStatement object.
executeUpdate(DLIParser) - Method in class com.ibm.ims.db.DLIStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - Method in class com.ibm.ims.db.DLIStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - Method in class com.ibm.ims.rds.ClientStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
expectedTokenSequences - Variable in class com.ibm.ims.db.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 

F

FALSE - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
fetchSize - Variable in class com.ibm.ims.rds.ClientStatement
 
fieldValue(String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
Part or all of a field value.
fieldValue(String) - Method in class com.ibm.ims.xms.XMSShredder
Part or all of a field value.
FILE_PATH - Static variable in class com.ibm.ims.xms.XMSFileSchemaResolver
Identifies the root path to resolve XML Schemas from
fillTopSegment(DLISegment) - Method in class com.ibm.ims.db.DLIClobSegmentStream
 
fillTopSegment(DLISegment) - Method in interface com.ibm.ims.db.DLISegmentStream
 
fillTopSegment(DLISegment) - Method in class com.ibm.ims.xms.XMSShredder
Begins XML parse filling the topSegment.
finalize() - Method in class com.ibm.ims.db.DLIConnection
Closes the database connection if it has not already been done.
findColumn(String) - Method in class com.ibm.ims.db.DLIResultSet
Maps the given Resultset column name to its ResultSet column index.
findColumn(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Maps the given Resultset column name to its ResultSet column index.
findColumn(String) - Method in class com.ibm.ims.rds.ClientResultSet
Maps the given Resultset column name to its ResultSet column index.
finishedIntact(QName) - Method in class com.ibm.ims.xms.XMSParser
Consumes intact sub-tree as clob strait from reader until we a close element for passed in element
FIRST_OCCURRENCE - Static variable in class com.ibm.ims.db.SSA
Command code meaning first occurrence
first() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
first() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
first() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
first() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
fixString(String) - Method in class com.ibm.ims.base.XMLTrace
Fixes a string by replacing XML reserved characters.
FLOAT - Static variable in class com.ibm.ims.base.DLITypeInfo
 
FLOAT - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
FLOATING_POINT_LITERAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
format(Timestamp) - Method in class com.ibm.ims.base.ComplexDateFormat
Overrides SimpleDateFormat
format(Timestamp) - Method in class com.ibm.ims.rds.ComplexDateFormat
Overrides SimpleDateFormat
formattedTID - Variable in class com.ibm.ims.base.IMSTrace
 
FROM - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
fXMSDocHandler - Variable in class com.ibm.ims.xms.XMSParser
 

G

getActualPCBName(String) - Method in class com.ibm.ims.db.DLIDatabaseView
This method resolves a PCB alias to the 8 character IMS PCB name.
getAIB() - Method in class com.ibm.ims.application.IMSMessageQueue
Returns the Application Interface Block (AIB) used by the message queue.
getAIB() - Method in class com.ibm.ims.base.IMSException
Returns the IMS AIB from DLI call which caused this exception.
getAIB() - Method in class com.ibm.ims.db.DLIConnection
Returns the Application Interface Block (AIB) used by the connection.
getAIB() - Method in class com.ibm.ims.db.DLIQueryConnection
Returns the Application Interface Block (AIB) used by the connection.
getAlternatePCB() - Method in class com.ibm.ims.base.AIB
Returns the Alternate PCB object in this AIB.
getArray(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
getArray(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
getArray(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
getArray(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
getArray(String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
getArray(String) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
getArray(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
getArray(String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
getAsciiStream() - Method in class com.ibm.ims.db.StringClob
 
getAsciiStream() - Method in class com.ibm.ims.db.DLIClobMaterializer
 
getAsciiStream() - Method in class com.ibm.ims.rds.ClientClob
 
getAsciiStream() - Method in class com.ibm.ims.xms.XMSMaterializer
Implements the Clob.getAsciiStream() method.
getAsciiStream(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAttributes(String, String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoCommit() - Method in class com.ibm.ims.db.DLIQueryConnection
 
getAutoCommit() - Method in class com.ibm.ims.rds.ClientConnection
 
getBeginColumn() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
getBeginLine() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getBigDecimal(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a BigDecimal.
getBigDecimal(int) - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a BigDecimal.
getBigDecimal(int) - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(int, int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a BigDecimal.
getBigDecimal(int, int) - Method in class com.ibm.ims.db.DLIResultSet
Deprecated.  
getBigDecimal(int, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Deprecated.  
getBigDecimal(int, int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a BigDecimal.
getBigDecimal(int, int) - Method in class com.ibm.ims.rds.ClientResultSet
Deprecated.  
getBigDecimal(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a BigDecimal.
getBigDecimal(String) - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a BigDecimal.
getBigDecimal(String) - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(String, int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a BigDecimal.
getBigDecimal(String, int) - Method in class com.ibm.ims.db.DLIResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a BigDecimal.
getBigDecimal(String, int) - Method in class com.ibm.ims.rds.ClientResultSet
Deprecated.  
getBinaryStream(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of a column in the current row as a stream of Gets the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a stream of Gets the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of a column in the current row as a stream of Gets the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBlob(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(String) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBoolean(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a boolean.
getBoolean(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a boolean.
getBoolean(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a boolean.
getBoolean(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java boolean.
getBoolean(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java boolean.
getBoolean(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a boolean.
getBoolean(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java boolean.
getByte(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a byte.
getByte(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a byte.
getByte(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a byte.
getByte(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java byte.
getByte(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java byte.
getByte(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a byte.
getByte(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java byte.
getBytes() - Method in class com.ibm.ims.application.IMSFieldMessage
Returns the raw byte array of the message field.
getBytes() - Method in class com.ibm.ims.base.DLIBaseSegment
Return the raw byte array that represents this segment.
getBytes() - Method in class com.ibm.ims.rds.ClientSegment
Return the raw byte array that represents this segment.
getBytes(DLIDatabaseView) - Method in class com.ibm.ims.db.SSAList
Returns the SSA list in a two-dimensional byte array.
getBytes(DLIDatabaseView) - Method in class com.ibm.ims.db.SSA
Deprecated. Replaced by getBytes(String, DLIDatabaseView)
getBytes(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index "as is" (ie; the raw bytes of the field).
getBytes(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index "as is" (ie; the raw bytes of the field).
getBytes(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter "as is" (ie; the raw bytes of the field).
getBytes(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java byte array.
getBytes(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java byte array.
getBytes(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter "as is" (ie; the raw bytes of the field).
getBytes(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java byte array.
getBytes(String, DLIDatabaseView) - Method in class com.ibm.ims.db.SSA
Returns the SSA in EBCDIC exactly as IMS needs it to be.
getCatalog() - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
getCatalog() - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
getCatalogName(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets a column's table's catalog name.
getCatalogs() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getCatalogSeparator() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getCatalogTerm() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getCharacterStream() - Method in class com.ibm.ims.db.StringClob
 
getCharacterStream() - Method in class com.ibm.ims.db.DLIClobMaterializer
 
getCharacterStream() - Method in class com.ibm.ims.rds.ClientClob
 
getCharacterStream() - Method in class com.ibm.ims.xms.XMSMaterializer
Implements the Clob.getCharacterStream() method.
getCharacterStream(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0
getCharacterStream(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0
getCharacterStream(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0
getCharacterStream(String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0
getCharacterStream(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0
getCharacterStream(String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0
getCheckpointSizeLimit() - Static method in class com.ibm.ims.application.SaveArea
Gets the maximum size of data the application can checkpoint
getChildren() - Method in class com.ibm.ims.xms.XMSSegmentHolder
 
getChildren(String, String) - Method in class com.ibm.ims.db.DLIDatabaseView
Returns the parent DLISegment object of the specified segment class name.
getClob(int) - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(String) - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getColumn() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
Deprecated.  
getColumnClassName(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
This function is not supported JDBC 2.0
getColumnCount() - Method in class com.ibm.ims.db.DLIResultSetMetaData
Returns the number of columns in this ResultSet.
getColumnDisplaySize(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates the column's normal max width in chars.
getColumnLabel(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets the suggested column title for use in printouts and displays.
getColumnName(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets a column's name.
getColumnPrivileges(String, String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getColumnType(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Retrieves a column's SQL type.
getColumnTypeName(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Retrieves a column's database-specific type name.
getConcurrency() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the concurrency mode of this result set.
getConcurrency() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the concurrency mode of this result set.
getConcurrency() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the concurrency mode of this result set.
getConcurrency() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Returns the concurrency mode of this result set.
getConnection() - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Gets a connection from the application server on behalf of the client.
getConnection() - Method in class com.ibm.ims.db.DLIStatement
JDBC 2.0 Returns the Connection object that produced this Statement object.
getConnection() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class com.ibm.ims.rds.ClientDataSource
Gets a connection from the application server on behalf of the client.
getConnection() - Method in class com.ibm.ims.rds.ClientStatement
JDBC 2.0 Returns the Connection object that produced this Statement object.
getConnection(String, String) - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
This function is not supported
getConnection(String, String) - Method in class com.ibm.ims.rds.ClientDataSource
This function is not supported
getContents() - Method in class com.ibm.connector2.ims.db.IMSJdbcErrorMessages
getContents method comment.
getContents() - Method in class com.ibm.ims.application.IMSErrorMessages
Returns the contents of the error messages.
getContents() - Method in class com.ibm.ims.base.IMSErrorMessages
getContents method comment.
getContents() - Method in class com.ibm.ims.db.IMSErrorMessages
getContents method comment.
getContents() - Method in class com.ibm.ims.rds.IMSErrorMessages
getContents method comment.
getCount() - Method in class com.ibm.ims.base.DLITypeInfoList
Returns the count of repeating fields.
getCrossReference(String, String, String, String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getCurrentRow() - Method in class com.ibm.ims.db.DLIResultSet
This method is used by the Remote Database Services feature.
getCurrentTrace() - Static method in class com.ibm.ims.base.IMSTrace
This method is only for internal use.
getCursorName() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the name of the SQL cursor used by this ResultSet.
getCursorName() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the name of the SQL cursor used by this ResultSet.
getCursorName() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the name of the SQL cursor used by this ResultSet.
getDatabaseMajorVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getDatabaseViewName() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Returns the name of the DLIDatabaseView subclass.
getDatabaseViewName() - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Returns the name of the DLIDatabaseView used by this DataSource object.
getDatabaseViewName() - Method in class com.ibm.ims.rds.ClientDataSource
Returns the name of the DLIDatabaseView used by this DataSource object.
getDatabaseViewName() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Returns the name of the DLIDatabaseView subclass.
getDate(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a java.sql.Date object.
getDate(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a java.sql.Date object.
getDate(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a java.sql.Date object.
getDate(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a java.sql.Date object.
getDate(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Date object.
getDBName() - Method in class com.ibm.ims.base.GSAMPCB
Returns the database name in this GSAMPCB.
getDBName() - Method in class com.ibm.ims.base.DBPCB
Returns the database name in this DBPCB.
getDBPCB() - Method in class com.ibm.ims.base.AIB
Returns the DBPCB object in this AIB.
getDBView() - Method in class com.ibm.ims.db.DLIConnection
Returns the database view used to create the connection.
getDefaultEncoding() - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the default character encoding for this segment.
getDefaultEncoding() - Method in class com.ibm.ims.rds.ClientSegment
Returns the default character encoding for this segment.
getDefaultTransactionIsolation() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getDLIConnection() - Method in class com.ibm.ims.db.DLIQueryConnection
Returns the DLIConnection associated with the DLIQueryConnection.
getDouble(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a double.
getDouble(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a double.
getDouble(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a double.
getDouble(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java double.
getDouble(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java double.
getDouble(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a double.
getDouble(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java double.
getDRAName() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Returns the Database Resource Adapter (DRA) startup table identifier.
getDRAName() - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Returns the DRA name of the IMS system this datasource is using.
getDRAName() - Method in class com.ibm.ims.rds.ClientDataSource
Returns the DRA name of the IMS system this datasource is using.
getDRAName() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Returns the Database Resource Adapter (DRA) startup table identifier.
getDriverBuildDate() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
Returns the date the driver was built.
getDriverExtractDate() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
Returns the date the code was extracted from version control.
getDriverLevel() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
Returns the level that the driver was built from.
getDriverMajorVersion() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
What's this JDBC driver's major version number?
getDriverMajorVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getDriverMinorVersion() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
What's this JDBC driver's minor version number? Minor Versioning: is (year)(percent through year)
getDriverMinorVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getDriverName() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
What's the name of this JDBC driver?
getDriverName() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getDriverRelease() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
Returns the release that the driver was built from.
getDriverVersion() - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
What's the version of this JDBC driver?
getDriverVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getElementType(String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
Queries for the type this element maps to.
getElementType(String) - Method in class com.ibm.ims.xms.XMSShredder
Queries for the type this element maps to.
getEndColumn() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
getEndLine() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
getEnvironment() - Static method in class com.ibm.ims.base.JavaToDLI
Return the current environment (IMS, CICS, DB2, WAS)
getErrorCode() - Method in class com.ibm.ims.base.DLIException
Returns the internal error code.
getErrorCode() - Method in class com.ibm.ims.rds.RDSException
Returns the internal error code.
getErrorCodeExtension() - Method in class com.ibm.ims.base.AIB
Returns the error code extension produced by the last DLI call through this AIB.
getExportedKeys(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getExtraNameCharacters() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getFetchDirection() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.ibm.ims.rds.ClientStatement
JDBC 2.0 Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the fetch size for this result set.
getFetchSize() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFetchSize() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the fetch size for this result set.
getFetchSize() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Returns the fetch size for this result set.
getFetchSize() - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0 Returns the fetch size for this result set.
getFetchSize() - Method in class com.ibm.ims.rds.ClientStatement
JDBC 2.0 Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFieldLength() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the length of the field's value in the segment.
getFieldName() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the field name given to this field in the segment.
getFieldName() - Method in class com.ibm.ims.rds.ClientTypeInfo
 
getFieldOffset() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the offset of the field in the segment's I/O area.
getFieldType() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the type assigned to a field's value in the segment.
getFloat(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a float.
getFloat(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a float.
getFloat(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a float.
getFloat(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java float.
getFloat(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java float.
getFloat(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a float.
getFloat(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java float.
getFunction() - Method in class com.ibm.ims.base.IMSException
Returns the IMS function from DLI call which caused this exception.
getGeneratedKeys() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Retrieves any auto-generated keys created as a result of executing this Statement object.
getGrammarPool() - Method in class com.ibm.ims.xms.XMSGrammarPool
Returns the Grammar Pool being used for this GrammarPool.
getGroupName() - Method in class com.ibm.ims.base.IOPCB
Returns the group name from the last DLI call using this IOPCB.
getGSAMPCB() - Method in class com.ibm.ims.base.AIB
Returns the DBPCB object in this AIB.
getGSAMRecordName() - Method in class com.ibm.ims.db.GSAMRecord
Sets a reference back to the containing DLIDatabaseView this DLISegment is a part of.
getHeldSegmentIOArea() - Method in class com.ibm.ims.db.DLIConnection
Returns the ioArea from the last call.
getHoldability() - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Retrieves the current holdability of ResultSet objects created using this Connection object.
getHostName() - Method in class com.ibm.ims.rds.ClientDataSource
Returns the name (or IP address) of the host machine.
getHostName() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Returns the name (or IP address) of the host machine.
getIdentifierQuoteString() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
GetImage() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
getImportedKeys(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getIMSBundle() - Static method in class com.ibm.connector2.ims.db.IMSJdbcErrorMessages
Returns the translated resource bundle
getIMSBundle() - Static method in class com.ibm.ims.application.IMSErrorMessages
Returns the IMSErrorMessages resource bundle.
getIMSBundle() - Static method in class com.ibm.ims.base.IMSErrorMessages
Returns the translated resource bundle
getIMSBundle() - Static method in class com.ibm.ims.db.IMSErrorMessages
Returns the translated resource bundle
getIMSBundle() - Static method in class com.ibm.ims.rds.IMSErrorMessages
Returns the translated resource bundle
getIMSInfo() - Static method in class com.ibm.ims.base.IMSInfo
Creates an IMSInfo object containing information about the IMS system.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getInputMessageSequenceNumber() - Method in class com.ibm.ims.base.IOPCB
Returns the input message sequence number from the last DLI call using this IOPCB.
getInt(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as an int.
getInt(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as an int.
getInt(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as an int.
getInt(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java int.
getInt(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java int.
getInt(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as an int.
getInt(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java int.
getInvalidPCBs() - Method in class com.ibm.ims.application.SaveArea
The PCBs that were not reset correctly after the Symbolic restart call
getIOArea() - Method in class com.ibm.ims.db.GSAMRecord
Constructs a GSAM Record object.
getIOArea() - Method in class com.ibm.ims.db.DLISegment
Provides package-level access to DLIBaseSegment.ioArea.
getIOAreaLength() - Method in class com.ibm.ims.db.GSAMRecord
Provides package-level access to DLIBaseSegment.ioAreaLength.
getIOAreaLength() - Method in class com.ibm.ims.db.DLISegment
Provides package-level access to DLIBaseSegment.ioAreaLength.
getIOAreaOffset() - Method in class com.ibm.ims.db.DLISegment
Provides package-level access to DLIBaseSegment.ioAreaOffset.
getIOPCB() - Method in class com.ibm.ims.base.AIB
Returns the IOPCB object in this AIB.
getJ2EETraceLevel() - Method in class com.ibm.connector2.ims.db.J2EETrace
 
getJDBCMajorVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getKey() - Method in class com.ibm.ims.db.RSA
Returns the GSAM record address
getKeyFeedback() - Method in class com.ibm.ims.base.GSAMPCB
Returns the concatenated key in this GSAMPCB from the last DLI call using this GSAMPCB.
getKeyFeedback() - Method in class com.ibm.ims.base.DBPCB
Returns the concatenated key in this DBPCB from the last DLI call using this DBPCB.
getKeyFeedbackLength() - Method in class com.ibm.ims.base.GSAMPCB
Returns the concatenated key length in this GSAMPCB from the last DLI call using this GSAMPCB.
getKeyFeedbackLength() - Method in class com.ibm.ims.base.DBPCB
Returns the concatenated key length in this DBPCB from the last DLI call using this DBPCB.
getKeyType() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the type of key the field is: DLITypeInfo.NOT_KEY DLITypeInfo.UNIQUE_KEY DLITypeInfo.NON_UNIQUE_KEY
getLine() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
Deprecated.  
getLocalDate() - Method in class com.ibm.ims.base.IOPCB
Returns the local date from the last DLI call using this IOPCB.
getLocalTime() - Method in class com.ibm.ims.base.IOPCB
Returns the local time from the last DLI call using this IOPCB.
getLogicalTerminalName() - Method in class com.ibm.ims.base.IOPCB
Returns the logical terminal name in this IOPCB.
getLoginTimeout() - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
This function is not supported
getLoginTimeout() - Method in class com.ibm.ims.rds.ClientDataSource
This function is not supported
getLogWriter() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Returns the PrintWriter provided by the server runtime.
getLogWriter() - Method in class com.ibm.connector2.ims.db.J2EETrace
 
getLogWriter() - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Gets the PrintWriter contained in the associated IMSJdbcManagedConnectionFactory if one exists.
getLogWriter() - Method in class com.ibm.ims.rds.ClientDataSource
Gets the PrintWriter contained in the associated IMSJdbcManagedConnectionFactory if one exists.
getLogWriter() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Returns the PrintWriter provided by the server runtime.
getLong(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a long.
getLong(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a long.
getLong(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a long.
getLong(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java long.
getLong(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java long.
getLong(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a long.
getLong(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java long.
getMajorVersion() - Method in class com.ibm.ims.db.DLIDriver
Gets the driver's major version number.
getMaterializedCharArray() - Method in class com.ibm.ims.xms.XMSMaterializer
Used internally for cacheing the char array during SCROLL_INSENSITIVE ResultSets.
getMaxBinaryLength() - Static method in class com.ibm.ims.base.IMSTrace
Returns the maximum length when tracing binary data (e.g.
getMaxBinaryLiteralLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxConnections() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxFieldSize() - Method in class com.ibm.ims.db.DLIStatement
Returns the maximum number of bytes allowed for any column value.
getMaxFieldSize() - Method in class com.ibm.ims.rds.ClientStatement
Returns the maximum number of bytes allowed for any column value.
getMaxIndexLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxRows() - Method in class com.ibm.ims.db.DLIStatement
Retrieves the maximum number of rows that a ResultSet can contain.
getMaxRows() - Method in class com.ibm.ims.rds.ClientStatement
Retrieves the maximum number of rows that a ResultSet can contain.
getMaxRowSize() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxStatementLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxStatements() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getMessage() - Method in class com.ibm.ims.db.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class com.ibm.ims.db.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessageDestination() - Method in class com.ibm.ims.base.AlternatePCB
Returns the logical terminal name in this Alternate PCB.
getMessageLength() - Method in class com.ibm.ims.application.IMSFieldMessage
Return the length of this message.
getMetaData() - Method in class com.ibm.ims.db.DLIResultSet
Retrieves the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class com.ibm.ims.db.DLIQueryConnection
 
getMetaData() - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Retrieves the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Retrieves the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
getMinorVersion() - Method in class com.ibm.ims.db.DLIDriver
Gets the driver's minor version number.
getMODName() - Method in class com.ibm.ims.base.IOPCB
Returns the message output descriptor (MOD) name from the last DLI call using this IOPCB.
getMoreResults() - Method in class com.ibm.ims.db.DLIStatement
Moves to a Statement's next result.
getMoreResults() - Method in class com.ibm.ims.rds.ClientStatement
Moves to a Statement's next result.
getMoreResults(int) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getNativeAPI() - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to determine the API used.
getNext(String, GSAMRecord) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to sequentially access GSAM records in a GSAM database.
getNext(String, GSAMRecord, RSA) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to sequentially access GSAM records in a GSAM database.
getNextMessage(IMSFieldMessage) - Method in class com.ibm.ims.application.IMSMessageQueue
Receives the next segment of the message from IMS.
getNextRecord(DLIRecord, SSAList) - Method in class com.ibm.ims.db.DLIConnection
Retrieves segments in a path call sequentially from the database.
getNextSegment(DLISegment, SSAList) - Method in class com.ibm.ims.db.DLIConnection
Retrieves a segment sequentially from the database.
getNextSegment(SSAList) - Method in class com.ibm.ims.db.DLIConnection
Retrieves a segment sequentially from the database.
getNextSegmentInParent(DLISegment, SSAList) - Method in class com.ibm.ims.db.DLIConnection
Retrieves a dependent segment sequentially from the database.
getNextSegmentInParent(SSAList) - Method in class com.ibm.ims.db.DLIConnection
Retrieves a dependent segment sequentially from the database.
getNextToken() - Method in class com.ibm.ims.db.DLIParserTokenManager
 
getNextWarning() - Method in class com.ibm.ims.base.DLIWarning
Get the warning chained to this one.
getNextWarning() - Method in class com.ibm.ims.rds.RDSWarning
Get the warning chained to this one.
getNumberSensitiveSegments() - Method in class com.ibm.ims.base.DBPCB
Returns the number of sensitive segments in this DBPCB from the last DLI call using this DBPCB.
getNumericFunctions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getOALength() - Method in class com.ibm.ims.base.AIB
Returns the maximum output area length in this AIB.
getOAUse() - Method in class com.ibm.ims.base.AIB
Returns the output area length used in this AIB.
getObject(int) - Method in class com.ibm.ims.application.SaveArea
Retrieves objects stored inside SaveArea.
getObject(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported
getObject(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported
getObject(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported
getObject(int, Map) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the value of a column in the current row as a Java object.
getObject(int, Map) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the value of a column in the current row as a Java object.
getObject(int, Map) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the value of a column in the current row as a Java object.
getObject(int, Map) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Returns the value of a column in the current row as a Java object.
getObject(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java object.
getObject(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java object.
getObject(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java object.
getObject(String, Map) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the value in the specified column as a Java object.
getObject(String, Map) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the value in the specified column as a Java object.
getObject(String, Map) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the value in the specified column as a Java object.
getObject(String, Map) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Returns the value in the specified column as a Java object.
getOffset() - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the offset of the IO Area
getOutputStream() - Static method in class com.ibm.ims.base.IMSTrace
Returns the print stream used for tracing or null if a print stream has not been set.
getOutputWriter() - Static method in class com.ibm.ims.base.IMSTrace
Returns the character output stream used for tracing or null if a character output stream has not been set.
getParent(String, DLISegment) - Method in class com.ibm.ims.db.DLIDatabaseView
Returns the parent DLISegment object of the specified segment.
getParent(String, String) - Method in class com.ibm.ims.db.DLIDatabaseView
Returns the parent DLISegment object of the specified segment class name.
getPortNumber() - Method in class com.ibm.ims.rds.ClientDataSource
Returns the IIOP port number of the host machine's web server.
getPortNumber() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Returns the IIOP port number of the host machine's web server.
getPrecision(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets a column's number of decimal digits.
getPrimaryKeys(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getProcedures(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getProcedureTerm() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getProcessOptions() - Method in class com.ibm.ims.base.GSAMPCB
Returns the IMS processing options in this GSAMPCB.
getProcessOptions() - Method in class com.ibm.ims.base.DBPCB
Returns the IMS processing options in this DBPCB.
getPropertyInfo(String, Properties) - Method in class com.ibm.ims.db.DLIDriver
Gets information about the possible properties for this driver.
getPSBName() - Method in class com.ibm.ims.db.DLIDatabaseView
Returns the PSBName for this database view.
getQueryTimeout() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Retrieves the number of seconds the driver will wait for a Statement to execute.
getQueryTimeout() - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported Retrieves the number of seconds the driver will wait for a Statement to execute.
getReasonCode() - Method in class com.ibm.ims.base.AIB
Returns the reason code produced by the last DLI call through this AIB.
getReasonCodeHex() - Method in class com.ibm.ims.base.AIB
Returns the reason code produced by the last DLI call through this AIB as a hexadecimal string.
getRef(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(String) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getReference() - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Returns stored reference.
getReference() - Method in class com.ibm.ims.rds.ClientDataSource
Returns stored reference.
getResourceName() - Method in class com.ibm.ims.base.AIB
Returns the resource name (PCB name) in this AIB.
getResourceName2() - Method in class com.ibm.ims.base.AIB
 
getResultSet() - Method in class com.ibm.ims.db.DLIStatement
Returns the current result as a ResultSet object.
getResultSet() - Method in class com.ibm.ims.rds.ClientStatement
Returns the current result as a ResultSet object.
getResultSetConcurrency() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Retrieves the result set concurrency.
getResultSetConcurrency() - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported JDBC 2.0 Retrieves the result set concurrency.
getResultSetHoldability() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves the default holdability of this ResultSet object.
getResultSetSegment() - Method in class com.ibm.ims.db.DLIResultSet
This method is used by the Remote Database Services feature.
getResultSetType() - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Determine the result set type.
getResultSetType() - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported JDBC 2.0 Determine the result set type.
getReturnCode() - Method in class com.ibm.ims.base.AIB
Returns the return code produced by the last DLI call through this AIB.
getReturnCodeHex() - Method in class com.ibm.ims.base.AIB
Returns the return code produced by the last DLI call through this AIB as a hexadecimal string.
getRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
getRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
getRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
getRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
getRows() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Returns the cached rows
getRRSTransactional() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
When WAS/zOS creates the ManagedConnectionFactory, it will do a getMethod for this method and then invoke the method.
getRSA() - Method in class com.ibm.ims.base.GSAMPCB
Returns the record search argument (RSA) from GSAM DB PCB.
getRSA() - Method in class com.ibm.ims.base.DBPCB
Returns the record search argument (RSA) from GSAM DB PCB.
getScale(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets a column's number of digits to right of the decimal point.
getSchemaName(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets a column's table's schema.
getSchemas() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getSchemaTerm() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getSearchFieldName() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the search field name given to this field in the segment, which must be exactly as defined in the DBD source file.
getSearchFieldName() - Method in class com.ibm.ims.rds.ClientTypeInfo
 
getSearchStringEscape() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getSegment() - Method in class com.ibm.ims.db.DLIClobSegmentStream
 
getSegment() - Method in interface com.ibm.ims.db.DLISegmentStream
 
getSegment() - Method in class com.ibm.ims.xms.XMSSegmentHolder
 
getSegment() - Method in class com.ibm.ims.xms.XMSShredder
Returns the next DLISegment produced by the XML Parse.
getSegmentKey() - Method in class com.ibm.ims.db.DLISegment
Returns the key of the current Segment.
getSegmentLevelNumber() - Method in class com.ibm.ims.base.DBPCB
Returns the segment level in this DBPCB from the last DLI call using this DBPCB.
getSegmentName() - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the name of the segment as stored in the database.
getSegmentName() - Method in class com.ibm.ims.base.DBPCB
Returns the IMS segment name in this DBPCB from the last DLI call using this DBPCB.
getSegmentNameReference() - Method in class com.ibm.ims.db.DLISegment
 
getSharedGrammarPool() - Static method in class com.ibm.ims.xms.XMSGrammarPool
This is used temporarily for a shared grammar pool implementation.
getShort(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a short.
getShort(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a short.
getShort(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a short.
getShort(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java short.
getShort(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java short.
getShort(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a short.
getShort(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java short.
getSize() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Returns the size of the result set this object contains
getSQLKeywords() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getSQLStateType() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getStatement() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the Statement that produced this ResultSet object.
getStatement() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Returns the Statement that produced this ResultSet object.
getStatement() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Returns the Statement that produced this ResultSet object.
getStatement() - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0 Returns the Statement that produced this ResultSet object.
getStatusCode() - Method in class com.ibm.ims.base.IOPCB
Returns the status code from the last DLI call using this IOPCB.
getStatusCode() - Method in class com.ibm.ims.base.AlternatePCB
Returns the status code from the last DLI call using this Alternate PCB.
getStatusCode() - Method in class com.ibm.ims.base.IMSException
Returns the IMS status code from DLI call which caused this exception.
getStatusCode() - Method in class com.ibm.ims.base.GSAMPCB
Returns the status code of the last GSAM database call using this GSAMPCB
getStatusCode() - Method in class com.ibm.ims.base.DBPCB
Returns the IMS status code of the last DLI call using this .
getString(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a String.
getString(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a String.
getString(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a String.
getString(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a Java String.
getString(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a Java String.
getString(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a String.
getString(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a Java String.
getString(String, Object[]) - Method in class com.ibm.connector2.ims.db.IMSJdbcErrorMessages
Retrieves the common external exception explanation based on the internal string representation of the exception message.
getString(String, Object[]) - Method in class com.ibm.ims.application.IMSErrorMessages
Converts the passed in internal key into the user friendly locale error message, substituting any specified parameters into the message.
getString(String, Object[]) - Method in class com.ibm.ims.base.IMSErrorMessages
Converts the passed in internal key into the user friendly locale error message, substituting any specified parameters into the message.
getString(String, Object[]) - Method in class com.ibm.ims.db.IMSErrorMessages
Retrieves the common external exception explanation based on the internal string representation of the exception message.
getString(String, Object[]) - Method in class com.ibm.ims.rds.IMSErrorMessages
Retrieves the common external exception explanation based on the internal string representation of the exception message.
getStringFunctions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getSubFunctionCode() - Method in class com.ibm.ims.base.AIB
Returns the subfunction code in this AIB.
getSubString(long, int) - Method in class com.ibm.ims.db.StringClob
 
getSubString(long, int) - Method in class com.ibm.ims.db.DLIClobMaterializer
 
getSubString(long, int) - Method in class com.ibm.ims.rds.ClientClob
 
getSubString(long, int) - Method in class com.ibm.ims.xms.XMSMaterializer
Returns a String from pos of size length.
GetSuffix(int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
getSuperTables(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSymbolTable() - Method in class com.ibm.ims.xms.XMSGrammarPool
Returns the Symbol Table being used for this GrammarPool.
getSystemFunctions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getTableName(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Gets a column's table name.
getTablePrivileges(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getTableTypes() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getThreadIdentitySupport() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Supports the use of thread identity during getConnection processing.
getThreadSecurity() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
When WAS/zOS creates the ManagedConnectionFactory, it will do a getMethod for this method and then invoke the method.
getTime(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a java.sql.Time object.
getTime(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a java.sql.Time object.
getTime(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a java.sql.Time object.
getTime(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a java.sql.Time object.
getTime(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Time object.
getTimeDateFunctions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getTimestamp(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field indicated by the index as a java.sql.Timestamp object.
getTimestamp(int) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field indicated by the index as a java.sql.Timestamp object.
getTimestamp(int) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the field specified by the parameter as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.ibm.ims.db.DLIResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the field specified by the parameter as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.ibm.ims.rds.ClientResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported Gets the value of a column in the current row as a java.sql.Timestamp object.
getTraceLevel() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Gets the value of the trace level property.
getTraceLevel() - Static method in class com.ibm.ims.base.XMLTrace
Returns the current level of IMS Tracing.
getTraceLevel() - Static method in class com.ibm.ims.rds.XMLTrace
Returns the current level of IMS Tracing.
getTraceLevel() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Gets the value of the trace level property.
getTransaction() - Static method in class com.ibm.ims.application.IMSTransaction
Returns the singleton IMSTransaction object.
getTransactionID() - Method in class com.ibm.ims.application.IMSFieldMessage
Returns the transaction ID for the input message after being read off the message queeue by IMSMessageQueue.
getTransactionIsolation() - Method in class com.ibm.ims.db.DLIQueryConnection
 
getTransactionIsolation() - Method in class com.ibm.ims.rds.ClientConnection
 
getTransactionResourceRegistration() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
When WAS/zOS creates the ManagedConnectionFactory, it will do a getMethod for this method and then invoke the method.
getTransactionResourceRegistration() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
When WAS creates the ManagedConnectionFactory, it will do a getMethod for this method and then invoke the method.
getType() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Returns the type of this result set.
getType() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0 Returns the type of this result set.
getType() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Returns the type of this result set.
getType() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Returns the type of this result set.
getTypeInfo() - Method in class com.ibm.ims.base.DLIBaseSegment
Returns an array of the DLITypeInfo instances for this segment.
getTypeInfo() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getTypeInfo() - Method in class com.ibm.ims.rds.ClientSegment
Returns an array of the ClientTypeInfo instances for this segment.
getTypeInfo(int) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the DLITypeInfo of the field specified by the index parameter.
getTypeInfo(int) - Method in class com.ibm.ims.rds.ClientSegment
Returns the ClientTypeInfo of the field specified by the index parameter.
getTypeInfo(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Returns the DLITypeInfo of the field specified by the fieldName parameter.
getTypeInfo(String) - Method in class com.ibm.ims.rds.ClientSegment
Returns the ClientTypeInfo of the field specified by the fieldName parameter.
getTypeMap() - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
getTypeMap() - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
getTypeQualifier() - Method in class com.ibm.ims.base.DLITypeInfo
Returns the type qualifier for this type.
getUDTs(String, String, String, int[]) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Gets a description of the user-defined types defined in a particular schema.
getUndefinedLengthRecordLength() - Method in class com.ibm.ims.base.GSAMPCB
Returns the length of the undefined-length record after GSAM GU or GN call.
getUndefinedLengthRecordLength() - Method in class com.ibm.ims.base.DBPCB
Returns the length of the undefined-length record after GSAM GU or GN call.
getUnicodeStream(int) - Method in class com.ibm.ims.db.DLIResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(int) - Method in class com.ibm.ims.rds.ClientResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class com.ibm.ims.db.DLIResultSet
Deprecated.  
getUnicodeStream(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Deprecated.  
getUnicodeStream(String) - Method in class com.ibm.ims.rds.ClientResultSet
Deprecated.  
getUnique(String, GSAMRecord, RSA) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to randomly access a GSAM record in a GSAM database.
getUniqueMessage(IMSFieldMessage) - Method in class com.ibm.ims.application.IMSMessageQueue
Receives the first segment of an input message from IMS.
getUniqueRecord(DLIRecord, SSAList) - Method in class com.ibm.ims.db.DLIConnection
Directly retrieves the segments in a path from the database and establishes a starting position in the database for sequential processing.
getUniqueSegment(DLISegment, SSAList) - Method in class com.ibm.ims.db.DLIConnection
Directly retrieves a segment from the database and establishes a starting position in the database for sequential processing.
getUniqueSegment(SSAList) - Method in class com.ibm.ims.db.DLIConnection
Directly retrieves a segment from the database and establishes a starting position in the database for sequential processing.
getUpdateCount() - Method in class com.ibm.ims.db.DLIStatement
Returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getUpdateCount() - Method in class com.ibm.ims.rds.ClientStatement
Returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getURL() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getURL(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getUserid() - Method in class com.ibm.ims.base.IOPCB
Returns the userid from the last DLI call using this IOPCB.
getUserName() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getVersion() - Method in class com.ibm.ims.db.DLIDatabaseView
Returns the version number that this DLIDatabaseView conforms to.
getVersionColumns(String, String, String) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
getWarnings() - Method in class com.ibm.ims.application.IMSFieldMessage
The first warning reported by calls on this IMSFieldMessage is returned.
getWarnings() - Method in class com.ibm.ims.base.DLIBaseSegment
Insert the method's description here.
getWarnings() - Method in class com.ibm.ims.db.DLIResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class com.ibm.ims.db.DLIStatement
Retrieves the first warning reported by calls on this Statement.
getWarnings() - Method in class com.ibm.ims.db.DLIQueryConnection
 
getWarnings() - Method in class com.ibm.ims.db.DLISegment
The first warning reported by calls on this DLISegment is returned.
getWarnings() - Method in class com.ibm.ims.db.DLIPreparedStatement
The first warning reported by calls on this PreparedStatement is returned.
getWarnings() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class com.ibm.ims.rds.ClientSegment
Insert the method's description here.
getWarnings() - Method in class com.ibm.ims.rds.ClientResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class com.ibm.ims.rds.ClientStatement
Retrieves the first warning reported by calls on this Statement.
getWarnings() - Method in class com.ibm.ims.rds.ClientPreparedStatement
The first warning reported by calls on this PreparedStatement is returned.
getWarnings() - Method in class com.ibm.ims.rds.ClientConnection
 
getXMSDocumentHandler() - Method in class com.ibm.ims.xms.XMSParser
Returns the registered document handler.
getXMSType(String) - Method in class com.ibm.ims.xms.XMSParser
Returns the type of the passed in element.
GRAMMAR_POOL - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Property identifier: grammar pool.
grammarPool - Variable in class com.ibm.ims.xms.XMSGrammarPool
 
GREATER - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
GREATER_OR_EQUAL - Static variable in class com.ibm.ims.db.SSA
Relational operator for greater than or equal to (>=)
GREATER_THAN - Static variable in class com.ibm.ims.db.SSA
Relational operator for greater than (>)
GREATEREQUAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
GROUP - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
groupName() - Method in class com.ibm.ims.base.IMSInfo
Returns the Group Name.
GSAMConnection - class com.ibm.ims.db.GSAMConnection.
 
GSAMPCB - class com.ibm.ims.base.GSAMPCB.
The GSAMPCB class contains all the data attributes of the GSAM Database Program Communication Block and the necessary getter and setter methods.
GSAMRecord - class com.ibm.ims.db.GSAMRecord.
 
GSAMRecord(byte[]) - Constructor for class com.ibm.ims.db.GSAMRecord
Constructs a GSAM Record object.
GSAMRecord(int) - Constructor for class com.ibm.ims.db.GSAMRecord
Constructs a GSAM Record object.

H

handler - Variable in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
hashCode() - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Returns the hash code of the configuration properties that make this IMSJdbcManagedConnectionFactory instance unique.
hashCode() - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Returns the hash code of the configuration properties that make this ClientManagedConnectionFactory instance unique.

I

ID - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
image - Variable in class com.ibm.ims.db.Token
The string image of the token.
IMS_ENVIRONMENT - Static variable in class com.ibm.ims.base.JavaToDLI
 
IMSApplication - class com.ibm.ims.application.IMSApplication.
IMSApplication is the abstract base class for all Java Dependent Region programs.
IMSApplication() - Constructor for class com.ibm.ims.application.IMSApplication
Creates a new IMSAppication object
IMSErrorMessages - class com.ibm.ims.application.IMSErrorMessages.
IMSErrorMessages is used by the com.ibm.ims.application package to manage error messages in a central location for the entire package.
IMSErrorMessages - class com.ibm.ims.base.IMSErrorMessages.
The textual error messages that can be received when using the com.ibm.ims.base package
IMSErrorMessages - class com.ibm.ims.db.IMSErrorMessages.
The textual error messages that can be received when using the com.ibm.ims.db package
IMSErrorMessages - class com.ibm.ims.rds.IMSErrorMessages.
The textual error messages that can be received when using the com.ibm.ims.db package
IMSErrorMessages() - Constructor for class com.ibm.ims.application.IMSErrorMessages
Instantiates a new IMSErrorMessages object.
IMSErrorMessages() - Constructor for class com.ibm.ims.base.IMSErrorMessages
Creates a resource bundle for giving error messages
IMSErrorMessages() - Constructor for class com.ibm.ims.db.IMSErrorMessages
Creates a resource bundle for giving error messages
IMSErrorMessages() - Constructor for class com.ibm.ims.rds.IMSErrorMessages
Creates a resource bundle for giving error messages
IMSException - exception com.ibm.ims.base.IMSException.
This exception is thrown to indicate a DLI error has ocurred.
IMSException() - Constructor for class com.ibm.ims.base.IMSException
Constructor for exceptions.
IMSException(String) - Constructor for class com.ibm.ims.base.IMSException
Constructor for exceptions with a message.
IMSException(String, AIB, short, String) - Constructor for class com.ibm.ims.base.IMSException
Constructor for DLI exceptions.
IMSFieldMessage - class com.ibm.ims.application.IMSFieldMessage.
IMSFieldMessage is an abstract base class for objects representing a message either comming from and going to an IMS message queue.
IMSFieldMessage(DLITypeInfo[], int, boolean) - Constructor for class com.ibm.ims.application.IMSFieldMessage
Creates a new IMSFieldMessage with the specified message length.
IMSFieldMessage(DLITypeInfo[], int, boolean, byte[], int) - Constructor for class com.ibm.ims.application.IMSFieldMessage
Creates a new IMSFieldMessage with the specified message length.
IMSFieldMessage(DLITypeInfo[], int, boolean, int) - Constructor for class com.ibm.ims.application.IMSFieldMessage
Creates a new IMSFieldMessage with the specified message length.
IMSFieldMessage(IMSFieldMessage, DLITypeInfo[]) - Constructor for class com.ibm.ims.application.IMSFieldMessage
Creates a new IMSFieldMessage from an existing IMSFieldMessage.
IMSInfo - class com.ibm.ims.base.IMSInfo.
The IMSInfo class provides information about the application's current execution environment.
IMSJavaVersionInfo - class com.ibm.ims.base.IMSJavaVersionInfo.
IMSJavaVersionInfo stores Version Information about the release, code level, and date and time the Driver was built.
IMSJavaVersionInfo() - Constructor for class com.ibm.ims.base.IMSJavaVersionInfo
 
IMSJdbcCustomService - class com.ibm.connector2.ims.db.IMSJdbcCustomService.
This class is only used by WebSphere.
IMSJdbcCustomService() - Constructor for class com.ibm.connector2.ims.db.IMSJdbcCustomService
 
IMSJdbcDataSource - class com.ibm.connector2.ims.db.IMSJdbcDataSource.
A IMSJdbcDataSource provides a mechanism to create a Connection from an object stored in the JNDI namespace.
IMSJdbcDataSource(ConnectionManager, IMSJdbcManagedConnectionFactory) - Constructor for class com.ibm.connector2.ims.db.IMSJdbcDataSource
Creates an IMSJdbcDataSource from a ConnectionManager and an IMSJdbcManagedConnectionFactory.
IMSJdbcDataSource(IMSJdbcManagedConnectionFactory) - Constructor for class com.ibm.connector2.ims.db.IMSJdbcDataSource
Creates an IMSJdbcDataSource in an unmanaged-server environment (e.g.
IMSJdbcErrorMessages - class com.ibm.connector2.ims.db.IMSJdbcErrorMessages.
The textual error messages that can be received when using the com.ibm.connector2.ims.db package
IMSJdbcErrorMessages() - Constructor for class com.ibm.connector2.ims.db.IMSJdbcErrorMessages
Creates a resource bundle for giving error messages
IMSJdbcManagedConnectionFactory - class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory.
In a managed-server environment, IMSJdbcManagedConnectionFactory is the object that is configured at deployment time with the information necessary to create a specific connection.
IMSJdbcManagedConnectionFactory() - Constructor for class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
IMSJdbcManagedConnectionFactory default constructor method
IMSMessageQueue - class com.ibm.ims.application.IMSMessageQueue.
IMSMessageQueue provides services to send and receive messages to an IMS message queue or to the application's Scratch Pad Area (SPA).
IMSMessageQueue() - Constructor for class com.ibm.ims.application.IMSMessageQueue
Creates a new IMSMessageQueue which sends and receives messages to and from a terminal.
IMSMessageQueue(String) - Constructor for class com.ibm.ims.application.IMSMessageQueue
Creates a new IMSMessageQueue with the alternate PCB Name to send messages to a different terminal or application program.
IMSTrace - class com.ibm.ims.base.IMSTrace.
IMSTrace provides tracing facilities to document the flow of control in an IMS Java application.
IMSTrace() - Constructor for class com.ibm.ims.base.IMSTrace
 
IMSTransaction - class com.ibm.ims.application.IMSTransaction.
The IMSTransaction class provides Java Dependent Region programs access to IMS transaction services such as commit and rollback.
indent(StringBuffer) - Method in class com.ibm.ims.base.IMSTrace
Indents a StringBuffer appropriately.
indentLevel - Variable in class com.ibm.ims.base.IMSTrace
 
INDEPENDENT_AND - Static variable in class com.ibm.ims.db.SSA
Boolean operator INDEPENDENT AND
initialize() - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to determine the API used.
initialize(Properties) - Method in class com.ibm.connector2.ims.db.IMSJdbcCustomService
Causes the IMS JDBC driver to establish a connection to IMS.
initializeODBA(AIB, String) - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to initialize the IMS ODBA environment.
INSERT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
insert(String, GSAMRecord) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to insert a new GSAM record into a GSAM database.
insert(String, GSAMRecord, RSA) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to insert a new GSAM record into a GSAM database.
insertMessage(IMSFieldMessage) - Method in class com.ibm.ims.application.IMSMessageQueue
Send an output message to IMS.
insertMessage(IMSFieldMessage, boolean) - Method in class com.ibm.ims.application.IMSMessageQueue
Send the SPA to IMS and end the conversation if isLast is true.
insertMessage(IMSFieldMessage, String) - Method in class com.ibm.ims.application.IMSMessageQueue
Send an output message to IMS, specifying the Message Output Descriptor to format the output message.
insertMessage(IMSFieldMessage, String, boolean) - Method in class com.ibm.ims.application.IMSMessageQueue
Send the SPA to IMS with the Message Output Descriptor specified and end the conversation if isLast is true.
insertRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Inserts the contents of the insert row into the result set and the database.
insertsAreDetected(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
insertSegment(DLISegment, SSAList) - Method in class com.ibm.ims.db.DLIConnection
Inserts a segment into the database.
INTEGER - Static variable in class com.ibm.ims.base.DLITypeInfo
 
INTEGER - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
INTEGER_LITERAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
INTO - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
ioArea - Variable in class com.ibm.ims.base.DLIBaseSegment
 
ioAreaLength - Variable in class com.ibm.ims.base.DLIBaseSegment
 
ioAreaOffset - Variable in class com.ibm.ims.base.DLIBaseSegment
 
IOPCB - class com.ibm.ims.base.IOPCB.
The IOPCB class contains all the data attributes of the IMS I/O Program Communication Block and the necessary getter and setter method.
IS - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
isAfterLast() - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0
isAfterLast() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
isAfterLast() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
isAfterLast() - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0
isAlternatePCB() - Method in class com.ibm.ims.base.AIB
Returns true if PCB is an alternate PCB.
isAutoIncrement(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether the column is automatically numbered, thus read-only.
isBeforeFirst() - Method in class com.ibm.ims.db.DLIResultSet
JDBC 2.0
isBeforeFirst() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
isBeforeFirst() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
isBeforeFirst() - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0
isCaseSensitive(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
isClosed - Variable in class com.ibm.ims.rds.ClientStatement
 
isClosed() - Method in class com.ibm.ims.db.DLIStatement
Returns true if the Statement has been closed.
isClosed() - Method in class com.ibm.ims.db.DLIQueryConnection
 
isClosed() - Method in class com.ibm.ims.rds.ClientStatement
Returns true if the Statement has been closed.
isClosed() - Method in class com.ibm.ims.rds.ClientConnection
 
isComplete() - Method in class com.ibm.ims.xms.XMSSegmentHolder
 
isCurrency(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether the column is a cash value.
isDefinitelyWritable(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether a write on the column will definitely succeed.
isEmpty() - Method in class com.ibm.ims.application.SaveArea
Checks if the there are no objects saved inside the SaveArea object.
isFirst() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
isFirst() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
isFirst() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
isFirst() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
isLast() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
isLast() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
isLast() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
isLast() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
isNullable(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates the nullability of values in the designated column.
isODBAInitialized() - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to determine if the IMS ODBA environment was initialize.
isReadOnly() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported
isReadOnly() - Method in class com.ibm.ims.db.DLIQueryConnection
 
isReadOnly() - Method in class com.ibm.ims.rds.ClientConnection
 
isReadOnly(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether a column is definitely not writable.
isSearchable(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether the column can be used in a where clause.
isSigned() - Method in class com.ibm.ims.base.DLITypeInfo
Indicates whether this type is signed.
isSigned(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether values in the column are signed numbers.
isWritable(int) - Method in class com.ibm.ims.db.DLIResultSetMetaData
Indicates whether it is possible for a write on the column to succeed.
iteratorDirection - Variable in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Indicates if the iterator was travelling forward or backwards

J

J2EETrace - class com.ibm.connector2.ims.db.J2EETrace.
 
JavaToDLI - class com.ibm.ims.base.JavaToDLI.
The JavaToDLI class is used to issue DL/I calls to get, update, insert, and delete data in IMS databases, to get and insert messages to the IMS message queues, and to perform IMS system service calls.
JavaToDLI() - Constructor for class com.ibm.ims.base.JavaToDLI
 
jdbcCompliant() - Method in class com.ibm.ims.db.DLIDriver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
jEntityManager - Variable in class com.ibm.ims.xms.XMSParserConfiguration
XMSEntityManager used by the configuration to builded the scanner
jjstrLiteralImages - Static variable in class com.ibm.ims.db.DLIParserTokenManager
 

K

kfba - Variable in class com.ibm.ims.xms.XMSMaterializer
 
kind - Variable in class com.ibm.ims.db.Token
An integer that describes the kind of this token.

L

LAST_OCCURRENCE - Static variable in class com.ibm.ims.db.SSA
Command code meaning last occurrence
last() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
last() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
last() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
last() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
lastPosition - Variable in class com.ibm.ims.db.DLIResultSet
 
length() - Method in class com.ibm.ims.db.StringClob
 
length() - Method in class com.ibm.ims.db.DLIClobMaterializer
 
length() - Method in class com.ibm.ims.rds.ClientClob
 
length() - Method in class com.ibm.ims.xms.XMSMaterializer
Implements the Clob.length() method.
LESS - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
LESS_OR_EQUAL - Static variable in class com.ibm.ims.db.SSA
Relational operator for less than or equal to (<=)
LESS_THAN - Static variable in class com.ibm.ims.db.SSA
Relational operator for less than (<)
LESSEQUAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
LETTER - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
lexStateNames - Static variable in class com.ibm.ims.db.DLIParserTokenManager
 
libTraceLevel - Static variable in class com.ibm.ims.base.IMSTrace
The trace level for IMS Library code.
libTraceLevel - Static variable in class com.ibm.ims.rds.XMLTrace
Trace level for code.
locatorsUpdateCopy() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
LOCK_CLASS_A - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_B - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_C - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_D - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_E - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_F - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_G - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_H - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_I - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
LOCK_CLASS_J - Static variable in class com.ibm.ims.db.SSA
Code designating the lock class of a segment (for use with command code Q)
log(String) - Static method in class com.ibm.ims.base.IMSTrace
Writes to the trace outputStream.
logConstructorEntry(int, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a constructor entry point.
logConstructorEntry(int, String) - Method in class com.ibm.ims.base.IMSTrace
Writes a constructor entry point if min tracing level is met.
logConstructorEntry(int, String) - Method in class com.ibm.ims.base.XMLTrace
Writes a constructor entry point.
logConstructorEntry(String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logConstructorEntry(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a constructor entry point.
logConstructorExit(int, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a constructor exit point.
logConstructorExit(int, String) - Method in class com.ibm.ims.base.IMSTrace
Writes a constructor exit point if min tracing level is met.
logConstructorExit(int, String) - Method in class com.ibm.ims.base.XMLTrace
Writes a constructor exit point.
logConstructorExit(String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logConstructorExit(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a constructor exit point.
logData(int, String, byte[]) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a data value in hexadecimal.
logData(int, String, byte[]) - Method in class com.ibm.ims.base.IMSTrace
Writes a data value in binary and character.
logData(int, String, byte[]) - Method in class com.ibm.ims.base.XMLTrace
Writes a data value in hexadecimal.
logData(int, String, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a data name-value pair.
logData(int, String, String) - Method in class com.ibm.ims.base.IMSTrace
Writes a data name-value pair.
logData(int, String, String) - Method in class com.ibm.ims.base.XMLTrace
Writes a data name-value pair.
logData(String) - Method in class com.ibm.ims.base.IMSTrace
Writes a trace entry.
logData(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a trace entry.
logData(String, byte[]) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logData(String, byte[]) - Method in class com.ibm.ims.rds.XMLTrace
Writes a data value in hexadecimal.
logData(String, String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logData(String, String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a data name-value pair.
logEntry(int, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a method entry point.
logEntry(int, String) - Method in class com.ibm.ims.base.IMSTrace
Writes a method entry point if min tracing level is met.
logEntry(int, String) - Method in class com.ibm.ims.base.XMLTrace
Writes a method entry point.
logEntry(String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logEntry(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a method entry point.
logEvent(int, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a trace event.
logEvent(int, String) - Method in class com.ibm.ims.base.IMSTrace
Writes a trace event.
logEvent(int, String) - Method in class com.ibm.ims.base.XMLTrace
Writes a trace event.
logEvent(String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logEvent(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a trace event.
logException(int, Exception) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes an Exception Stack Trace.
logException(int, Exception) - Method in class com.ibm.ims.base.IMSTrace
Writes an Exception Stack Trace.
logException(int, Exception) - Method in class com.ibm.ims.base.XMLTrace
Writes an Exception Stack Trace.
logException(int, Throwable) - Method in class com.ibm.ims.base.IMSTrace
Writes a Throwable Stack Trace.
logException(int, Throwable) - Method in class com.ibm.ims.base.XMLTrace
Writes an Exception Stack Trace.
logExit(int, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes a method exit point.
logExit(int, String) - Method in class com.ibm.ims.base.IMSTrace
Writes a method exit point if min tracing level is met.
logExit(int, String) - Method in class com.ibm.ims.base.XMLTrace
Writes a method exit point.
logExit(String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logExit(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes a method exit point.
logParm(int, String[], String[]) - Method in class com.ibm.ims.base.IMSTrace
Writes the parameters of a method.
logParm(int, String, boolean) - Method in class com.ibm.ims.base.IMSTrace
Writes the parameters of a method.
logParm(int, String, byte[]) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes the parameters of a method.
logParm(int, String, byte[]) - Method in class com.ibm.ims.base.IMSTrace
Writes the parameters of a method.
logParm(int, String, byte[]) - Method in class com.ibm.ims.base.XMLTrace
Writes the parameters of a method.
logParm(int, String, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes the parameters of a method.
logParm(int, String, String) - Method in class com.ibm.ims.base.IMSTrace
Writes the parameters of a method.
logParm(int, String, String) - Method in class com.ibm.ims.base.XMLTrace
Writes the parameters of a method.
logParm(int, String, String, String, String) - Method in class com.ibm.ims.base.IMSTrace
Writes the parameters of a method.
logParm(int, String, String, String, String, String, String) - Method in class com.ibm.ims.base.IMSTrace
Writes the parameters of a method.
logParm(String[], String[]) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logParm(String[], String[]) - Method in class com.ibm.ims.rds.XMLTrace
Writes the parameters of a method.
logParm(String, byte[]) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logParm(String, byte[]) - Method in class com.ibm.ims.rds.XMLTrace
Writes the parameters of a method.
logParm(String, String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logParm(String, String) - Method in class com.ibm.ims.rds.XMLTrace
Writes the parameters of a method.
logParm(String, String, String, String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logParm(String, String, String, String) - Method in class com.ibm.ims.rds.XMLTrace
Writes the parameters of a method.
logParm(String, String, String, String, String, String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logParm(String, String, String, String, String, String) - Method in class com.ibm.ims.rds.XMLTrace
Writes the parameters of a method.
logResult(byte[]) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logResult(byte[]) - Method in class com.ibm.ims.rds.XMLTrace
Writes the byte array result of a method.
logResult(int, boolean) - Method in class com.ibm.ims.base.IMSTrace
Writes the result of a method.
logResult(int, byte[]) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes the byte array result of a method.
logResult(int, byte[]) - Method in class com.ibm.ims.base.IMSTrace
Writes the byte array result of a method.
logResult(int, byte[]) - Method in class com.ibm.ims.base.XMLTrace
Writes the byte array result of a method.
logResult(int, String) - Method in class com.ibm.connector2.ims.db.J2EETrace
Writes the result of a method.
logResult(int, String) - Method in class com.ibm.ims.base.IMSTrace
Writes the result of a method.
logResult(int, String) - Method in class com.ibm.ims.base.XMLTrace
Writes the result of a method.
logResult(String) - Method in class com.ibm.ims.base.IMSTrace
Deprecated.  
logResult(String) - Method in class com.ibm.ims.rds.XMLTrace
Writes the result of a method.
logVersion() - Method in class com.ibm.ims.base.IMSTrace
Deprecated. Replaced by IMSJavaVersionInfo.logVersion(IMSTrace)
logVersion(IMSTrace) - Static method in class com.ibm.ims.base.IMSJavaVersionInfo
Logs IMSJava Driver Version Information to the trace output.

M

main(String[]) - Static method in class com.ibm.ims.xms.XMSGrammarPool
This method is used for internal testing only
main(String[]) - Static method in class com.ibm.ims.xms.XMSShredder
This method is used for internal testing only
MAINTAIN_POS_AT_LEVEL - Static variable in class com.ibm.ims.db.SSA
Command code meaning maintain position at this level
MAINTAIN_POS_AT_SUPERIOR_LEVELS - Static variable in class com.ibm.ims.db.SSA
Command code meaning maintain position at this level and all superior levels
mark(int) - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
markSupported() - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
This method is used by the server runtime to support connection pooling.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
This method is used by the server runtime to support connection pooling.
materializedXMLDocs - Variable in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Collection used for storing materialized XML documents
MAX - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
MAX_MESSAGE_LENGTH - Static variable in class com.ibm.ims.application.IMSFieldMessage
The maximum size of the body of a message.
maxBinaryLength - Static variable in class com.ibm.ims.base.IMSTrace
 
maxBinaryLength - Static variable in class com.ibm.ims.rds.XMLTrace
 
maxFieldSize - Variable in class com.ibm.ims.db.DLIResultSet
 
maxFieldSize - Variable in class com.ibm.ims.rds.ClientResultSet
 
maxFieldSize - Variable in class com.ibm.ims.rds.ClientStatement
 
maxRows - Variable in class com.ibm.ims.db.DLIResultSet
 
maxRows - Variable in class com.ibm.ims.rds.ClientResultSet
 
maxRows - Variable in class com.ibm.ims.rds.ClientStatement
 
MIN - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
moreSegments - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
moreSegments() - Method in class com.ibm.ims.db.DLIClobSegmentStream
 
moreSegments() - Method in interface com.ibm.ims.db.DLISegmentStream
 
moreSegments() - Method in class com.ibm.ims.xms.XMSShredder
Returns true if there are more segments to be parsed and returned.
moreSegmentsMask - Static variable in class com.ibm.ims.db.DLIClobSegmentStream
 
moveToCurrentRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Moves the cursor to the remembered cursor position, usually the current row.
moveToCurrentRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Moves the cursor to the remembered cursor position, usually the current row.
moveToCurrentRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Moves the cursor to the remembered cursor position, usually the current row.
moveToCurrentRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Moves the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Moves the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Moves the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Moves the cursor to the insert row.

N

NAMESPACES_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Namespaces feature id (http://xml.org/sax/features/namespaces).
NAMESPACES_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSParser
Namespaces feature id (http://xml.org/sax/features/namespaces).
nativeSQL(String) - Method in class com.ibm.ims.db.DLIQueryConnection
 
nativeSQL(String) - Method in class com.ibm.ims.rds.ClientConnection
 
newToken(int) - Static method in class com.ibm.ims.db.Token
Returns a new Token object, by default.
next - Variable in class com.ibm.ims.db.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class com.ibm.ims.db.DLIResultSet
Moves the cursor down one row from its current position.
next() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Moves the cursor down one row from its current position.
next() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
Moves the cursor down one row from its current position.
next() - Method in class com.ibm.ims.rds.ClientResultSet
Moves the cursor down one row from its current position.
nextCharArea - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
nextCharLength - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
NON_UNIQUE_KEY - Static variable in class com.ibm.ims.base.DLITypeInfo
 
NOT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
NOT_EQUAL - Static variable in class com.ibm.ims.db.SSA
Relational operator for not equal to (!=)
NOT_KEY - Static variable in class com.ibm.ims.base.DLITypeInfo
 
NOTEQUAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
NOTIFY_BUILTIN_REFS - Static variable in class com.ibm.ims.xms.XMSParser
Feature identifier: notify built-in refereces.
NOTIFY_CHAR_REFS_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSParser
Character ref notification feature id (http://apache.org/xml/features/scanner/notify-char-refs).
NULL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
NULL_COMMAND - Static variable in class com.ibm.ims.db.SSA
Command code meaning null command code (ignored)
nullPlusNonNullIsNull() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported
nullsAreSortedAtStart() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported
nullsAreSortedHigh() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported
nullsAreSortedLow() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported

O

open - Variable in class com.ibm.ims.db.DLIClobMaterializer
 
open - Variable in class com.ibm.ims.xms.XMSMaterializer
 
openDocument() - Method in class com.ibm.ims.base.XMLTrace
Adds the opening root tag for this trace run.
openForRead(String) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to open a GSAM PCB for READ ONLY.
openForWrite(String) - Method in class com.ibm.ims.db.GSAMConnection
This method is used to open a GSAM PCB for LOAD ONLY.
openMaterializers - Variable in class com.ibm.ims.db.DLIResultSet
 
OPENPAREN - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
openRootTag() - Method in class com.ibm.ims.rds.XMLTrace
Adds the opening root tag for this trace run.
OperatorConsole - class com.ibm.ims.base.OperatorConsole.
 
OperatorConsole() - Constructor for class com.ibm.ims.base.OperatorConsole
 
OR - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
OR - Static variable in class com.ibm.ims.db.SSA
Boolean operator OR
ORDER - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
othersDeletesAreVisible(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether updates made by others are visible.
outputStream - Static variable in class com.ibm.ims.base.IMSTrace
An optional byte output stream provided by the application.
outputWriter - Static variable in class com.ibm.ims.base.IMSTrace
An optional character output stream provided by the application.
overflowIOArea - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
overflowSegment - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
overflowSize - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
ownDeletesAreVisible(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether a result set's own updates are visible.

P

PACKEDDECIMAL - Static variable in class com.ibm.ims.base.DLITypeInfo
 
PACKEDDECIMAL - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
parse(boolean) - Method in class com.ibm.ims.xms.XMSParser
Parses the document in a pull parsing fashion.
parse(String) - Method in class com.ibm.ims.base.ComplexDateFormat
Overrides SimpleDateFormat Caution: Only useful for Timestamps
parse(String) - Method in class com.ibm.ims.rds.ComplexDateFormat
Overrides SimpleDateFormat Caution: Only useful for Timestamps
ParseException - exception com.ibm.ims.db.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class com.ibm.ims.db.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class com.ibm.ims.db.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class com.ibm.ims.db.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
PATH_CALL - Static variable in class com.ibm.ims.db.SSA
Command code meaning path call
PATH_CALL_IGNORE - Static variable in class com.ibm.ims.db.SSA
Command code meaning path call ignore
pathCall - Variable in class com.ibm.ims.db.DLIResultSet
 
pcbAlias - Variable in class com.ibm.ims.db.DLIResultSet
 
pcbAlias - Variable in class com.ibm.ims.xms.XMSMaterializer
 
pcbOperation - Variable in class com.ibm.ims.db.DLIResultSet
 
position(Clob, long) - Method in class com.ibm.ims.db.StringClob
 
position(Clob, long) - Method in class com.ibm.ims.db.DLIClobMaterializer
 
position(Clob, long) - Method in class com.ibm.ims.rds.ClientClob
 
position(Clob, long) - Method in class com.ibm.ims.xms.XMSMaterializer
Determines the character position at which the specified Clob object searchstr appears in this Clob object.
position(String, long) - Method in class com.ibm.ims.db.StringClob
 
position(String, long) - Method in class com.ibm.ims.db.DLIClobMaterializer
 
position(String, long) - Method in class com.ibm.ims.rds.ClientClob
 
position(String, long) - Method in class com.ibm.ims.xms.XMSMaterializer
Determines the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
prepareCall(String) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
prepareCall(String) - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
prepareCall(String, int, int) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
prepareCall(String, int, int) - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
prepareCall(String, int, int, int) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class com.ibm.ims.db.DLIQueryConnection
Implements the Connection.prepareStatement() method returning a DLIPreparedStatement object as its parent class PreparedStatement Result sets created using the returned PreparedStatement will have forward-only type and read-only concurrency, by default.
prepareStatement(String) - Method in class com.ibm.ims.rds.ClientConnection
Implements the Connection.prepareStatement() method returning a DLIPreparedStatement object as its parent class PreparedStatement Result sets created using the returned PreparedStatement will have forward-only type and read-only concurrency, by default.
prepareStatement(String, int) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, int, int) - Method in class com.ibm.ims.db.DLIQueryConnection
Implements the Connection.prepareStatement() method returning a DLIPreparedStatement object as its parent class PreparedStatement Result sets created using the returned PreparedStatement will have forward-only type and read-only concurrency, by default.
prepareStatement(String, int, int) - Method in class com.ibm.ims.rds.ClientConnection
Implements the Connection.prepareStatement() method returning a DLIPreparedStatement object as its parent class PreparedStatement Result sets created using the returned PreparedStatement will have forward-only type and read-only concurrency, by default.
prepareStatement(String, int, int, int) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, String[]) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
preparse(XMLInputSource) - Method in class com.ibm.ims.xms.XMSGrammarPool
Preparses a Schema into the Grammar Pool.
previous() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
previous() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
previous() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
previous() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
processingInstruction(String, XMLString, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
 
programName() - Method in class com.ibm.ims.application.IMSApplication
Returns the application's program name from the IMSInfo call to IMS.
programName() - Method in class com.ibm.ims.base.IMSInfo
Returns the Application Program Name of the application program being run.
prolog() - Method in class com.ibm.ims.base.XMLTrace
Adds the XML prolog stating the XML version.
prolog() - Method in class com.ibm.ims.rds.XMLTrace
Adds the XML prolog stating the XML version.
psbName() - Method in class com.ibm.ims.base.IMSInfo
Returns the name of the PSB currently allocated

Q

QUESTION_MARK - Static variable in interface com.ibm.ims.db.DLIParserConstants
 

R

RDSException - exception com.ibm.ims.rds.RDSException.
Thrown to indicate an error has occurred.
RDSException(String) - Constructor for class com.ibm.ims.rds.RDSException
Creates an exception with the specified error message.
RDSException(String, int, PrintWriter, int) - Constructor for class com.ibm.ims.rds.RDSException
Creates an exception with the specified error message and internal error code.
RDSException(String, PrintWriter, int) - Constructor for class com.ibm.ims.rds.RDSException
Creates an exception with the specified error message.
RDSSQLException - exception com.ibm.ims.rds.RDSSQLException.
Thrown to indicate an error has occurred.
RDSSQLException(PrintWriter, int) - Constructor for class com.ibm.ims.rds.RDSSQLException
Construct an RDSSQLException; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0
RDSSQLException(String, PrintWriter, int) - Constructor for class com.ibm.ims.rds.RDSSQLException
Construct an RDSSQLException with a reason; SQLState defaults to null and vendorCode defaults to 0
RDSSQLException(String, String, int, PrintWriter, int) - Constructor for class com.ibm.ims.rds.RDSSQLException
Construct a fully-specified RDSSQLException
RDSSQLException(String, String, PrintWriter, int) - Constructor for class com.ibm.ims.rds.RDSSQLException
Construct an RDSSQLException with a reason and SQLState; vendorCode defaults to 0
RDSWarning - exception com.ibm.ims.rds.RDSWarning.
The RDSWarning class provides information when data was lost due to a type conversion.
RDSWarning(String) - Constructor for class com.ibm.ims.rds.RDSWarning
Constructs an RDSWarning.
read() - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
read(char[]) - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
read(char[], int, int) - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
readChar() - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
reader - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
ready() - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
record - Variable in class com.ibm.ims.db.DLIResultSet
 
refreshRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Refreshes the current row with its most recent value in the database.
refreshRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Refreshes the current row with its most recent value in the database.
refreshRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Refreshes the current row with its most recent value in the database.
refreshRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Refreshes the current row with its most recent value in the database.
regionID() - Method in class com.ibm.ims.base.IMSInfo
Returns the IMS Region Identifier.
ReInit(ASCII_UCodeESC_CharStream) - Method in class com.ibm.ims.db.DLIParserTokenManager
 
ReInit(ASCII_UCodeESC_CharStream, int) - Method in class com.ibm.ims.db.DLIParserTokenManager
 
ReInit(InputStream, int, int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ReInit(InputStream, int, int, int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ReInit(Reader, int, int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
ReInit(Reader, int, int, int) - Method in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
relative(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported in this class.
relative(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
JDBC 2.0
relative(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0
relative(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported in this class.
releaseLevel() - Method in class com.ibm.ims.base.IMSInfo
Returns IMS Release Level.
replaceSegment(DLISegment) - Method in class com.ibm.ims.db.DLIConnection
Replaces a segment in the database.
reset() - Method in class com.ibm.ims.xms.XMSParserConfiguration
Reset all components before parsing.
reset() - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
reset() - Method in interface com.ibm.ims.xms.XMSDocumentHandler
Resets any accumulated State.
reset() - Method in class com.ibm.ims.xms.XMSShredder
Resets any accumulated State.
reset() - Method in class com.ibm.ims.xms.XMSParser
Resets all components before parsing
resetCommandCodes() - Method in class com.ibm.ims.db.SSA
Turns off all command codes for this SSA.
resetConnection(Connection, DLIConnection) - Method in class com.ibm.ims.db.DLIStatement
Updates the Connection object when the Statement is being reused (used by PreparedStatements).
resetPhysicalConnection(DLIConnection) - Method in class com.ibm.ims.db.DLIQueryConnection
Resets the DLIConnection stored in the object (needed for defered creation of DLIConnection.
resolveSchema(String) - Method in interface com.ibm.ims.xms.XMSSchemaResolver
Resolves the NameSpace into an XMLInputSource that can be parsed as an XMS Schema defining the requested NameSpace.
resolveSchema(String) - Method in class com.ibm.ims.xms.XMSFileSchemaResolver
Resolves the NameSpace into an XMLInputSource that can be parsed as an XMS Schema defining the requested NameSpace.
resolveSchema(String, String) - Method in interface com.ibm.ims.xms.XMSSchemaResolver
Resolves the psbName and pcbName into an XMLInputSource that can be parsed as an XMS Schema defining the NameSpace for the passed in PSB and PCB.
resolveSchema(String, String) - Method in class com.ibm.ims.xms.XMSFileSchemaResolver
Resolves the psbName and pcbName into an XMLInputSource that can be parsed as an XMS Schema defining the NameSpace for the passed in PSB and PCB.
restart() - Method in class com.ibm.ims.application.IMSTransaction
Performs an XRST call for a JBP application that uses symbolic checkpoints.
restart(String) - Method in class com.ibm.ims.application.IMSTransaction
Performs an XRST call for a JBP application that uses symbolic checkpoints.
resultSet - Variable in class com.ibm.ims.rds.ClientStatement
 
resultSetSegment - Variable in class com.ibm.ims.db.DLIResultSet
 
resultSetSegment - Variable in class com.ibm.ims.rds.ClientResultSet
 
resultSetType - Variable in class com.ibm.ims.db.DLIResultSet
 
retrieveGrammar(String) - Method in class com.ibm.ims.xms.XMSGrammarPool
Retrives a Grammar based on passed in file name.
retrieveObjects() - Method in class com.ibm.ims.application.SaveArea
Collects all the objects stored inside the SaveArea object and returns it in an Iterator object.
RETRIEVEXML - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
rollback() - Method in class com.ibm.ims.application.IMSTransaction
Rolls back the transaction and cleans up the resources by making a ROLB call.
rollback() - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
rollback() - Method in class com.ibm.ims.rds.ClientConnection
This function is supported for Bean Managed EJBs only.
ROOT - Static variable in class com.ibm.ims.db.DLIDatabaseView
Used to identify that the root segment in a DLIDatabaseView has no parent.
rootSegmentName - Variable in class com.ibm.ims.xms.XMSMaterializer
 
rowDeleted() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Indicates whether a row has been deleted.
rowDeleted() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Indicates whether a row has been deleted.
rowDeleted() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Indicates whether a row has been deleted.
rowDeleted() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Indicates whether a row has been deleted.
rowInserted() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has had an insertion.
rowInserted() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has had an insertion.
rowInserted() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has had an insertion.
rowInserted() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has had an insertion.
rowsEqual(byte[], byte[]) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
 
rowUpdated() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has been updated.
rowUpdated() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has been updated.
rowUpdated() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has been updated.
rowUpdated() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Indicates whether the current row has been updated.
rrsCommit() - Method in class com.ibm.ims.base.RRSTransactionImpl
 
rrsRollback() - Method in class com.ibm.ims.base.RRSTransactionImpl
 
RRSTransactionImpl - class com.ibm.ims.base.RRSTransactionImpl.
 
RRSTransactionImpl() - Constructor for class com.ibm.ims.base.RRSTransactionImpl
 
RSA - class com.ibm.ims.db.RSA.
 
RSA() - Constructor for class com.ibm.ims.db.RSA
 

S

SaveArea - class com.ibm.ims.application.SaveArea.
The SaveArea object is used during CHKP/XRST calls to checkpoint the application data objects.
SaveArea() - Constructor for class com.ibm.ims.application.SaveArea
The constructor of the SaveArea object.
scanDocument(boolean) - Method in class com.ibm.ims.xms.XMSDocumentScanner
 
scanIntact(QName, XMLStringBuffer) - Method in class com.ibm.ims.xms.XMSEntityManager.XMSEntityScanner
Consumes characters until the close of the passed in QName.
SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking).
SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSParser
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking).
SCHEMA_RESOLVER - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Identifies the type of XMS Schema Resolver to use
SCHEMA_VALIDATION_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Schema validation feature id (http://apache.org/xml/features/validation/schema).
SCHEMA_VALIDATION_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSParser
Schema validation feature id (http://apache.org/xml/features/validation/schema).
schemaResolver - Variable in class com.ibm.ims.xms.XMSGrammarPool
 
SECONDARY_INDEX - Static variable in class com.ibm.ims.base.DLITypeInfo
 
SECONDARY_INDEX - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
SecondaryIndexInfo - class com.ibm.ims.db.SecondaryIndexInfo.
A SecondaryIndexInfo object is a specialization of a DLITypeInfo object that defines a field, or a set of fields, that make up a secondary index.
SecondaryIndexInfo(String, String, String[], String, int) - Constructor for class com.ibm.ims.db.SecondaryIndexInfo
Constructs a SecondaryIndexInfo object.
segment - Variable in class com.ibm.ims.db.DLIResultSet
 
segmentLengthMask - Static variable in class com.ibm.ims.db.DLIClobSegmentStream
 
SELECT - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
seq - Variable in class com.ibm.ims.db.DLIClobSegmentStream
 
SET - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
SET_PARENTAGE - Static variable in class com.ibm.ims.db.SSA
Command code meaning set parentage
setAlternatePCB(boolean) - Method in class com.ibm.ims.base.AIB
Sets an indicator designating whether the PCB is an alternate PCB
setArray(int, Array) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets an Array parameter.
setArray(int, Array) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets an Array parameter.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(long) - Method in class com.ibm.ims.rds.ClientClob
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAsciiStream(long) - Method in class com.ibm.ims.xms.XMSMaterializer
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents, starting at position pos.
setAutoCommit(boolean) - Method in class com.ibm.ims.db.DLIQueryConnection
autoCommit = true is not supported
setAutoCommit(boolean) - Method in class com.ibm.ims.rds.ClientConnection
This function does not support setting autoCommit to true
setBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a java.lang.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a java.lang.BigDecimal value.
setBigDecimal(String, BigDecimal) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets a BLOB parameter.
setBlob(int, Blob) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets a BLOB parameter.
setBoolean(int, boolean) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified boolean value.
setBoolean(int, boolean) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java boolean value.
setBoolean(int, boolean) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java boolean value.
setBoolean(String, boolean) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified boolean value.
setByte(int, byte) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified byte value.
setByte(int, byte) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java byte value.
setByte(int, byte) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java byte value.
setByte(String, byte) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified byte value.
setBytes(byte[]) - Method in class com.ibm.ims.application.IMSFieldMessage
 
setBytes(byte[]) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the exact bytes passed in the array, with no conversion.
setBytes(int, byte[]) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the exact bytes passed in the array, with no conversion.
setBytes(int, byte[]) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java array of bytes.
setBytes(int, byte[]) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java array of bytes.
setBytes(String, byte[]) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the exact bytes passed in the array, with no conversion.
setCatalog(String) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
setCatalog(String) - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
setCharacterStream(int, Reader, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
JDBC 2.0 Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(long) - Method in class com.ibm.ims.rds.ClientClob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setCharacterStream(long) - Method in class com.ibm.ims.xms.XMSMaterializer
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents, at position pos.
setCheckpointSizeLimit(int) - Static method in class com.ibm.ims.application.SaveArea
Sets the limit of the data that the application can checkpoint
setClob(int, Clob) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets a CLOB parameter.
setClob(int, Clob) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets a CLOB parameter.
setCurrentEntity(XMLEntityManager.ScannedEntity) - Method in class com.ibm.ims.xms.XMSEntityManager.XMSEntityScanner
 
setCurrentTrace(IMSTrace) - Static method in class com.ibm.ims.base.IMSTrace
This method is only for internal use.
setCursorName(String) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Defines the SQL cursor name that will be used by subsequent Statement execute methods.
setCursorName(String) - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported Defines the SQL cursor name that will be used by subsequent Statement execute methods.
setDatabaseViewName(String) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Sets the name of the DLIDatabaseView subclass.
setDatabaseViewName(String) - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Sets the fully-qualified name of the DLIDatabaseView to be used by this DataSource object.
setDatabaseViewName(String) - Method in class com.ibm.ims.rds.ClientDataSource
Sets the fully-qualified name of the DLIDatabaseView to be used by this DataSource object.
setDatabaseViewName(String) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Sets the name of the DLIDatabaseView subclass.
setDate(int, Date) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified Date value.
setDate(int, Date) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a java.sql.Date value.
setDate(int, Date) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
setDate(int, Date, Calendar) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
setDate(String, Date) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified Date value.
setDefaultEncoding(String) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the character encoding that all character data in the segment adheres to.
setDefaultEncoding(String) - Method in class com.ibm.ims.rds.ClientSegment
Sets the character encoding that all character data in the segment adheres to.
setDefaultNamespace(String) - Method in class com.ibm.ims.xms.XMSParserConfiguration
Sets the defaultNamespace used by the NamespaceBinder.
setDouble(int, double) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified double value.
setDouble(int, double) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java double value.
setDouble(int, double) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java double value.
setDouble(String, double) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified double value.
setDRAName(String) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Sets the name of the Database Resource Adapter (DRA) startup table identifier.
setDRAName(String) - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Sets the DRA name of the IMS system for this datasource
setDRAName(String) - Method in class com.ibm.ims.rds.ClientDataSource
Sets the DRA name of the IMS system for this datasource
setDRAName(String) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Sets the name of the Database Resource Adapter (DRA) startup table identifier.
setEntityHandler(XMLEntityHandler) - Method in class com.ibm.ims.xms.XMSEntityManager
 
setEscapeProcessing(boolean) - Method in class com.ibm.ims.db.DLIStatement
Sets escape processing on or off.
setEscapeProcessing(boolean) - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported Sets escape processing on or off.
setFetchDirection(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gives a hint as to the direction in which the rows in this result set will be processed.
setFetchDirection(int) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Gives the driver a hint as to the direction in which the rows in a result set will be processed.
setFetchDirection(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gives a hint as to the direction in which the rows in this result set will be processed.
setFetchDirection(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Gives a hint as to the direction in which the rows in this result set will be processed.
setFetchDirection(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Gives a hint as to the direction in which the rows in this result set will be processed.
setFetchDirection(int) - Method in class com.ibm.ims.rds.ClientStatement
JDBC 2.0 Gives the driver a hint as to the direction in which the rows in a result set will be processed.
setFetchSize(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFetchSize(int) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFetchSize(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFetchSize(int) - Method in class com.ibm.ims.rds.ClientResultSet
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFetchSize(int) - Method in class com.ibm.ims.rds.ClientStatement
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFloat(int, float) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified float value.
setFloat(int, float) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java float value.
setFloat(int, float) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java float value.
setFloat(String, float) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified float value.
setGSAMFlag(boolean) - Method in class com.ibm.ims.base.AIB
 
setHoldability(int) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setHostName(String) - Method in class com.ibm.ims.rds.ClientDataSource
Sets the name of the of the host machine.
setHostName(String) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Sets the name of the host machine.
setInputSource(Reader) - Method in class com.ibm.ims.xms.XMSShredder
Sets the input source to parse.
setInputSource(XMLInputSource) - Method in class com.ibm.ims.xms.XMSShredder
Sets the input source to parse.
setInputSource(XMLInputSource) - Method in class com.ibm.ims.xms.XMSParser
Sets the input source to parse.
setInt(int, int) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified int value.
setInt(int, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java int value.
setInt(int, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java int value.
setInt(String, int) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified int value.
setInvalidPCBs(String) - Method in class com.ibm.ims.application.SaveArea
Stores the PCB name that was not reset after a Symbolic XRST call
setIOArea(byte[]) - Method in class com.ibm.ims.db.GSAMRecord
Sets the IO area of this GSAM record
setIOArea(byte[]) - Method in class com.ibm.ims.db.DLISegment
Sets the IO area of this segment
setIOArea(byte[]) - Method in class com.ibm.ims.rds.ClientSegment
 
setIOAreaOffset(int) - Method in class com.ibm.ims.db.DLISegment
Provides package-level access to DLIBaseSegment.ioAreaOffset.
setJ2EETraceLevel(Integer) - Method in class com.ibm.connector2.ims.db.J2EETrace
 
setKey(byte[]) - Method in class com.ibm.ims.db.RSA
Stores the GSAM record address
setLoginTimeout(int) - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
This function is not supported
setLoginTimeout(int) - Method in class com.ibm.ims.rds.ClientDataSource
This method is not currently supported.
setLogWriter(PrintWriter) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Used by the server runtime to provide a PrintWriter for resource adapter tracing.
setLogWriter(PrintWriter) - Method in class com.ibm.connector2.ims.db.J2EETrace
 
setLogWriter(PrintWriter) - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Sets the XMLTrace OutputWriter object to the passed PrintWriter.
setLogWriter(PrintWriter) - Method in class com.ibm.ims.rds.ClientDataSource
This method is not currently supported as tracing is enabled at the ManagedConnectionFactory level and filtered down to the DataSource.
setLogWriter(PrintWriter) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Used by the server runtime to provide a PrintWriter for resource adapter tracing.
setLong(int, long) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified long value.
setLong(int, long) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java long value.
setLong(int, long) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java long value.
setLong(String, long) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified long value.
setMaxBinaryLength(int) - Static method in class com.ibm.ims.base.IMSTrace
Sets the maximum length when tracing binary data.
setMaxFieldSize(int) - Method in class com.ibm.ims.db.DLIStatement
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxFieldSize(int) - Method in class com.ibm.ims.rds.ClientStatement
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxRows(int) - Method in class com.ibm.ims.db.DLIStatement
Sets the limit for the maximum number of rows that any ResultSet can contain to the given number.
setMaxRows(int) - Method in class com.ibm.ims.rds.ClientStatement
Sets the limit for the maximum number of rows that any ResultSet can contain to the given number.
setModifiableAlternatePCB(String) - Method in class com.ibm.ims.application.IMSMessageQueue
Sets the destination in the modifiable alternate PCB.
setNextWarning(RDSWarning) - Method in class com.ibm.ims.rds.RDSWarning
Sets the next warning in the chain.
setNull(int, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to SQL NULL.
setOALength(int) - Method in class com.ibm.ims.base.AIB
Sets the maximum output area length in this AIB.
setObject(int, Object) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported
setObject(int, Object) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported
setObject(int, Object, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported
setObject(int, Object, int, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported
setOutputFile(String) - Static method in class com.ibm.ims.base.XMLTrace
Creates an HFS file and sets it as the output stream for tracing.
setOutputFile(String) - Static method in class com.ibm.ims.rds.XMLTrace
Creates an HFS file and sets it as the output stream for tracing.
setOutputFile(String, String) - Static method in class com.ibm.ims.base.XMLTrace
Creates a log file and sets it as the output writer for tracing.
setOutputStream(PrintStream) - Static method in class com.ibm.ims.base.IMSTrace
Sets the output stream used for tracing to a print stream.
setOutputStream(PrintStream) - Static method in class com.ibm.ims.base.XMLTrace
Sets the output stream used for tracing to a print stream.
setOutputWriter(PrintWriter) - Static method in class com.ibm.ims.rds.XMLTrace
Sets the output stream used for tracing to a print stream.
setOutputWriter(Writer) - Static method in class com.ibm.ims.base.IMSTrace
Sets the output stream used for tracing to a character output stream.
setPortNumber(Integer) - Method in class com.ibm.ims.rds.ClientDataSource
Sets the IIOP port number of the of the host machine's web server.
setPortNumber(Integer) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Sets the IIOP port number of the host machine's web server.
setQueryTimeout(int) - Method in class com.ibm.ims.db.DLIStatement
This function is not supported Sets the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
setQueryTimeout(int) - Method in class com.ibm.ims.rds.ClientStatement
This function is not supported Sets the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
setReadOnly(boolean) - Method in class com.ibm.ims.db.DLIQueryConnection
 
setReadOnly(boolean) - Method in class com.ibm.ims.rds.ClientConnection
 
setRef(int, Ref) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets a REF(<structured-type>) parameter.
setRef(int, Ref) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets a REF(<structured-type>) parameter.
setReference(Reference) - Method in class com.ibm.connector2.ims.db.IMSJdbcDataSource
Stores a reference.
setReference(Reference) - Method in class com.ibm.ims.rds.ClientDataSource
Stores a reference.
setResourceName(String) - Method in class com.ibm.ims.base.AIB
Sets the resource name (usually PCB name) in this AIB.
setResourceName2(String) - Method in class com.ibm.ims.base.AIB
Sets the resource name (usually PCB name) in this AIB.
setShort(int, short) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified short value.
setShort(int, short) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java short value.
setShort(int, short) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java short value.
setShort(String, short) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified short value.
setString(int, String) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified String value.
setString(int, String) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a Java String value.
setString(int, String) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a Java String value.
setString(long, String) - Method in class com.ibm.ims.rds.ClientClob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String) - Method in class com.ibm.ims.xms.XMSMaterializer
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class com.ibm.ims.rds.ClientClob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setString(long, String, int, int) - Method in class com.ibm.ims.xms.XMSMaterializer
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setString(String, String) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified String value.
setSubFunctionCode(String) - Method in class com.ibm.ims.base.AIB
Sets the subfunction code in this AIB.
setTIDTracing(boolean) - Static method in class com.ibm.ims.base.IMSTrace
Adds or removes the thread identifier to trace entries.
setTIDTracing(boolean) - Static method in class com.ibm.ims.base.XMLTrace
Adds or removes the thread identifier to trace entries.
setTIDTracing(boolean) - Static method in class com.ibm.ims.rds.XMLTrace
Adds or removes the thread identifier to trace entries.
setTime(int, Time) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified Time value.
setTime(int, Time) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a java.sql.Time value.
setTime(int, Time) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to a java.sql.Time value, using the given Calendar object.
setTime(int, Time, Calendar) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to a java.sql.Time value, using the given Calendar object.
setTime(String, Time) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified Time value.
setTimestamp(int, Timestamp) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the index to the specified Timestamp value.
setTimestamp(int, Timestamp) - Method in class com.ibm.ims.db.DLIPreparedStatement
Sets the designated parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Sets the designated parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to a java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.ims.rds.ClientPreparedStatement
This function is not supported JDBC 2.0 Sets the designated parameter to a java.sql.Timestamp value, using the given Calendar object.
setTimestamp(String, Timestamp) - Method in class com.ibm.ims.base.DLIBaseSegment
Sets the field indicated by the fieldName parameter to the specified Timestamp value.
setTraceLevel(int) - Static method in class com.ibm.ims.rds.XMLTrace
Sets the current level of IMS Tracing.
setTraceLevel(Integer) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
Sets the value of the trace level property to one of the trace levels defined in XMLTrace (e.g XMLTrace.TRACE_EXCEPTIONS, XMLTrace.TRACE_METHOD1, etc).
setTraceLevel(Integer) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Turns on tracing and sets the value of the trace level property to one of the trace levels defined in XMLTrace (e.g XMLTrace.TRACE_EXCEPTIONS, XMLTrace.TRACE_METHOD1, etc).
setTransactionIsolation(int) - Method in class com.ibm.ims.db.DLIQueryConnection
 
setTransactionIsolation(int) - Method in class com.ibm.ims.rds.ClientConnection
 
setTransactionResourceRegistration(String) - Method in class com.ibm.connector2.ims.db.IMSJdbcManagedConnectionFactory
The IMS JDBC resource adapter only supports dynamic resource registration.
setTransactionResourceRegistration(String) - Method in class com.ibm.ims.rds.ClientManagedConnectionFactory
Sets the transaction resource registration value.
setTransCodeRule(int) - Static method in class com.ibm.ims.application.IMSFieldMessage
Sets the transaction code rule for this message.
setTypeMap(Map) - Method in class com.ibm.ims.db.DLIQueryConnection
This function is not supported
setTypeMap(Map) - Method in class com.ibm.ims.rds.ClientConnection
This function is not supported
setUnicodeStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIPreparedStatement
Deprecated.  
setUnicodeStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientPreparedStatement
Deprecated.  
setURL(int, URL) - Method in class com.ibm.ims.db.DLIPreparedStatement
This function is not supported Sets the designated parameter to the given java.net.URL value.
setValue(int, BigDecimal) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, boolean) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, byte) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, byte[]) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, Date) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, double) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, float) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, int) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, long) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, short) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, String) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, Time) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setValue(int, Timestamp) - Method in class com.ibm.ims.db.SSAList
Sets the value of a prepared parameter to the desired value.
setVersion(String) - Method in class com.ibm.ims.db.DLIDatabaseView
This sets the version number that the DLIDatabaseView conforms to.
setXMSDocumentHandler(XMSDocumentHandler) - Method in class com.ibm.ims.xms.XMSParser
Sets the document handler to receive information about the document.
setXMSSchemaResolver(XMSSchemaResolver) - Method in class com.ibm.ims.xms.XMSGrammarPool
Sets the XMSSchemaResolver to use to resolve the location of requested XMS Schema documents.
sharedGrammarPool - Static variable in class com.ibm.ims.xms.XMSGrammarPool
This is used temporarily for a shared grammar pool implementation.
shutdown() - Method in class com.ibm.connector2.ims.db.IMSJdbcCustomService
Causes the IMS JDBC driver to terminate the connection to IMS.
sideSegment(String, String, String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
Indicates a side Segment has been found inside the current field.
sideSegment(String, String, String) - Method in class com.ibm.ims.xms.XMSShredder
Indicates a side Segment has been found inside the current field.
size() - Method in class com.ibm.ims.application.SaveArea
Returns the number of objects being saved.
size() - Method in class com.ibm.ims.db.SSAList
Returns the number of SSAs in this list
skip(long) - Method in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
SMALLINT - Static variable in class com.ibm.ims.base.DLITypeInfo
 
SMALLINT - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
sourceString - Variable in class com.ibm.ims.db.StringClob
 
specialConstructor - Variable in class com.ibm.ims.db.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class com.ibm.ims.db.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SSA - class com.ibm.ims.db.SSA.
SSA represents a Segment Search Argument.
SSA(String) - Constructor for class com.ibm.ims.db.SSA
Protected constructor to create an unqualified SAA.
SSA(String, String, short, String) - Constructor for class com.ibm.ims.db.SSA
Package constructor to create a qualified SAA.
ssaAt(int) - Method in class com.ibm.ims.db.SSAList
Returns the SSA at the specified index
SSAList - class com.ibm.ims.db.SSAList.
SSAList represents a collection of SSA (Segment Search Arguments) objects.
SSAList() - Constructor for class com.ibm.ims.db.SSAList
Creates an empty SSA list.
SSAList(SSA) - Constructor for class com.ibm.ims.db.SSAList
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list.
SSAList(String) - Constructor for class com.ibm.ims.db.SSAList
Creates an empty SSA list.
SSAList(String, SSA) - Constructor for class com.ibm.ims.db.SSAList
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list.
SSAQualificationStatement - class com.ibm.ims.db.SSAQualificationStatement.
A SSAQualificationStatement represents logical qualification statements to a Segment Search Argument.
SSAQualificationStatement(byte, String, short, String) - Constructor for class com.ibm.ims.db.SSAQualificationStatement
Protected constructor to build an SSAQualificationStatement.
SSAQualificationStatement(String, short, String) - Constructor for class com.ibm.ims.db.SSAQualificationStatement
Protected constructor to build an SSAQualificationStatement.
startDocument(String, String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
The start of the document.
startDocument(String, String) - Method in class com.ibm.ims.xms.XMSShredder
The start of the document.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Intercept XMLDocumentHandler call and call XMSDocumentHandler interface.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class com.ibm.ims.xms.XMSNamespaceBinder
 
startElement(QName, XMLAttributes, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Intercept XMLDocumentHandler call and call XMSDocumentHandler interface.
startEntity(String, XMLResourceIdentifier, String) - Method in class com.ibm.ims.xms.XMSDocumentScanner
 
startField(String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
The start of a field.
startField(String) - Method in class com.ibm.ims.xms.XMSShredder
The start of a field.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class com.ibm.ims.xms.XMSParser
Intercept XMLDocumentHandler call and call XMSDocumentHandler interface.
startSegment(String) - Method in interface com.ibm.ims.xms.XMSDocumentHandler
The start of a segment.
startSegment(String) - Method in class com.ibm.ims.xms.XMSShredder
The start of a segment.
staticFlag - Static variable in class com.ibm.ims.db.ASCII_UCodeESC_CharStream
 
statusGroupIndicator() - Method in class com.ibm.ims.base.IMSInfo
Returns the Status Group Indicator.
storesLowerCaseIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
STOREXML - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
STRING_LITERAL - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
StringClob - class com.ibm.ims.db.StringClob.
Accepts a String and Implements the CLOB interface.
StringClob(String) - Constructor for class com.ibm.ims.db.StringClob
 
SUM - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
supportsAlterTableWithAddColumn() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsConvert() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsNamedParameters() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsOuterJoins() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
This function is not supported Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Does the database support the given result set type?
supportsSavepoints() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsStatementPooling() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Retrieves weather this database supports statement pooling.
supportsStoredProcedures() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsTransactions() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsUnion() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
supportsUnionAll() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
SwitchTo(int) - Method in class com.ibm.ims.db.DLIParserTokenManager
 
SYMBOL_TABLE - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Property identifier: symbol table.
SYMBOL_TABLE - Static variable in class com.ibm.ims.xms.XMSParser
Property identifier: symbol table.
symbolTable - Variable in class com.ibm.ims.xms.XMSGrammarPool
 
systemID() - Method in class com.ibm.ims.base.IMSInfo
Returns the identifier from the execute parameters.

T

terminateODBA(AIB, String) - Static method in class com.ibm.ims.base.JavaToDLI
Call this method to remove the IMS ODBA environment.
TIME - Static variable in class com.ibm.ims.base.DLITypeInfo
 
TIME - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
TIMESTAMP - Static variable in class com.ibm.ims.base.DLITypeInfo
 
TIMESTAMP - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
TINYINT - Static variable in class com.ibm.ims.base.DLITypeInfo
 
TINYINT - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
Token - class com.ibm.ims.db.Token.
Describes the input token stream.
Token() - Constructor for class com.ibm.ims.db.Token
 
tokenImage - Variable in class com.ibm.ims.db.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
TokenMgrError - error com.ibm.ims.db.TokenMgrError.
 
TokenMgrError() - Constructor for class com.ibm.ims.db.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class com.ibm.ims.db.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class com.ibm.ims.db.TokenMgrError
 
toString() - Method in class com.ibm.ims.base.IMSException
 
toString() - Method in class com.ibm.ims.db.Token
Returns the image.
TRACE_CTOR1 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 1 constructors
TRACE_CTOR1 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 1 constructors
TRACE_CTOR2 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 2 constructors and all level 1 entries.
TRACE_CTOR2 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 2 constructors and all level 1 entries.
TRACE_CTOR3 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 3 constructors and all level 1 and level 2 entries.
TRACE_CTOR3 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 3 constructors and all level 1 and level 2 entries.
TRACE_DATA1 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 1 parameters, return values, methods, and constructors.
TRACE_DATA1 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 1 parameters, return values, methods, and constructors.
TRACE_DATA2 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 2 parameters, return values, methods, constructors, and all level 1 entries.
TRACE_DATA2 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 2 parameters, return values, methods, constructors, and all level 1 entries.
TRACE_DATA3 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 3 parameters, return values, methods, constructors, and all level 1 and level 2 entries.
TRACE_DATA3 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 3 parameters, return values, methods, constructors, and all level 1 and level 2 entries.
TRACE_EXCEPTIONS - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of Exception constructors
TRACE_EXCEPTIONS - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of Exception constructors
TRACE_METHOD1 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 1 methods and constructors.
TRACE_METHOD1 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 1 methods and constructors.
TRACE_METHOD2 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 2 methods and constructors, and all level 1 entries.
TRACE_METHOD2 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 2 methods and constructors, and all level 1 entries.
TRACE_METHOD3 - Static variable in class com.ibm.ims.base.IMSTrace
Causes tracing of level 3 methods and constructors, and all level 1 and level 2 entries.
TRACE_METHOD3 - Static variable in class com.ibm.ims.rds.XMLTrace
Causes tracing of level 3 methods and constructors, and all level 1 and level 2 entries.
traceList - Static variable in class com.ibm.ims.base.IMSTrace
 
traceName - Static variable in class com.ibm.ims.base.XMLTrace
Name of the Application being traced
traceName - Static variable in class com.ibm.ims.rds.XMLTrace
Name of the Application being traced
traceOn - Static variable in class com.ibm.ims.base.IMSTrace
The flag to indicate whether tracing is enabled.
traceOn - Static variable in class com.ibm.ims.rds.XMLTrace
Value indicating whether tracing is turned on or not.
traceStack - Variable in class com.ibm.ims.base.XMLTrace
 
traceTID - Static variable in class com.ibm.ims.base.IMSTrace
 
transactionName() - Method in class com.ibm.ims.base.IMSInfo
Returns the name of the transaction.
TRANSCODE_FIXED_8 - Static variable in class com.ibm.ims.application.IMSFieldMessage
The transaction code rule indicating that any transaction code will be padded with blanks to a total of 8 bytes in length before the message body begins.
TRANSCODE_FIXED_9 - Static variable in class com.ibm.ims.application.IMSFieldMessage
The transaction code rule indicating that any transaction code will be padded with blanks to a total of 9 bytes in length before the message body begins.
TRANSCODE_VAR_8 - Static variable in class com.ibm.ims.application.IMSFieldMessage
The transaction code rule indicating that exactly one blank will be present between the transaction code and the message body if the transaction code is less than 8 bytes in length.
TRANSCODE_VAR_9 - Static variable in class com.ibm.ims.application.IMSFieldMessage
The transaction code rule indicating that exactly one blank will always be present between the transaction code and the message body.
TRUE - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
truncate(long) - Method in class com.ibm.ims.rds.ClientClob
Truncates the CLOB value that this Clob designates to have a length of len characters.
truncate(long) - Method in class com.ibm.ims.xms.XMSMaterializer
Truncates the CLOB value that this Clob designates to have a length of len characters.
TYPE_FIELD - Static variable in interface com.ibm.ims.xms.XMSDocumentHandler
 
TYPE_SEGMENT - Static variable in interface com.ibm.ims.xms.XMSDocumentHandler
 
TYPE_UNKNOWN - Static variable in interface com.ibm.ims.xms.XMSDocumentHandler
 
TYPELIST - Static variable in class com.ibm.ims.base.DLITypeInfo
 
TYPELIST - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 

U

uncommittedCache - Variable in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
uncommittedCount - Variable in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
uncommittedPosition - Variable in class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
 
UNIQUE_KEY - Static variable in class com.ibm.ims.base.DLITypeInfo
 
UNKNOWN - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
UPDATE - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
updateArray(int, Array) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a binary stream value.
updateBlob(int, Blob) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Blob value.
updateBoolean(int, boolean) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(int, boolean) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(int, boolean) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(int, boolean) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a boolean value.
updateByte(int, byte) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(int, byte) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(int, byte) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(int, byte) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(String, byte) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(String, byte) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(String, byte) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateByte(String, byte) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a byte value.
updateBytes(int, byte[]) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(int, byte[]) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(int, byte[]) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(int, byte[]) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a character stream value.
updateClob(int, Clob) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Clob value.
updateCount - Variable in class com.ibm.ims.rds.ClientStatement
 
updateDate(int, Date) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(int, Date) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(int, Date) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(int, Date) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(String, Date) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(String, Date) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(String, Date) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDate(String, Date) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Date value.
updateDouble(int, double) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Double value.
updateDouble(int, double) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Double value.
updateDouble(int, double) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Double value.
updateDouble(int, double) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Double value.
updateDouble(String, double) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a double value.
updateDouble(String, double) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a double value.
updateDouble(String, double) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a double value.
updateDouble(String, double) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a double value.
updateFloat(int, float) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(int, float) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(int, float) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(int, float) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(String, float) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(String, float) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(String, float) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateFloat(String, float) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a float value.
updateInt(int, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(int, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(int, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(int, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(String, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(String, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(String, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateInt(String, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an integer value.
updateLong(int, long) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(int, long) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(int, long) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(int, long) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(String, long) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(String, long) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(String, long) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateLong(String, long) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a long value.
updateNull(int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Give a nullable column a null value.
updateNull(int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Give a nullable column a null value.
updateNull(int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Give a nullable column a null value.
updateNull(int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Give a nullable column a null value.
updateNull(String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a null value.
updateNull(String) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a null value.
updateNull(String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a null value.
updateNull(String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a null value.
updateObject(int, Object) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object, int) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object, int) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object, int) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object, int) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with an Object value.
updateRef(int, Ref) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported Updates the designated column with a java.sql.Ref value.
updateRow() - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates the underlying database with the new contents of the current row.
updateRow() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates the underlying database with the new contents of the current row.
updateRow() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates the underlying database with the new contents of the current row.
updateRow() - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates the underlying database with the new contents of the current row.
updatesAreDetected(int) - Method in class com.ibm.ims.db.DLIDatabaseMetaData
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int, short) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(int, short) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(int, short) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(int, short) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(String, short) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(String, short) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(String, short) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateShort(String, short) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a short value.
updateString(int, String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(int, String) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(int, String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(int, String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(String, String) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(String, String) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(String, String) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateString(String, String) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a String value.
updateTime(int, Time) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(int, Time) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(int, Time) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(int, Time) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(String, Time) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(String, Time) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(String, Time) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTime(String, Time) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Time value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.ims.db.DLIResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.ims.rds.ClientResultSet
This function is not supported JDBC 2.0 Updates a column with a Timestamp value.
userID() - Method in class com.ibm.ims.base.IMSInfo
Returns the user ID derived from the PSTUSID field of the PST that represents the region making the INQY ENVIRON call.
usesLocalFilePerTable() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
usesLocalFiles() - Method in class com.ibm.ims.db.DLIDatabaseMetaData
 
USS_ENVIRONMENT - Static variable in class com.ibm.ims.base.JavaToDLI
 

V

validate - Variable in class com.ibm.ims.xms.XMSMaterializer
 
VALIDATION_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSGrammarPool
Validation feature id (http://xml.org/sax/features/validation).
VALIDATION_FEATURE_ID - Static variable in class com.ibm.ims.xms.XMSParser
Validation feature id (http://xml.org/sax/features/validation).
VALUES - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
VARCHAR - Static variable in class com.ibm.ims.base.DLITypeInfo
 
VARCHAR - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 
verifyPCBPosition(String) - Method in class com.ibm.ims.application.SaveArea
Stores the PCB name that was not reset after a Symbolic XRST call
verifyPCBPosition(String[]) - Method in class com.ibm.ims.application.SaveArea
Verifies correct repositioning of databases after a XRST restart call.

W

WAS_ENVIRONMENT - Static variable in class com.ibm.ims.base.JavaToDLI
 
wasNull() - Method in class com.ibm.ims.db.DLIResultSet
Reports whether the last column read had a value of SQL NULL.
wasNull() - Method in class com.ibm.ims.db.DLIScrollInsensitiveResultSet
Reports whether the last column read had a value of SQL NULL.
wasNull() - Method in class com.ibm.ims.rds.ClientScrollInsensitiveResultSet
This function is not supported
wasNull() - Method in class com.ibm.ims.rds.ClientResultSet
Reports whether the last column read had a value of SQL NULL.
WHERE - Static variable in interface com.ibm.ims.db.DLIParserConstants
 
whereScalars - Variable in class com.ibm.ims.db.DLIResultSet
 
write(String) - Method in class com.ibm.ims.base.OperatorConsole
 
writeWithReply(String) - Method in class com.ibm.ims.base.OperatorConsole
 

X

XMLGRAMMAR_POOL - Static variable in class com.ibm.ims.xms.XMSParser
Property identifier: XML grammar pool.
xmlInputSource - Variable in class com.ibm.ims.xms.XMSParser
 
xmlTrace - Static variable in class com.ibm.ims.base.IMSTrace
 
XMLTrace - class com.ibm.ims.base.XMLTrace.
XMLTrace provides tracing facilities to document the flow of control in an IMS Java application.
XMLTrace - class com.ibm.ims.rds.XMLTrace.
XMLTrace provides tracing facilities to document the flow of control in an IMS Java application.
XMLTrace() - Constructor for class com.ibm.ims.base.XMLTrace
 
XMSDocumentHandler - interface com.ibm.ims.xms.XMSDocumentHandler.
The XMS document handler interface defines callback methods to report segment and field information obtained in XMS documents.
XMSDocumentScanner - class com.ibm.ims.xms.XMSDocumentScanner.
 
XMSDocumentScanner() - Constructor for class com.ibm.ims.xms.XMSDocumentScanner
 
XMSEntityManager - class com.ibm.ims.xms.XMSEntityManager.
 
XMSEntityManager.XMSEntityScanner - class com.ibm.ims.xms.XMSEntityManager.XMSEntityScanner.
Adds INTACT scanning to the standard EntityScanner
XMSEntityManager.XMSEntityScanner(XMSEntityManager) - Constructor for class com.ibm.ims.xms.XMSEntityManager.XMSEntityScanner
Default constructor.
XMSEntityManager() - Constructor for class com.ibm.ims.xms.XMSEntityManager
 
XMSException - exception com.ibm.ims.xms.XMSException.
 
XMSException() - Constructor for class com.ibm.ims.xms.XMSException
 
XMSException(String) - Constructor for class com.ibm.ims.xms.XMSException
 
XMSFileSchemaResolver - class com.ibm.ims.xms.XMSFileSchemaResolver.
The XMSFileSchemaResolver offers a simple implementation of XMSSchemaResolver that looks into the file system for the XMS Schema Definition.
XMSFileSchemaResolver() - Constructor for class com.ibm.ims.xms.XMSFileSchemaResolver
 
xmsGrammarPool - Variable in class com.ibm.ims.xms.XMSMaterializer
 
XMSGrammarPool - class com.ibm.ims.xms.XMSGrammarPool.
This uses the Xerces2's grammar preparsing and caching functionality, to parses and cache Schema grammars.
XMSGrammarPool() - Constructor for class com.ibm.ims.xms.XMSGrammarPool
Constructor.
XMSIntactScannedEntitySnoop - class com.ibm.ims.xms.XMSIntactScannedEntitySnoop.
 
XMSIntactScannedEntitySnoop(XMLEntityManager.ScannedEntity, XMSIntactXMLHandler) - Constructor for class com.ibm.ims.xms.XMSIntactScannedEntitySnoop
Constuctor sets up the snoop reader
XMSIntactXMLHandler - interface com.ibm.ims.xms.XMSIntactXMLHandler.
The XMS intact xml handler interface defines callback methods to report pieces of intact data as they are snooped from the entity scanner.
XMSMaterializer - class com.ibm.ims.xms.XMSMaterializer.
Implements the CLOB interface, and is returned from a JDBC SELECT query.
XMSMaterializer(byte[], String, String, DLIConnection, XMSGrammarPool, boolean) - Constructor for class com.ibm.ims.xms.XMSMaterializer
Creates a XMSMaterializer object used for retrieval from a DLI database.
XMSNamespaceBinder - class com.ibm.ims.xms.XMSNamespaceBinder.
This is a simple extention of the default XMLNamespaceBinder that allows us to insert a default NamespaceContext by overriding the startDocument method and using it.
XMSNamespaceBinder(NamespaceContext) - Constructor for class com.ibm.ims.xms.XMSNamespaceBinder
 
XMSParser - class com.ibm.ims.xms.XMSParser.
This is the main XMS parser class.
XMSParser(XSGrammar, SymbolTable, XMLGrammarPool) - Constructor for class com.ibm.ims.xms.XMSParser
Constructs a XMS parser using the specified symbol Table and grammar Pool.
XMSParserConfiguration - class com.ibm.ims.xms.XMSParserConfiguration.
This parser configuration is used for the XMS XML validation and shredding for storage into IMS.
XMSParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class com.ibm.ims.xms.XMSParserConfiguration
Constructor takes the symbol table and grammar pool to use.
XMSSchemaResolver - interface com.ibm.ims.xms.XMSSchemaResolver.
The XMSSchemaResolver offers an interface for translating Schema namespaces into an XMLInputSource for parsing of an XMS Schema.
XMSSegmentHolder - class com.ibm.ims.xms.XMSSegmentHolder.
 
XMSSegmentHolder(DLISegment) - Constructor for class com.ibm.ims.xms.XMSSegmentHolder
 
XMSShredder - class com.ibm.ims.xms.XMSShredder.
Shreds an XML document, while implementing an XMSDocumentHandler
XMSShredder(XMSGrammarPool, DLIDatabaseView, String, boolean) - Constructor for class com.ibm.ims.xms.XMSShredder
Creates a XMSShredder object capable of shredding a valid XMS XML Document.
xsGrammar - Variable in class com.ibm.ims.xms.XMSParser
 

Z

ZONEDDECIMAL - Static variable in class com.ibm.ims.base.DLITypeInfo
 
ZONEDDECIMAL - Static variable in class com.ibm.ims.rds.ClientTypeInfo
 

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

(C) International Business Machines Corporation 2004. All rights reserved.