D F G H I J M O S T U X Y

D

DAM_ABORT_OPERATION - Static variable in interface oajava.sql.ip
DAM notifies the IP to abort the operation when any of the specified resource quota exceeds.
dam_add_damobj(int, int, int, int) - Static method in class oajava.sql.jdam
Add a schema object to the list of objects returned to the DAM.
dam_addCharValToRow(int, int, int, String, int) - Static method in class oajava.sql.jdam
Add the String value for the Column.
dam_addDoubleValToRow(int, int, int, double, int) - Static method in class oajava.sql.jdam
Add the Double value for the Column.
dam_addError(int, int, int, int, String) - Static method in class oajava.sql.jdam
Add an error to the error list maintained by the DAM.
dam_addFloatValToRow(int, int, int, float, int) - Static method in class oajava.sql.jdam
Add the Float value for the Column.
dam_addIntValToRow(int, int, int, int, int) - Static method in class oajava.sql.jdam
Add the Integer value for the Column.
dam_addJoinRowSet(int, int) - Static method in class oajava.sql.jdam
Associate the join rowset of the inner table with the outer table row.
dam_addOutputRow(int, int) - Static method in class oajava.sql.jdam
Provide the row to the DAM for returning return values and output parameters from stored procedures.
dam_addRowToRowSet(int, int) - Static method in class oajava.sql.jdam
Add the row to the join rowset.
dam_addRowToTable(int, int) - Static method in class oajava.sql.jdam
Add the row to the result set.
dam_addShortValToRow(int, int, int, short, int) - Static method in class oajava.sql.jdam
Add the Short value for the Column.
dam_addTimeStampValToRow(int, int, int, xo_tm, int) - Static method in class oajava.sql.jdam
Add the Time Stamp value for the Column.
dam_allocOutputRow(int) - Static method in class oajava.sql.jdam
Allocate a output and return its handle.
dam_allocRow(int) - Static method in class oajava.sql.jdam
Allocate a new row and return its handle.
dam_allocRowSet(int) - Static method in class oajava.sql.jdam
Allocate a new rowset (result table) and return its handle.
DAM_ALTER_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is ALTER TABLE
DAM_BIS_IGNORE_NONE - Static variable in interface oajava.sql.ip
Constant to indicate that DAM should not ignore blanks in strings, Used with DAM_CONN_OPTION_BLANKS_IN_STRINGS.
DAM_BIS_IGNORE_TRAILING - Static variable in interface oajava.sql.ip
Constant to indicate that DAM should ignore trailing blanks and compare in strings, Used with DAM_CONN_OPTION_BLANKS_IN_STRINGS.
DAM_CASCADE - Static variable in interface oajava.sql.ip
Constant to indicate DROP TABLE option of CASCADE
DAM_CIL_IGNORE_ALL - Static variable in interface oajava.sql.ip
Constant to indicate that the LIKE processing is case insensitive, used with DAM_CONN_OPTION_CASE_IN_LIKE.
DAM_CIL_IGNORE_NONE - Static variable in interface oajava.sql.ip
Constant to indicate that LIKE processing should not be case sensitive, used with DAM_CONN_OPTION_CASE_IN_LIKE.
DAM_CIS_IGNORE_ALL - Static variable in interface oajava.sql.ip
Constant to indicate that DAM should perform case insensitive string comparisons, Used with DAM_CONN_OPTION_CASE_IN_STRINGS.
DAM_CIS_IGNORE_NONE - Static variable in interface oajava.sql.ip
Constant to indicate that DAM should not ignore case in string comparisons , Used with DAM_CONN_OPTION_CASE_IN_STRINGS.
DAM_CLOSE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the current select processing should be closed.
DAM_COL_IN_CONDITION - Static variable in interface oajava.sql.ip
Constant to indicate the column is used in the Query condition.
DAM_COL_IN_OUTPUT - Static variable in interface oajava.sql.ip
Constant to indicate the column used as return value or output value of a stored proc.
DAM_COL_IN_RESULT - Static variable in interface oajava.sql.ip
Constant to indicate the column is part of the result set.
DAM_COL_IN_SCHEMA - Static variable in interface oajava.sql.ip
Constant to indicate the column is defined in the schema database and applies to all columns.
DAM_COL_IN_USE - Static variable in interface oajava.sql.ip
Constant to indicate the column is used in the query (either in result or in query condition).
DAM_COL_SKIPPED_IN_RESULT - Static variable in interface oajava.sql.ip
Constant to indicate the column was not included in the result table of stored proc.
DAM_COMMIT - Static variable in interface oajava.sql.ip
Constant to indicate that Transaction should be COMMITED
dam_compareCol(int, int) - Static method in class oajava.sql.jdam
Check if the column handles refer to the same column.
DAM_CONDLIST_OPTION - Static variable in interface oajava.sql.ip
Constant used to indicate the option specified for dam_setOption is a Condition List Option
DAM_CONDLIST_OPTION_EVALUATION - Static variable in interface oajava.sql.ip
Constant that indicates option to skip evaluation of condition list during dam_isTargetRow() it IP has already evaluated it
DAM_CONN_OPTION - Static variable in interface oajava.sql.ip
Constant used to indicate the option specified for dam_setOption is a Connection Option
DAM_CONN_OPTION_BLANKS_IN_STRINGS - Static variable in interface oajava.sql.ip
Constant that indicates option to ignore trailing blanks in strings during compares
DAM_CONN_OPTION_CASE_IN_LIKE - Static variable in interface oajava.sql.ip
Constant that indicates option to ignore case of characters in LIKE processing
DAM_CONN_OPTION_CASE_IN_STRINGS - Static variable in interface oajava.sql.ip
Constant that indicates option to ignore case of characters in strings during compares
DAM_CONN_OPTION_INDEX_OPTIMIZATION - Static variable in interface oajava.sql.ip
Constant that indicates option to ignore index information during query optimization
DAM_CONN_OPTION_NEGATIVE_ZERO_RESULT - Static variable in interface oajava.sql.ip
Constant that indicates option to ignore negative zero results from arithmetic operations
DAM_CONN_OPTION_POST_PROCESSING - Static variable in interface oajava.sql.ip
Constant that indicates option to skip all post-processing.
DAM_CREATE_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is CREATE INDEX
DAM_CREATE_ROLE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the command type is CREATE ROLE
DAM_CREATE_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is CREATE TABLE
DAM_CREATE_USER - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the command type is CREATE USER
DAM_CREATE_VIEW - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is CREATE VIEW
dam_createVal(int, int, Object, int) - Static method in class oajava.sql.jdam
This function is used to build the output value of a scalar function.
DAM_DELETE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is DELETE
dam_describeCol(int, xo_int, StringBuffer, xo_int, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve the description of the specified column.
dam_describeColDetail(int, xo_int, xo_int, xo_int, xo_int, xo_int, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to retrieve the details of the specified column.
dam_describeCond(int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve the description of the condition.
dam_describeIndex(int, StringBuffer, StringBuffer, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve the description of the optimal index returned by the dam_getOptimalIndexAndConditions function.
dam_describeIndexCol(int, xo_int, StringBuffer, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve the description of a column associated with the optimal index returned by the dam_getOptimalIndexAndConditions function.
dam_describeJoinCond(int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
This function is used by IP when building pushdown join result set.
dam_describeJoinTable(int, int, StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Returns the attributes of the table with given TableProcessOrder in the join query being processed.
dam_describeProcedure(int, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is called from the PROCEDURE function of the IP to find out about the stored procedure for which the IP has been called.
dam_describeTable(int, StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Returns the attributes of the current table being processed.
dam_describeTableByProcessOrder(int, int, xo_int, StringBuffer, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Returns the attributes of the table with given TableProcessOrder in the join query being processed.
DAM_DROP_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is DROP INDEX
DAM_DROP_ROLE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the command type is DROP ROLE
DAM_DROP_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is DROP TABLE
DAM_DROP_USER - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the command type is DROP USER
DAM_DROP_VIEW - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is DROP VIEW
DAM_DSP_EXECUTE - Static variable in interface oajava.sql.ip
onstant to indicate to IP to Execute the Dynamic Stored Procedure to process the next resultset
DAM_DSP_INIT - Static variable in interface oajava.sql.ip
Constant to indicate to IP to Initialise the Dynamic Stored procedure execution
DAM_END_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate to IP the end of a multiple sub-query execution sequence on the same table.
DAM_ERROR - Static variable in interface oajava.sql.ip
Constant to indicate that routine returns the Error
dam_evaluateColCond(int, int, int, Object, int) - Static method in class oajava.sql.jdam
Evaluate a search or restriction condition for the IP.
DAM_FAILURE - Static variable in interface oajava.sql.ip
Constant to indicate IP Routine had an Error
DAM_FALSE - Static variable in interface oajava.sql.ip
Constant to indicate IP that the routine returns the Truth value of False
DAM_FETCH - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the next result set should be Fetched
dam_freeRow(int) - Static method in class oajava.sql.jdam
Free a row of data.
dam_freeSetOfConditionList(int) - Static method in class oajava.sql.jdam
Free the condition lists allocated by the dam_getOptimalIndexAndConditions and the dam_getSetOfConditionLists.
dam_getCol(int, String) - Static method in class oajava.sql.jdam
Get column handle.
dam_getColByNum(int, int) - Static method in class oajava.sql.jdam
Returns the column handle for the given column number in schema.
dam_getColCount(int, int, xo_int) - Static method in class oajava.sql.jdam
This function is used to find out how many columns are in the various categories.
dam_getColInCond(int) - Static method in class oajava.sql.jdam
Gets the handle to the column on which a given condition applies.
dam_getColToSet(int) - Static method in class oajava.sql.jdam
Gets the column handle portion of a value set for update, insert or input row.
dam_getCondRightVal(int) - Static method in class oajava.sql.jdam
This function is used to retrieve the right value of a condition.
dam_getCondVal(int) - Static method in class oajava.sql.jdam
This function is used to retrieve the left value of a condition.
dam_getFirstCol(int, int) - Static method in class oajava.sql.jdam
This function is used to navigate through the columns that appear in the select and where clause of the SQL query or through the columns in the schema definition of the table.
dam_getFirstCond(int, int) - Static method in class oajava.sql.jdam
This function is used to navigate through the conditions in the condition list.
dam_getFirstCondList(int) - Static method in class oajava.sql.jdam
Gets the first conditions list from the set of condition lists.
dam_getFirstGrantedObject(int, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to navigate the granted object list in the GRANT and REVOKE commands.
dam_getFirstGrantee(int, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to navigate the granted user list in the GRANT and REVOKE commands.
dam_getFirstIndexCol(int) - Static method in class oajava.sql.jdam
Gets the first column associated with the optimal index returned by the dam_getOptimalIndexAndConditions function.
dam_getFirstInsertRow(int) - Static method in class oajava.sql.jdam
Gets the first row of data to be used for inserting into your data source.
dam_getFirstPrivilege(int, xo_int, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to navigate the privilege list in the GRANT and REVOKE commands.
dam_getFirstSchemaObject(int) - Static method in class oajava.sql.jdam
This function is used to navigate through the items in the schema object list returned by the dam_getSchemaObjectList call.
dam_getFirstValExp(int) - Static method in class oajava.sql.jdam
Gets the first argument passed into a scalar function implemented by the IP.
dam_getFirstValueSet(int, int) - Static method in class oajava.sql.jdam
Gets the first value set of a row that has been retrieved from the DAM for the purpose of update, insert or stored procedure processing.
dam_getFirstView(int, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Gets the first view from all currently active views.
dam_getGroupByCol(int, int, xo_int, StringBuffer) - Static method in class oajava.sql.jdam
Obtain column information about the columns specified as part of the GROUP BY clause.
dam_getInfo(int, int, int, StringBuffer, xo_int) - Static method in class oajava.sql.jdam
Returns the requested connection and statement level information from the DAM.
dam_getInputRow(int) - Static method in class oajava.sql.jdam
Retrieves the input arguments for a stored procedure call.
dam_getIP_hstmt(int) - Static method in class oajava.sql.jdam
This function is used to retrieve the state information for a statement that is being processed.
dam_getJoinColValue(int, int, int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Gets the column value of the table already processed.
dam_getMemTree(int) - Static method in class oajava.sql.jdam
Returns the tree to use for allocating memory associated with the specified statement.
dam_getNextCol(int) - Static method in class oajava.sql.jdam
This function is used to navigate through the columns that appear in the select and where clause of the SQL query or through the columns in the schema definition of the table.
dam_getNextCond(int, int) - Static method in class oajava.sql.jdam
This function is used to navigate through the conditions in the search and restriction condition list.
dam_getNextCondList(int) - Static method in class oajava.sql.jdam
This function is used to navigate through the set of condition lists that was obtained by calling the dam_getSetOfConditionLists or the dam_getOptimalIndexAndConditions function.
dam_getNextGrantedObject(int, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to navigate the granted object list in the GRANT and REVOKE commands.
dam_getNextGrantee(int, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to navigate the granted user list in the GRANT and REVOKE commands.
dam_getNextIndexCol(int) - Static method in class oajava.sql.jdam
Gets the next column associated with the optimal index returned by the dam_getOptimalIndexAndConditions function.
dam_getNextInsertRow(int) - Static method in class oajava.sql.jdam
Gets the next row of data to be used for inserting into your data source.
dam_getNextJoinStmt(int) - Static method in class oajava.sql.jdam
Get the DAM statement handle for the next table in the join.
dam_getNextPrivilege(int, xo_int, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
This function is used to navigate the privilege list in the GRANT and REVOKE commands.
dam_getNextSchemaObject(int) - Static method in class oajava.sql.jdam
This function is used to navigate through the items in the schema object list returned by the dam_getSchemaObjectList call.
dam_getNextValExp(int) - Static method in class oajava.sql.jdam
Gets the next argument passed into a scalar function implemented by the IP.
dam_getNextValueSet(int) - Static method in class oajava.sql.jdam
Gets the next value set of an update or an insert row.
dam_getNextView(int, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Gets the next view from all currently active views.
dam_getOptimalIndexAndConditions(int, xo_int, xo_int) - Static method in class oajava.sql.jdam
This function is used to get the optimal index and the set of search conditions associated with the columns of that index.
dam_getOrderByCol(int, int, xo_int, StringBuffer, xo_int) - Static method in class oajava.sql.jdam
Obtain information about columns specified in the ORDER BY clause.
dam_getQueryFirstResultValue(int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Returns the first result value of the subquery.
dam_getQueryNextResultValue(int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Returns the next result value of the subquery.
dam_getRestrictionList(int, int) - Static method in class oajava.sql.jdam
This function is used to get the handle to the list of restriction conditions on a column.
dam_getRole(int, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Returns the user information in the CREATE ROLE and DROP ROLE commands.
dam_getSchemaObjectList(int, int) - Static method in class oajava.sql.jdam
Returns the list of schema objects of the specified type.
dam_getSetOfConditionListsEx(int, int, int, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve expressions from the where clause on one or more columns in the form of AND or OR expressions.
dam_getTableSearchExp(int, int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Returns the search conditions (filter conditions) and join conditions for the given table.
dam_getTableStmt(int, int) - Static method in class oajava.sql.jdam
Gets the DAM statement handle for the tableNum in the join.
dam_getUpdateRow(int, int) - Static method in class oajava.sql.jdam
Gets the row of data to be used for updating the selected rows in the database.
dam_getUpdateRowAsExp(int) - Static method in class oajava.sql.jdam
Gets the update row that contains the values of columns and the corresponding update expressions.
dam_getUser(int, StringBuffer, StringBuffer, StringBuffer, StringBuffer) - Static method in class oajava.sql.jdam
Returns the user information in the CREATE USER and DROP USER commands.
dam_getValueOfExp(int, int, int, int, xo_int) - Static method in class oajava.sql.jdam
Gets the value of the argument passed into a scalar function implemented by the IP.
dam_getValueToSet(int, int, xo_int) - Static method in class oajava.sql.jdam
Gets the value portion of a value object.
DAM_GRANT - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the command type is GRANT
DAM_INDEX_CLUSTERED - Static variable in interface oajava.sql.ip
Constant to indicate that the Index type is Clustered Index
DAM_INDEX_HASHED - Static variable in interface oajava.sql.ip
Constant to indicate that the Index type is HASHED
DAM_INDEX_IGNORE_ALL - Static variable in interface oajava.sql.ip
Constant to indicate that the default optimization to identify a search column should be disabled, used with DAM_CONN_OPTION_INDEX_OPTIMIZATION.
DAM_INDEX_IGNORE_NONE - Static variable in interface oajava.sql.ip
Constant to indicate that the default optimization to identify a search column should be enabled, used with DAM_CONN_OPTION_INDEX_OPTIMIZATION.
DAM_INDEX_OTHER - Static variable in interface oajava.sql.ip
Constant to indicate that the Index type is some other type
DAM_INDEX_PRIMARY_KEY - Static variable in interface oajava.sql.ip
Constant to indicate that the Index is a PRIMARY KEY
DAM_INDEX_UNIQUE_KEY - Static variable in interface oajava.sql.ip
Constant to indicate that the Index is a UNIQUE KEY
DAM_INDEX_UNIQUE_PRIMARY_KEY - Static variable in interface oajava.sql.ip
Constant to indicate that the Index is a UNIQUE and PRIMARY KEY
DAM_INFO_CLIENT_ADDRESS - Static variable in interface oajava.sql.ip
Constant to retrieve the IP address of the client as a string of the form 'ddd.ddd.ddd.ddd'.
DAM_INFO_CLNT_KEY - Static variable in interface oajava.sql.ip
Constant to retrieve the client key information
DAM_INFO_CONNECT_STRING - Static variable in interface oajava.sql.ip
Constant to retrieve the connect string as specified by the client application.
DAM_INFO_DATABASE - Static variable in interface oajava.sql.ip
Constant to retrieve the database name.
DAM_INFO_DATABASE_NAME - Static variable in interface oajava.sql.ip
Constant to retrieve the database name.
DAM_INFO_DISTINCT_OPTIMIZABLE - Static variable in interface oajava.sql.ip
Constant to check if query has a SELECT DISTINCT clause that can be processed by the IP.
DAM_INFO_DTC_GUID - Static variable in interface oajava.sql.ip
Constant to retrieve the unique ID to identify DTC at the time of recovery of distributed transaction.
DAM_INFO_ESTIMATED_NUM_SUBQUERIES - Static variable in interface oajava.sql.ip
Constant to retrieve the estimated number of subqueries that the query was split into.
DAM_INFO_FETCH_BLOCK_SIZE - Static variable in interface oajava.sql.ip
Constant to retrieve the number of rows to be fetched each time EXECUTE is called.
DAM_INFO_GROUP_BY_OPTIMIZABLE - Static variable in interface oajava.sql.ip
Constant to check if query has GROUP BY clause can be processed by IP.
DAM_INFO_IP_HDBC - Static variable in interface oajava.sql.ip
Constant to retrieve the IP connection pointer that was returned when CONNECT was called.
DAM_INFO_ISLOWER_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for ISLOWER().
DAM_INFO_ISUPPER_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for ISUPPER().
DAM_INFO_JOIN_QUERY_SIZE - Static variable in interface oajava.sql.ip
Constant to retrieve the size (in number of tables) of the join query being processed
DAM_INFO_MEMCMP_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for MEMCMP().
DAM_INFO_MODE - Static variable in interface oajava.sql.ip
Constant to retrieve the Mode (damisql, server) in which the IP is being used.
DAM_INFO_OPENRDA_INI - Static variable in interface oajava.sql.ip
Constant to retrieve the path and the file name that is being used for the OpenRDA configuration information.
DAM_INFO_ORDER_BY_OPTIMIZABLE - Static variable in interface oajava.sql.ip
Constant to check if query has ORDER BY clause can be processed by IP.
DAM_INFO_ORIGINAL_QUERY_STRING - Static variable in interface oajava.sql.ip
Constant to retrieve the SQL string as specified by the application.
DAM_INFO_QUERY_HAS_NOWAIT - Static variable in interface oajava.sql.ip
Constant to check if NOWAIT clause was specified in the SELECT FOR UPDATE query.
DAM_INFO_QUERY_HAS_SEARCH_CONDITION - Static variable in interface oajava.sql.ip
Constant to check if a query has a where clause.
DAM_INFO_QUERY_IS_NESTED - Static variable in interface oajava.sql.ip
Constant to check if the current query is a inner query or outer query
DAM_INFO_QUERY_PROCESS_ORDER - Static variable in interface oajava.sql.ip
Constant to retrieves the process order of the current table in the join query.
DAM_INFO_QUERY_TYPE - Static variable in interface oajava.sql.ip
Constant to retrieve the Type of the Query being processed.
DAM_INFO_RM_GUID - Static variable in interface oajava.sql.ip
Constant to retrieve the resource manager ID of the current MTS transaction.
DAM_INFO_SCHEMA_PATH - Static variable in interface oajava.sql.ip
Constant to retrieve the schema path for the connection.
DAM_INFO_SECURITY_HANDLE - Static variable in interface oajava.sql.ip
Constant to retrieve a pointer to the security information structure of type OA_AUTH_CONTEXT.
DAM_INFO_SET_FUNCTIONS_IN_QUERY - Static variable in interface oajava.sql.ip
Constant to check which set functions are used in the query.
DAM_INFO_SRVR_KEY - Static variable in interface oajava.sql.ip
Constant to retrieve the server key information
DAM_INFO_STMT_IP_CONTEXT - Static variable in interface oajava.sql.ip
Constant to retrieve a pointer to IP defined data structure that needs to persist across all queries executed to handle the requested query.
DAM_INFO_STRCMP_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for STRCMP().
DAM_INFO_STRICMP_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for STRICMP().
DAM_INFO_STRLWR_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for STRLWR().
DAM_INFO_STRNCMP_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for STRNCMP().
DAM_INFO_STRNICMP_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for STRNICMP().
DAM_INFO_STRUPR_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for STRUPR().
DAM_INFO_THREADING_MODE - Static variable in interface oajava.sql.ip
Constant to check if threads are enabled
DAM_INFO_TOLOWER_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for TOLOWER().
DAM_INFO_TOUPPER_FUNC - Static variable in interface oajava.sql.ip
Constant to set the replacement function for TOUPPER().
DAM_INFO_TXN_ID - Static variable in interface oajava.sql.ip
Constant to retrieve the transaction ID of the current MTS transaction.
DAM_INFO_TXN_INFO - Static variable in interface oajava.sql.ip
Constant to retrieve the transaction information associated with the current MTS transaction.
DAM_INFO_TXN_TYPE - Static variable in interface oajava.sql.ip
Constant to indicate the information about the current mode of transaction processing
DAM_INFO_USER - Static variable in interface oajava.sql.ip
Constant to retrieve the User name.
DAM_INSERT - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is INSERT
dam_isTargetRow(int, int) - Static method in class oajava.sql.jdam
This function evaluates the row against the where clause of the active SQL statement.
DAM_LEFT_DATA - Static variable in interface oajava.sql.ip
Constant to indicate left part of a condition
dam_mapSchemaObj(int, int) - Static method in class oajava.sql.jdam
Returns the search object mapped into the corresponding schema object.
DAM_MAX_ID_LEN - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation
DAM_MAX_INFO_VALUE - Static variable in interface oajava.sql.ip
Constant to identify the Maximum value of the INFO type constants that is supported by dam_getInfo()
DAM_MAXPATH - Static variable in interface oajava.sql.ip
Constant to identify the size for filepath buffers
DAM_NA - Static variable in interface oajava.sql.ip
Constant to indicate that routine returns as Truth value not knowm
DAM_NATIVE_COMMAND - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
DAM_NC_EXECUTE - Static variable in interface oajava.sql.ip
Constant to indicate to IP to execute the Native Command and return the number of rows affected.
DAM_NC_VALIDATE - Static variable in interface oajava.sql.ip
Constant to indicate to IP to validate the Native Command
dam_new_damobj_column(int) - Static method in class oajava.sql.jdam
Create an empty object of type DAMOBJ_TYPE_COLUMN to be used to return schema information about columns.
dam_new_damobj_fkey(int) - Static method in class oajava.sql.jdam
Create an empty object of type DAMOBJ_TYPE_FKEY to be used to return schema information about primary and foreign keys.
dam_new_damobj_proc_column(int) - Static method in class oajava.sql.jdam
Create an empty object of type DAMOBJ_TYPE_PROC_COLUMN to be used to return schema information about columns of stored procedures.
dam_new_damobj_proc(int) - Static method in class oajava.sql.jdam
Create an empty object of type DAMOBJ_TYPE_PROC to be used to return schema information about available stored procedures.
dam_new_damobj_stat(int) - Static method in class oajava.sql.jdam
Create an empty object of type DAMOBJ_TYPE_STAT to be used to return schema information about indexes.
dam_new_damobj_table(int) - Static method in class oajava.sql.jdam
Create an empty object of type DAMOBJ_TYPE_TABLE to be used to return schema information about tables.
DAM_NO_DATA_FOUND - Static variable in interface oajava.sql.ip
Constant to indicate IP as End of Data list
DAM_NOT_AVAILABLE - Static variable in interface oajava.sql.ip
Constant to indicate IP Routine had an error as Data Source was not available
DAM_NOT_SET - Static variable in interface oajava.sql.ip
Constant to indicate the Number of the column when it is not used.
DAM_NZR_CONVERT_ALL - Static variable in interface oajava.sql.ip
Constant to indicate that Negative zeros should be converted to zero
DAM_NZR_CONVERT_NONE - Static variable in interface oajava.sql.ip
Constant to indicate that Negative zeros should not be converted to zero
DAM_PREPARE_TO_COMMIT - Static variable in interface oajava.sql.ip
Constant to indicate that Transaction should be prepared to commit.
DAM_PROCEDURE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
DAM_PROCESSING_OFF - Static variable in interface oajava.sql.ip
Constant to indicate that DAM should not process the option (GROUP BY, ORDE RBY, DISTINCT etc)
DAM_PROCESSING_ON - Static variable in interface oajava.sql.ip
Constant to indicate that DAM should process the option (GROUP BY, ORDE RBY, DISTINCT etc).
DAM_RESTRICT - Static variable in interface oajava.sql.ip
Constant to indicate DROP TABLE option of RESTRICT
DAM_REVOKE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the command type is REVOKE
DAM_RIGHT_DATA - Static variable in interface oajava.sql.ip
Constant to indicate right part of a condition
DAM_ROLLBACK - Static variable in interface oajava.sql.ip
Constant to indicate that Transaction should be ROLLED BACK
DAM_SELECT - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is SELECT.
DAM_SELECT_FOR_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is SELECT FOR UPDATE
dam_set_damobj_column(int, String, String, String, String, short, String, int, int, short, short, short, short, String, String, short, short, String) - Static method in class oajava.sql.jdam
Set the values of the schema object of type DAMOBJ_TYPE_COLUMN to be used to return schema information about columns.
dam_set_damobj_fkey(int, String, String, String, String, String, String, String, String, short, short, short, String, String) - Static method in class oajava.sql.jdam
Set the values of the schema object of type DAMOBJ_TYPE_FKEY to be used to return schema information about primary and foreign keys.
dam_set_damobj_proc_column(int, String, String, String, String, short, short, String, int, int, short, short, short, String, String) - Static method in class oajava.sql.jdam
Set the values of the schema object of type DAMOBJ_TYPE_PROC_COLUMN to be used to return schema information about procedure columns.
dam_set_damobj_proc(int, String, String, String, int, int, int, short, String, String) - Static method in class oajava.sql.jdam
Set the values of the schema object of type DAMOBJ_TYPE_PROC to be used to return schema information about procedures.
dam_set_damobj_stat(int, String, String, String, short, String, String, short, short, String, String, int, int, String) - Static method in class oajava.sql.jdam
Set the values of the schema object of type DAMOBJ_TYPE_STAT to be used to return schema information about indexes.
dam_set_damobj_table(int, String, String, String, String, String, String, String, String, String) - Static method in class oajava.sql.jdam
Set the values of the schema object of type DAMOBJ_TYPE_TABLE to be used to return schema information about tables.
dam_setInfo(int, int, int, String, int) - Static method in class oajava.sql.jdam
Sets the specified global, connection or statement level information for use by the DAM.
dam_setIP_hstmt(int, int) - Static method in class oajava.sql.jdam
This function is used to save state information for a statement that is being processed.
dam_setOption(int, int, int, int) - Static method in class oajava.sql.jdam
Set the options related to the operations of the DAM.
DAM_START_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate to IP the beginning of a multiple sub-query execution sequence on the same table.
DAM_STMT_OPTION - Static variable in interface oajava.sql.ip
Constant used to indicate the option specified for dam_setOption is a Statement Option
DAM_STMT_OPTION_DISTINCT - Static variable in interface oajava.sql.ip
Constant that indicates option to skip DISTINCT processing if IP has already processed the result set
DAM_STMT_OPTION_GROUP_BY - Static variable in interface oajava.sql.ip
Constant that indicates option to skip group by processing if IP has already processed the result set
DAM_STMT_OPTION_ORDER_BY - Static variable in interface oajava.sql.ip
Constant that indicates option to skip order by processing if IP has already processed the result set
DAM_SUCCESS - Static variable in interface oajava.sql.ip
Constant to indicate IP Routine was Succesful
DAM_SUCCESS_WITH_INFO - Static variable in interface oajava.sql.ip
Constant to indicate IP that Routine was successful with information.
DAM_SUCCESS_WITH_MORE_RESULT_SETS - Static variable in interface oajava.sql.ip
Constant to indicate that IP notifes DAM that it still has additional result sets
DAM_SUCCESS_WITH_RESULT_CACHED - Static variable in interface oajava.sql.ip
Constant to DAM routines indicate that result set is cached to disk storage
DAM_SUCCESS_WITH_RESULT_PENDING - Static variable in interface oajava.sql.ip
Constant to indicate that IP notifies DAM that it only returned partial result set
DAM_SUCCESS_WITH_VIEW - Static variable in interface oajava.sql.ip
Constant to indicate IP Statement contain view(s)
DAM_TABLE_STAT - Static variable in interface oajava.sql.ip
Constant to indicate that the Index information is a Table Statistic
DAM_TRUE - Static variable in interface oajava.sql.ip
Constant to indicate IP that the routine returns the Truth value of Truth
DAM_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate to IP that the query type is UPDATE
damex_describeCol(int, xo_int, xo_int, StringBuffer, xo_int, xo_int, StringBuffer, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve the description of the column when working in pass through or table expression pushdown modes.
damex_describeCond(int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
This function is used to retrieve the description of the condition.
damex_describeLogicExp(int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Gets the description of a logical expression.
damex_describeScalarValExp(int, StringBuffer, xo_int) - Static method in class oajava.sql.jdam
Retrieve the description of the scalar value expression.
damex_describeVal(int, xo_int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Retrieve the description of the value.
damex_describeValExp(int, xo_int, xo_int, xo_int, xo_int, xo_int, xo_int) - Static method in class oajava.sql.jdam
Retrieve the description of the value expression.
damex_getFirstUpdateSet(int, int, xo_int) - Static method in class oajava.sql.jdam
Return the details of the first update column-value pair in the update query.
damex_getFirstValExp(int) - Static method in class oajava.sql.jdam
Return the first value expression in the list.
damex_getNextUpdateSet(int, xo_int) - Static method in class oajava.sql.jdam
Return the details of the next update column=value pair in the update query.
damex_getNextValExp(int) - Static method in class oajava.sql.jdam
Return the next value expression in the list.
damex_isCorrelatedCol(int) - Static method in class oajava.sql.jdam
Returns a Boolean to indicate if the column is a correlated column.
DAMOBJ_MAX_EXT_LEN - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation
DAMOBJ_MAX_ID_LEN - Static variable in interface oajava.sql.ip
Constant to identify the maximum length of identifiers (table name, column name etc)
DAMOBJ_NOTSET - Static variable in interface oajava.sql.ip
Constant used to indicate that the schema object's field value is NULL (not set)
DAMOBJ_SET - Static variable in interface oajava.sql.ip
Constant used to indicate that the schema object's field value is set
DAMOBJ_TYPE_COLUMN - Static variable in interface oajava.sql.ip
Constant to indicate the schema object type as COLUMN
DAMOBJ_TYPE_FKEY - Static variable in interface oajava.sql.ip
Constant to indicate the schema object type as FOREIGN KEY
DAMOBJ_TYPE_PROC - Static variable in interface oajava.sql.ip
Constant to indicate the schema object type as PROCEDURE
DAMOBJ_TYPE_PROC_COLUMN - Static variable in interface oajava.sql.ip
Constant to indicate the schema object type as PROCEDURE COLUMN
DAMOBJ_TYPE_STAT - Static variable in interface oajava.sql.ip
Constant to indicate the schema object type as STATISTICS
DAMOBJ_TYPE_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate the schema object type as TABLE
DAY_OF_MONTH - Static variable in class oajava.sql.xo_tm
Day of the month - [1,31]
DAY_OF_WEEK - Static variable in class oajava.sql.xo_tm
Days since Sunday - [0,6]
DAY_OF_YEAR - Static variable in class oajava.sql.xo_tm
Days since January 1 - [0,365]

F

FALSE - Static variable in interface oajava.sql.ip
Constant to indicate boolean value of FALSE
FRACTION - Static variable in class oajava.sql.xo_tm
Number of billionths of a second and ranges from 0 - 999999999)

G

getColumnName() - Method in class oajava.sql.schemaobj_column
Get the column name.
getColumnName() - Method in class oajava.sql.schemaobj_proccolumn
Get the procedure column name.
getFKTableName() - Method in class oajava.sql.schemaobj_fkey
Get the foreign key table name.
getFKTableOwner() - Method in class oajava.sql.schemaobj_fkey
Get the foreign key table owner.
getFKTableQualifier() - Method in class oajava.sql.schemaobj_fkey
Get the foreign key table qualifier.
getLength() - Method in class oajava.sql.xo_type
Get the length.
getNull() - Method in class oajava.sql.xo_type
Get the null indicator.
getOwner() - Method in class oajava.sql.schemaobj_proc
Get the procedure owner.
getOwner() - Method in class oajava.sql.schemaobj_proccolumn
Get the procedure owner.
getPKTableName() - Method in class oajava.sql.schemaobj_fkey
Get the primary key table name.
getPKTableOwner() - Method in class oajava.sql.schemaobj_fkey
Get the primary key table owner.
getPKTableQualifier() - Method in class oajava.sql.schemaobj_fkey
Get the primary key table qualifier.
getPrecision() - Method in class oajava.sql.xo_type
Get the precision.
getProcName() - Method in class oajava.sql.schemaobj_proc
Get the procedure name.
getProcName() - Method in class oajava.sql.schemaobj_proccolumn
Get the procedure name.
getQualifier() - Method in class oajava.sql.schemaobj_proc
Get the procedure qualifier.
getQualifier() - Method in class oajava.sql.schemaobj_proccolumn
Get the procedure qualifier.
getRadix() - Method in class oajava.sql.xo_type
Get the radix.
getScale() - Method in class oajava.sql.xo_type
Get the scale.
getTableName() - Method in class oajava.sql.schemaobj_table
Get the table name.
getTableName() - Method in class oajava.sql.schemaobj_column
Get the table name.
getTableName() - Method in class oajava.sql.schemaobj_stat
Get the table name.
getTableOwner() - Method in class oajava.sql.schemaobj_table
Get the table owner.
getTableOwner() - Method in class oajava.sql.schemaobj_column
Get the table owner.
getTableOwner() - Method in class oajava.sql.schemaobj_stat
Get the table owner.
getTableQualifier() - Method in class oajava.sql.schemaobj_table
Get the table qualifier.
getTableQualifier() - Method in class oajava.sql.schemaobj_column
Get the table qualifier.
getTableQualifier() - Method in class oajava.sql.schemaobj_stat
Get the table qualifier.
getTableType() - Method in class oajava.sql.schemaobj_table
Get the table type.
getType() - Method in class oajava.sql.xo_type
Get the data type.
getVal() - Method in class oajava.sql.xo_int
Get the integer value.
getVal(int) - Method in class oajava.sql.xo_tm
Get the value for a specified field.

H

HOUR - Static variable in class oajava.sql.xo_tm
Hours since midnight - [0,23]

I

initStaticVars() - Static method in class oajava.sql.jdam
Reserved for internal use only.
ip - interface oajava.sql.ip.
A connection (session) with a specific database.
IP_COL_IGNORE_CASE - Static variable in interface oajava.sql.ip
Constant to indicate if case should be ignored during comparison of column value
IP_COL_SUPPORT_BETWEEN - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports BETWEEN condition on the column
IP_COL_SUPPORT_DEFAULT_VALUE - Static variable in interface oajava.sql.ip
Constant to indicate if IP supports DEFAULT VALUE for the column during INSERTS.
IP_COL_SUPPORT_EQUAL - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports EQUAL(=) condition on the column
IP_COL_SUPPORT_GREATER - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports GREATER THAN(>) condition on the column
IP_COL_SUPPORT_ISNULL - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports IS NULL condition on the column
IP_COL_SUPPORT_LIKE - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports LIKE condition on the column
IP_COL_SUPPORT_NOT - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports NOT condition on the column
IP_COL_SUPPORT_SMALLER - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports SMALLER THAN(<) condition on the column
IP_FAILURE - Static variable in interface oajava.sql.ip
Constant to indicate IP that the Routine had an Error
IP_INFO_FILTER_VIEWS_WITH_QUALIFIER_NAME - Static variable in interface oajava.sql.ip
Constant to retrieve the IP preference for how Catalog functions should return views
IP_INFO_MULTI_COLUMN_INDEX_FILTER - Static variable in interface oajava.sql.ip
Constant to retrieve the IP preference for how multi column indexes should be processed
IP_INFO_QUALIFIER_NAME - Static variable in interface oajava.sql.ip
Constant to retrieve the default qualifier value for this connection
IP_INFO_SUPPORT_SCHEMA_SEARCH_PATTERN - Static variable in interface oajava.sql.ip
Constant to retrieve the IP preference for search patterns in schema objects
IP_INFO_VERSION - Static variable in interface oajava.sql.ip
Constant to retrieve the Version as a string of format ##.##
IP_MAX_ERROR_MSG_LEN - Static variable in interface oajava.sql.ip
Constant to indicate the maximum length of error message.
IP_MAX_INFO_VALUE - Static variable in interface oajava.sql.ip
Constant to identify the Maximum value of the INFO type constants that should be supported by ipGetInfo()
IP_MAX_STR_INFO_LEN - Static variable in interface oajava.sql.ip
Constant to indicate the buffer length for getting string values from dam_getInfo.
IP_SUCCESS - Static variable in interface oajava.sql.ip
Constant to indicate IP that the Routine was Succesful
IP_SUPPORT_ALL - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_SUPPORT_ALTER_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for ALTER TABLE command
IP_SUPPORT_ARRAY_SIZE - Static variable in interface oajava.sql.ip
Constant to indicate the maximum size of the IP_SUPPORT_ARRAY array.
IP_SUPPORT_CREATE_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate IP support for CREATE INDEX command
IP_SUPPORT_CREATE_ROLE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for CREATE ROLE command
IP_SUPPORT_CREATE_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for CREATE TABLE command
IP_SUPPORT_CREATE_USER - Static variable in interface oajava.sql.ip
Constant to indicate IP support for CREATE USER command
IP_SUPPORT_CREATE_VIEW - Static variable in interface oajava.sql.ip
Constant to indicate IP support for CREATE VIEW command
IP_SUPPORT_DELETE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DELETE query
IP_SUPPORT_DROP_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DROP INDEX command
IP_SUPPORT_DROP_ROLE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DROP ROLE command
IP_SUPPORT_DROP_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DROP TABLE command
IP_SUPPORT_DROP_USER - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DROP USER command
IP_SUPPORT_DROP_VIEW - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DROP VIEW command
IP_SUPPORT_END_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DAM_END_QUERY in ipExecute() method
IP_SUPPORT_GRANT - Static variable in interface oajava.sql.ip
Constant to indicate IP support for GRANT command
IP_SUPPORT_INSERT - Static variable in interface oajava.sql.ip
Constant to indicate IP support for INSERT query
IP_SUPPORT_NATIVE_COMMAND - Static variable in interface oajava.sql.ip
Constant to indicate IP support for Native commands
IP_SUPPORT_OP_BETWEEN - Static variable in interface oajava.sql.ip
Constant to indicate IP support for BETWEEN condition
IP_SUPPORT_OP_EQUAL - Static variable in interface oajava.sql.ip
Constant to indicate IP support for EQUAL condition
IP_SUPPORT_OP_GREATER - Static variable in interface oajava.sql.ip
Constant to indicate IP support for GREATER THAN condition
IP_SUPPORT_OP_LIKE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for LIKE condition
IP_SUPPORT_OP_NOT - Static variable in interface oajava.sql.ip
Constant to indicate IP support for NOT condition
IP_SUPPORT_OP_NULL - Static variable in interface oajava.sql.ip
CConstant to indicate IP support for NULL condition
IP_SUPPORT_OP_SMALLER - Static variable in interface oajava.sql.ip
Constant to indicate IP support for SMALLER THAN condition
IP_SUPPORT_PRIVILEGES - Static variable in interface oajava.sql.ip
Constant to indicate IP support for User Privilege validation
IP_SUPPORT_PROCEDURE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for Stored Procedure query
IP_SUPPORT_PUSHDOWN_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate IP support for Pass Through mode of query processing
IP_SUPPORT_QUERY_VIEW - Static variable in interface oajava.sql.ip
Constant to indicate IP support for queries on VIEWS
IP_SUPPORT_REVOKE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for REVOKE command
IP_SUPPORT_SCHEMA - Static variable in interface oajava.sql.ip
Constant to indicate IP support for Dynamic Schema
IP_SUPPORT_SELECT - Static variable in interface oajava.sql.ip
Constant to indicate IP support for SELECT query
IP_SUPPORT_SELECT_FOR_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for SELECT FOR UPDATE query
IP_SUPPORT_START_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate IP support for DAM_START_QUERY in ipExecute() method
IP_SUPPORT_UNION_CONDLIST - Static variable in interface oajava.sql.ip
Constant to indicate IP wants search expression to be processed as UNION condition lists
IP_SUPPORT_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate IP support for UPDATE query
IP_TABLE_SUPPORT_ALTER_TABLE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_CREATE_INDEX - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_CREATE_ROLE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_CREATE_TABLE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_CREATE_USER - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_CREATE_VIEW - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_DELETE - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports DELETE query on the table.
IP_TABLE_SUPPORT_DROP_INDEX - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_DROP_ROLE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_DROP_TABLE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_DROP_USER - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_DROP_VIEW - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_END_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports DAM_END_QUERY when processing the table
IP_TABLE_SUPPORT_GRANT - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_INSERT - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports INSERT query on the table.
IP_TABLE_SUPPORT_PRIVILEGES - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_PROCEDURE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_QUERY_VIEW - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_REVOKE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_SELECT - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports SELECT query on the table.
IP_TABLE_SUPPORT_SELECT_FOR_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports SELECT FOR UPDATE query on the table.
IP_TABLE_SUPPORT_START_QUERY - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports DAM_START_QUERY when processing the table
IP_TABLE_SUPPORT_UNION_CONDLIST - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_TABLE_SUPPORT_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate that IP supports UPDATE query on the table.
IP_TEMP_BUF_SIZE - Static variable in interface oajava.sql.ip
Constant used in Internal Implementation.
IP_VERSION - Static variable in interface oajava.sql.ip
Constant to retrieve the Version as a string of format ##.##
ipConnect(int, int, String, String, String) - Method in interface oajava.sql.ip
Called when a client wants to establish a connection with a data source served by the IP.
ipDCL(int, int) - Method in interface oajava.sql.ip
Called with GRANT and other Database Configuration Language commands to configure privileges.
ipDDL(int, int) - Method in interface oajava.sql.ip
Called to execute DDL command.
ipDisconnect(int) - Method in interface oajava.sql.ip
Close the connection.
ipEndTransaction(int, int) - Method in interface oajava.sql.ip
Called with operation code COMMIT or ROLLBACK or PREPRE_TO_COMMIT.
ipExecute(int, int, int, xo_int) - Method in interface oajava.sql.ip
Called with INSERT, SELECT, UPDATE or DELETE operation code to perform the requested operation.
ipGetInfo(int) - Method in interface oajava.sql.ip
Get information about the driver.
ipGetSupport(int) - Method in interface oajava.sql.ip
Get information about what type of operations are supported by the driver.
ipNative(int, int, String, xo_int) - Method in interface oajava.sql.ip
Called to invoke a stored procedure (Only required if the IP wants to support stored procedures with pre-defined result sets).
ipPrivilege(int, String, String, String, String) - Method in interface oajava.sql.ip
Called to invoke a stored procedure (Only required if the IP wants to support stored procedures with pre-defined result sets).
ipProcedure(int, xo_int) - Method in interface oajava.sql.ip
Called to invoke a stored procedure (Only required if the IP wants to support stored procedures with pre-defined result sets).
ipProcedureDynamic(int, int, xo_int) - Method in interface oajava.sql.ip
Called to invoke a stored procedure that returns one or more result sets that can be defined at run-time.
ipSchema(int, int, int, int, int) - Method in interface oajava.sql.ip
Called to retrieve the schema information of your database (only required if the IP will handle the schema management).
ipSchemaEx(int, int, int, int, int) - Method in interface oajava.sql.ip
Called to retrieve schema information for stored procedures that define result set at run-time.
ipStartTransaction(int) - Method in interface oajava.sql.ip
Called to initiate a new transaction.
IS_DST - Static variable in class oajava.sql.xo_tm
Daylight savings time flag
isSearchPatternObject() - Method in class oajava.sql.schemaobj_table
Is object contain search pattern?
isSearchPatternObject() - Method in class oajava.sql.schemaobj_proc
Is object contain search pattern?
isSearchPatternObject() - Method in class oajava.sql.schemaobj_column
Is object contain search pattern?
isSearchPatternObject() - Method in class oajava.sql.schemaobj_proccolumn
Is object contain search pattern?

J

jdam - class oajava.sql.jdam.
Expose Data Access Manager (DAM) API using Java.
jdam() - Constructor for class oajava.sql.jdam
 

M

MAX_CONNECT_STR_LEN - Static variable in interface oajava.sql.ip
Constant to indicate the maximum length of Connect String.
MINUTE - Static variable in class oajava.sql.xo_tm
Minutes after the hour - [0,59]
MONTH - Static variable in class oajava.sql.xo_tm
Months since January - [0,11]

O

oajava.sql - package oajava.sql
This will help you to write DAM IP in Java using OpenAccess SDK for Java.

S

schemaobj_column - class oajava.sql.schemaobj_column.
The schemaobj_column class contains all the necessary elements that characterize a Schema object of type DAMOBJ_TYPE_COLUMN
schemaobj_column(int, String, String, String, String) - Constructor for class oajava.sql.schemaobj_column
Intialize the object with specified value(s).
schemaobj_fkey - class oajava.sql.schemaobj_fkey.
The class schemaobj_fkey contains all the necessary elements that characterize a Search object of type DAMOBJ_TYPE_FKEY
schemaobj_fkey(String, String, String, String, String, String) - Constructor for class oajava.sql.schemaobj_fkey
Intialize the object with specified value(s).
schemaobj_proc - class oajava.sql.schemaobj_proc.
The schemaobj_proc class contains all the necessary elements that characterize a Schema object of type DAMOBJ_TYPE_PROC
schemaobj_proc(int, String, String, String) - Constructor for class oajava.sql.schemaobj_proc
Intialize the object with specified value(s).
schemaobj_proccolumn - class oajava.sql.schemaobj_proccolumn.
The schemaobj_proccolumn class contains all the necessary elements that characterize a Schema object of type DAMOBJ_TYPE_PROC_COLUMN
schemaobj_proccolumn(int, String, String, String, String) - Constructor for class oajava.sql.schemaobj_proccolumn
Intialize the object with specified value(s).
schemaobj_stat - class oajava.sql.schemaobj_stat.
The class schemaobj_stat contains all the necessary elements that characterize a OA_STATISTICS type
schemaobj_stat(String, String, String) - Constructor for class oajava.sql.schemaobj_stat
Intialize the object with specified value(s).
schemaobj_table - class oajava.sql.schemaobj_table.
The schemaobj_table class contains all the necessary elements that characterize a Schema object of type DAMOBJ_TYPE_TABLE
schemaobj_table(int, String, String, String, String) - Constructor for class oajava.sql.schemaobj_table
Intialize the object with specified value(s).
SECOND - Static variable in class oajava.sql.xo_tm
Seconds after the minute - [0,59]
setLength(int) - Method in class oajava.sql.xo_type
Set the length.
setNull(int) - Method in class oajava.sql.xo_type
Set the scale.
setPrecision(int) - Method in class oajava.sql.xo_type
Set the precision.
setRadix(int) - Method in class oajava.sql.xo_type
Set the radix.
setScale(int) - Method in class oajava.sql.xo_type
Set the scale.
setType(int) - Method in class oajava.sql.xo_type
Set the data type.
setVal(int) - Method in class oajava.sql.xo_int
Set the integer value.
setVal(int, int) - Method in class oajava.sql.xo_tm
Set the value for a specified field.
setVal(int, int, int) - Method in class oajava.sql.xo_tm
Set the value for date fields.
setVal(int, int, int, int) - Method in class oajava.sql.xo_tm
Set the value for time fields.
setVal(int, int, int, int, int, int) - Method in class oajava.sql.xo_tm
Set the value for date and time fields.
SQL_ADD_COLUMN - Static variable in interface oajava.sql.ip
Constant used in ALTER table to indicate that Column should be Added.
SQL_ADD_CONSTRAINT - Static variable in interface oajava.sql.ip
Constant to indicate that the constraint in ALTER table should be added
SQL_ALTER_COLUMN - Static variable in interface oajava.sql.ip
Constant used in ALTER table to indicate that Column should be Altered.
SQL_BEST_ROWID - Static variable in interface oajava.sql.ip
Constant to indicate that the column uniquely identifies the row
SQL_DROP_COLUMN - Static variable in interface oajava.sql.ip
Constant used in ALTER table to indicate that Column should be Dropped.
SQL_DROP_CONSTRAINT - Static variable in interface oajava.sql.ip
Constant to indicate that the constraint in ALTER table should be removed
SQL_EXP_AND - Static variable in interface oajava.sql.ip
Constant to indicate that the Logical Expression is a AND expression
SQL_EXP_COND - Static variable in interface oajava.sql.ip
Constant to indicate that the Logical Expression is a Condition
SQL_EXP_NOT - Static variable in interface oajava.sql.ip
Constant to indicate that the Logical Expression is a NOT expression
SQL_EXP_OR - Static variable in interface oajava.sql.ip
Constant to indicate that the Logical Expression is a OR expression
SQL_F_AVG - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function is AVG(expression)
SQL_F_COUNT - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function is COUNT(expression)
SQL_F_COUNT_ALL - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function is COUNT(*)
SQL_F_DISTINCT - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function expression has a DISTINCT quantifier (DISTINCT expression)
SQL_F_MAX - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function is MAX(expression)
SQL_F_MIN - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function is MIN(expression)
SQL_F_NONE - Static variable in interface oajava.sql.ip
Constant to indicate that no Aggregate function is used
SQL_F_SUM - Static variable in interface oajava.sql.ip
Constant to indicate that Aggregate function is SUM(expression)
SQL_INDEX_CLUSTERED - Static variable in interface oajava.sql.ip
Constant that indicates a clustered index
SQL_INDEX_HASHED - Static variable in interface oajava.sql.ip
Constant that indicates a hashed index
SQL_INDEX_OTHER - Static variable in interface oajava.sql.ip
Constant that indicates another type of index
SQL_JOIN_FULL_OUTER - Static variable in interface oajava.sql.ip
Constant to indicate that Join type is FULL OUTER JOIN
SQL_JOIN_INNER - Static variable in interface oajava.sql.ip
Constant to indicate that Join type is INNER JOIN
SQL_JOIN_LEFT_OUTER - Static variable in interface oajava.sql.ip
Constant to indicate that Join type is LEFT OUTER JOIN
SQL_JOIN_OLD_STYLE - Static variable in interface oajava.sql.ip
Constant to indicate that Join type is OLD STYLE JOIN
SQL_JOIN_RIGHT_OUTER - Static variable in interface oajava.sql.ip
Constant to indicate that Join type is RIGHT OUTER JOIN
SQL_OBJ_PRIV_ALL - Static variable in interface oajava.sql.ip
Constant to indicate system privilege for all Operations
SQL_OBJ_PRIV_ALTER - Static variable in interface oajava.sql.ip
Constant to indicate ALTER query privilege for the object
SQL_OBJ_PRIV_DELETE - Static variable in interface oajava.sql.ip
Constant to indicate DELETE query privilege for the object
SQL_OBJ_PRIV_EXECUTE - Static variable in interface oajava.sql.ip
Constant to indicate EXECUTE query privilege for the object
SQL_OBJ_PRIV_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate INDEX query privilege for the object
SQL_OBJ_PRIV_INSERT - Static variable in interface oajava.sql.ip
Constant to indicate INSERT query privilege for the object
SQL_OBJ_PRIV_SELECT - Static variable in interface oajava.sql.ip
Constant to indicate SELECT query privilege for the object
SQL_OBJ_PRIV_UPDATE - Static variable in interface oajava.sql.ip
Constant to indicate UPDATE query privilege for the object
SQL_OP_BETWEEN - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is BETWEEN.
SQL_OP_BETWEEN_OPEN_LEFT - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is a BETWEEN where the left condition on Between is open.
SQL_OP_BETWEEN_OPEN_RIGHT - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is a BETWEEN where the right condition on Between is open Its > and not >=.
SQL_OP_DEFAULT_VALUE - Static variable in interface oajava.sql.ip
Constant to indicate that the Database will provide default value for this field during INSERTS.
SQL_OP_EQUAL - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is EQUAL(=).
SQL_OP_EXISTS - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is EXISTS.
SQL_OP_GREATER - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is GREATER THAN(>).
SQL_OP_IGNORE_BLANKS - Static variable in interface oajava.sql.ip
Constant to indicate the Database to ignore blanks.
SQL_OP_IGNORE_CASE - Static variable in interface oajava.sql.ip
Constant to indicate the Database to ignore case when performing string compares.
SQL_OP_IN - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is IN.
SQL_OP_ISNULL - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is ISNULL.
SQL_OP_LIKE - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is LIKE.
SQL_OP_NOT - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is NOT.
SQL_OP_QUANTIFIER_ALL - Static variable in interface oajava.sql.ip
Constant to indicate the quantifier in the condition is ALL ( = ALL (subquery) ).
SQL_OP_QUANTIFIER_ANY - Static variable in interface oajava.sql.ip
Constant to indicate the quantifier in the condition is ANY ( = ANY (subquery) ).
SQL_OP_QUANTIFIER_SOME - Static variable in interface oajava.sql.ip
Constant to indicate the quantifier in the condition is SOME ( = SOME (subquery) ).
SQL_OP_SMALLER - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is SMALLER THAN(<).
SQL_OP_UNIQUE - Static variable in interface oajava.sql.ip
Constant to indicate the operator in the condition is UNIQUE.
SQL_ORDER_ASC - Static variable in interface oajava.sql.ip
Constant to indicate that the ORDER BY is Ascending.
SQL_ORDER_DESC - Static variable in interface oajava.sql.ip
Constant to indicate that the ORDER BY is Descending.
SQL_ORDER_NOTSET - Static variable in interface oajava.sql.ip
Constant to indicate that the ORDER BY ordering was not set.
SQL_PARAM_INPUT - Static variable in interface oajava.sql.ip
Constant to indicate that the procedure column is an input parameter.
SQL_PARAM_INPUT_OUTPUT - Static variable in interface oajava.sql.ip
Constant to indicate that the procedure column is an input/output parameter.
SQL_PARAM_OUTPUT - Static variable in interface oajava.sql.ip
Constant to indicate that the procedure column is an output parameter.
SQL_PARAM_TYPE_UNKNOWN - Static variable in interface oajava.sql.ip
Constant to indicate that the procedure column is a parameter whose type is unknown.
SQL_PC_NOT_PSEUDO - Static variable in interface oajava.sql.ip
Constant to indicate the the column is a regular column and not PSEUDO_COLUMN
SQL_PC_PSEUDO - Static variable in interface oajava.sql.ip
Constant to indicate the column as PSEUDO_COLUMN
SQL_PC_UNKNOWN - Static variable in interface oajava.sql.ip
Constant to indicate the column's PSEUDO_COLUMN property is not known
SQL_PT_FUNCTION - Static variable in interface oajava.sql.ip
Constant to indicate that the Procedure has a return value.
SQL_PT_PROCEDURE - Static variable in interface oajava.sql.ip
Constant to indicate that the Procedure does not have a return value.
SQL_PT_UNKNOWN - Static variable in interface oajava.sql.ip
Constant to indicate that the Procedure is UNKNOWN Procedure.
SQL_RESULT_COL - Static variable in interface oajava.sql.ip
Constant to indicate that the procedure column is a result set column.
SQL_RETURN_VALUE - Static variable in interface oajava.sql.ip
Constant to indicate that the procedure column is the return value of the procedure.
SQL_ROWVER - Static variable in interface oajava.sql.ip
Constant to indicate that the column constains the version information for the row typically maintained by the Database
SQL_SCOPE_CURROW - Static variable in interface oajava.sql.ip
Constant to indicate that the rowid is guaranteed to be valid only while positioned on that row.
SQL_SCOPE_SESSION - Static variable in interface oajava.sql.ip
Constant to indicate that the rowid is guaranteed to be valid for the duration of the session (across transaction boundaries).
SQL_SCOPE_TRANSACTION - Static variable in interface oajava.sql.ip
Constant to indicate that the rowid is guaranteed to be valid for the duration of the current transaction.
SQL_SET_CONDLIST_INTERSECT - Static variable in interface oajava.sql.ip
Constant to indicate that condition list type is INTERSECT list ((cond1 OR cond2..) AND (cond3 OR cond4..) AND ...)
SQL_SET_CONDLIST_UNION - Static variable in interface oajava.sql.ip
Constant to indicate that condition list type is UNION list ((cond1 AND cond2..) OR (cond3 AND cond4..) OR ...)
SQL_SYS_PRIV_ALTER_ANY_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate system privilege to ALTER any Index
SQL_SYS_PRIV_ALTER_ANY_TABLE - Static variable in interface oajava.sql.ip
Constant to indicate system privilege to ALTER any Table
SQL_SYS_PRIV_CREATE_ANY_INDEX - Static variable in interface oajava.sql.ip
Constant to indicate system privilege to CREATE any Index
SQL_SYS_PRIV_CREATE_ANY_PROCEDURE - Static variable in interface oajava.sql.ip
Constant to indicate system privilege to CREATE any Procedure
SQL_SYS_PRIV_CREATE_ANY_ROLE -