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

A

AsyncMethodCall - class net.sf.sapjcosupport.AsyncMethodCall.
Utility class to execute a method call asynchronously.
AsyncMethodCall() - Constructor for class net.sf.sapjcosupport.AsyncMethodCall
 
addBatch(String) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Adds an SQL command to the current batch of commmands for this SapQLStatement object.
addField(SapFieldMapping) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
addInput(SapInput) - Method in class net.sf.sapjcosupport.SapBapiMapping
 
addInputList(SapListMapping) - Method in class net.sf.sapjcosupport.SapMapping
 
addStructure(SapStructureMapping) - Method in class net.sf.sapjcosupport.SapBapiMapping
 

B

BETWEEN - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value is between value of lower and higher limit

C

CONTAINS_NOT_PATTERN - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value does not contain the pattern in lower limit value
CONTAINS_PATTERN - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value contains the pattern in lower limit value
Connected - Static variable in class net.sf.sapjcosupport.jdbc.SqlState
 
cacheField(SapFieldMapping, Field) - Method in class net.sf.sapjcosupport.SimpleReflectionCache
 
cacheInvoker(SapFieldMapping, MethodInvoker) - Method in class net.sf.sapjcosupport.SimpleReflectionCache
 
cancel() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Cancels this SapQLStatement object if both the DBMS and driver support aborting an SQL statement.
checkReturnStructure(JCO.Function) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
clearBatch() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Makes the set of commands in the current batch empty.
clearWarnings() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Clears all warnings reported for this SapConnection object.
clearWarnings() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Clears all the warnings reported on this SapQLStatement object.
close() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Releases a SapConnection's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Releases this SapQLStatement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
commit() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the SapConnection.
convertMap(JCO.Table, Object, SapStructureMapping, Class) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
createStatement() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a SapQLStatement object for sending SQL statements to the database.
createStatement(int, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a SapQLStatement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.

D

Date - Static variable in class net.sf.sapjcosupport.SapType
 
Disconnected - Static variable in class net.sf.sapjcosupport.jdbc.SqlState
 
Double - Static variable in class net.sf.sapjcosupport.SapType
 
dataSource - Variable in class net.sf.sapjcosupport.SapJcoInterface
 

E

ENTITY - Static variable in class net.sf.sapjcosupport.SapStructureMapping
 
EQUAL - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value equals value of lower limit
Error - Static variable in class net.sf.sapjcosupport.jdbc.SqlState
 
ErrorCreatingConnection - Static variable in class net.sf.sapjcosupport.jdbc.SqlErrorCodes
 
equals(Object) - Method in class net.sf.sapjcosupport.SapFieldMapping
 
execute(String) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Executes an SQL statement that may return multiple results.
execute(String, int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
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 net.sf.sapjcosupport.jdbc.SapQLStatement
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 net.sf.sapjcosupport.jdbc.SapQLStatement
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.
executeBatch() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeMethod() - Method in class net.sf.sapjcosupport.AsyncMethodCall
Implementation code of the method call.
executeQuery(String, String, int, boolean) - Method in class net.sf.sapjcosupport.SapQLSupport
 
executeQuery(String, int, boolean) - Method in class net.sf.sapjcosupport.SapQLSupport
 
executeQuery(String, String[], int, boolean) - Method in class net.sf.sapjcosupport.SapQLSupport
 
executeQuery(SapSearchHelp) - Method in class net.sf.sapjcosupport.SapQuery
 
executeQuery(String) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Executes an SQL statement that returns a single ResultSet object.
executeUpdate(String) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
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 net.sf.sapjcosupport.jdbc.SapQLStatement
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 net.sf.sapjcosupport.jdbc.SapQLStatement
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.

F

fetch(List) - Method in class net.sf.sapjcosupport.SapQLSupport
 
fetch(Object) - Method in class net.sf.sapjcosupport.SapQLSupport
 
fetchFullData(boolean, List) - Method in class net.sf.sapjcosupport.SapQLSupport
 
finalize() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

G

GREATER - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value is greater than value of lower limit
GREATER_OR_EQUAL - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value is greater or equal to value of lower limit
generateInputMap(Serializable) - Method in class net.sf.sapjcosupport.SapQLSupport
 
generateInputMap(List) - Method in class net.sf.sapjcosupport.SapQLSupport
 
getAutoCommit() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Gets the current auto-commit state.
getBapi() - Method in class net.sf.sapjcosupport.SapMapping
 
getCachedField(SapFieldMapping) - Method in class net.sf.sapjcosupport.SimpleReflectionCache
 
getCachedInvoker(SapFieldMapping) - Method in class net.sf.sapjcosupport.SimpleReflectionCache
 
getCatalog() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Returns the Connection's current catalog name.
getClassName() - Method in class net.sf.sapjcosupport.SapMapping
 
getClient() - Method in class net.sf.sapjcosupport.SapDataSource
 
getClient() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getCollectionName() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getConnection() - Method in class net.sf.sapjcosupport.SapDataSource
 
getConnection() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Returns the SapConnection object that produced this SapQLStatement object.
getDefaultValue() - Method in class net.sf.sapjcosupport.SapInput
 
getEntityClass() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getEnum(String) - Static method in class net.sf.sapjcosupport.SapType
 
getFetchDirection() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this SapQLStatement object.
getFetchSize() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the number of result set rows that is the default fetch size for result sets generated from this SapQLStatement object.
getField() - Method in class net.sf.sapjcosupport.SearchCriterion
Gets the SAP field to which this search criterion applies.
getFieldCount() - Static method in class net.sf.sapjcosupport.SapSearchHelpVO
 
getFieldName() - Method in class net.sf.sapjcosupport.SapFieldMapping
 
getFieldSelection(String) - Method in class net.sf.sapjcosupport.SapBapiMapping
 
getFieldSelection() - Method in class net.sf.sapjcosupport.SapMapping
 
getFields() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getFieldsMap() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getFunction(String) - Method in class net.sf.sapjcosupport.SapJcoInterface
This method will resolve the FunctionTemplate for the given name.
getFunctionRepository() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
 
getGeneratedKeys() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getHighLimit() - Method in class net.sf.sapjcosupport.SearchCriterion
Gets the higher limit associated with this search criterion's option.
getHoldability() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHost() - Method in class net.sf.sapjcosupport.SapDataSource
 
getHost() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getInfo(Class) - Static method in class net.sf.sapjcosupport.SapMappingParser
This method retrieves a cached mapping for a given value object class (VO).
getInput() - Method in class net.sf.sapjcosupport.SapBapiMapping
 
getInputLists() - Method in class net.sf.sapjcosupport.SapMapping
 
getKey() - Method in class net.sf.sapjcosupport.SapFieldMapping
 
getKeyField() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getLanguage() - Method in class net.sf.sapjcosupport.SapDataSource
 
getLanguage() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getLogWriter() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
Retrieves the log writer for this DataSource object.
getLoginTimeout() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLowLimit() - Method in class net.sf.sapjcosupport.SearchCriterion
Gets the lower limit associated with this search criterion's option.
getMaxFieldSize() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Returns the maximum number of bytes allowed for any column value.
getMaxRows() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the maximum number of rows that a ResultSet object can contain.
getMetaData() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Gets the metadata regarding this connection's database.
getMoreResults() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Moves to a SapQLStatement object's next result.
getMoreResults(int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
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.
getName() - Method in class net.sf.sapjcosupport.SapBapiMapping
 
getName() - Method in class net.sf.sapjcosupport.SapInput
 
getName() - Method in class net.sf.sapjcosupport.SapListMapping
 
getName() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getNativeConnection() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
 
getOption() - Method in class net.sf.sapjcosupport.SearchCriterion
Gets the option that is associated with this search criterion.
getOutputList() - Method in class net.sf.sapjcosupport.SapMapping
 
getPassword() - Method in class net.sf.sapjcosupport.SapDataSource
 
getPassword() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getPersistentClass() - Method in class net.sf.sapjcosupport.SapQLSupport
 
getPoolSize() - Method in class net.sf.sapjcosupport.SapDataSource
 
getPrimaryKey() - Method in class net.sf.sapjcosupport.SapListMapping
 
getPrimaryKey(Object) - Method in class net.sf.sapjcosupport.SapQLSupport
 
getPrimaryKey() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getPrimaryKeySapName() - Method in class net.sf.sapjcosupport.SapQLSupport
 
getPropertyName() - Method in class net.sf.sapjcosupport.SapFieldMapping
 
getQueryTimeout() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the number of seconds the driver will wait for a SapQLStatement object to execute.
getRepository() - Method in class net.sf.sapjcosupport.SapDataSource
 
getResultSet() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Returns the current result as a ResultSet object.
getResultSetConcurrency() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the result set concurrency for ResultSet objects generated by this SapQLStatement object.
getResultSetHoldability() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the result set type for ResultSet objects generated by this SapQLStatement object.
getSapConnection() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getStructures() - Method in class net.sf.sapjcosupport.SapBapiMapping
 
getSystemNr() - Method in class net.sf.sapjcosupport.SapDataSource
 
getSystemNr() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getTransactionIsolation() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Gets this SapConnection's current transaction isolation level.
getType() - Method in class net.sf.sapjcosupport.SapFieldMapping
 
getType() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
getTypeMap() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Gets the type map object associated with this connection.
getUpdateCount() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Returns the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUsername() - Method in class net.sf.sapjcosupport.SapDataSource
 
getUsername() - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
getWarnings() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Returns the first warning reported by calls on this SapConnection.
getWarnings() - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Retrieves the first warning reported by calls on this SapQLStatement object.

H

hasNext() - Method in class net.sf.sapjcosupport.ReflectionFieldIterator
Checks if more fields are available to iterate through.
hashCode() - Method in class net.sf.sapjcosupport.SapFieldMapping
 

I

Idle - Static variable in class net.sf.sapjcosupport.jdbc.SqlState
 
Int - Static variable in class net.sf.sapjcosupport.SapType
 
isClosed() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Tests to see if a SapConnection is closed.
isEntity() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
isExcluded() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
isIncluded() - Method in class net.sf.sapjcosupport.SearchCriterion
Returns true if items that match this criterion should be included in the results.
isList() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
isListOfMaps() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
isMap() - Method in class net.sf.sapjcosupport.SapStructureMapping
 
isNotNull() - Method in class net.sf.sapjcosupport.SapFieldMapping
 
isPk() - Method in class net.sf.sapjcosupport.SapInput
 
isReadOnly() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Tests to see if the connection is in read-only mode.
isRequired() - Method in class net.sf.sapjcosupport.SapInput
 
iterator() - Method in class net.sf.sapjcosupport.SapSearchHelpVO
 

J

JdbcFeatureNotSupportedException - exception net.sf.sapjcosupport.jdbc.JdbcFeatureNotSupportedException.
Created by IntelliJ IDEA.
JdbcFeatureNotSupportedException() - Constructor for class net.sf.sapjcosupport.jdbc.JdbcFeatureNotSupportedException
 

L

LESS - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value is less than value of lower limit
LESS_OR_EQUAL - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value is less or equal to value of lower limit
LIST - Static variable in class net.sf.sapjcosupport.SapStructureMapping
 
LIST_OF_MAPS - Static variable in class net.sf.sapjcosupport.SapStructureMapping
 
log - Variable in class net.sf.sapjcosupport.SapQuery
 
log - Variable in class net.sf.sapjcosupport.SapSearchHelp
 

M

MAP - Static variable in class net.sf.sapjcosupport.SapStructureMapping
 
MissingConnectionProperty - Static variable in class net.sf.sapjcosupport.jdbc.SqlErrorCodes
 
mapOneField(Class, Object, JCO.Record, SapFieldMapping) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
mapRecordToEntity(Class, Object, JCO.Record, SapStructureMapping) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
maxParallelCalls - Variable in class net.sf.sapjcosupport.SapJcoInterface
 

N

NORMAL - Static variable in class net.sf.sapjcosupport.SapStructureMapping
 
NOT_BETWEEN - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field value is not between value of lower and higher limit
NOT_EQUAL - Static variable in class net.sf.sapjcosupport.SearchCriterion
Option: field valie is not equal to value of lower limit
nativeSQL(String) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Converts the given SQL statement into the system's native SQL grammar.
net.sf.sapjcosupport - package net.sf.sapjcosupport
 
net.sf.sapjcosupport.jdbc - package net.sf.sapjcosupport.jdbc
 
next() - Method in class net.sf.sapjcosupport.ReflectionFieldIterator
Retrieves the next available field value.

O

OK - Static variable in class net.sf.sapjcosupport.jdbc.SqlState
 

P

parseQuery(String) - Method in class net.sf.sapjcosupport.SapQuery
 
performSapCall(SapMapping, Map, Class, String) - Method in class net.sf.sapjcosupport.SapJcoInterface
Actually calls a BAPI.
prepareCall(String) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int, int, int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int[]) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
printInputParameters(JCO.Function) - Static method in class net.sf.sapjcosupport.SapDebuggingUtil
 
printOutputParameters(JCO.Function) - Static method in class net.sf.sapjcosupport.SapDebuggingUtil
 
printStructure(JCO.Structure) - Static method in class net.sf.sapjcosupport.SapDebuggingUtil
 
printTable(JCO.Table) - Static method in class net.sf.sapjcosupport.SapDebuggingUtil
 
printTableParameters(JCO.Function) - Static method in class net.sf.sapjcosupport.SapDebuggingUtil
 

R

ReflectionFieldIterator - class net.sf.sapjcosupport.ReflectionFieldIterator.
Iterator implementation that iterates through the fields declared in a class, and retrieves the values for an instance.
ReflectionFieldIterator(Object) - Constructor for class net.sf.sapjcosupport.ReflectionFieldIterator
Simple constructor.
ReflectionFieldIterator(Object, String) - Constructor for class net.sf.sapjcosupport.ReflectionFieldIterator
Advanced constructor.
ReflectionFieldIterator.IllegalAccessRuntimeException - exception net.sf.sapjcosupport.ReflectionFieldIterator.IllegalAccessRuntimeException.
RuntimeException wrapper for IllegalAccessException.
ReflectionFieldIterator.IllegalAccessRuntimeException(IllegalAccessException) - Constructor for class net.sf.sapjcosupport.ReflectionFieldIterator.IllegalAccessRuntimeException
Constructor.
ReflectionFieldIterator.RuntimeWrapperException - exception net.sf.sapjcosupport.ReflectionFieldIterator.RuntimeWrapperException.
Wraps any Throwable instance in a RuntimeException.
ReflectionFieldIterator.RuntimeWrapperException(Throwable) - Constructor for class net.sf.sapjcosupport.ReflectionFieldIterator.RuntimeWrapperException
Uses the message provided by the original throwable.
ReflectionFieldIterator.RuntimeWrapperException(String, Throwable) - Constructor for class net.sf.sapjcosupport.ReflectionFieldIterator.RuntimeWrapperException
Uses a specified messaged to pass to the parent constructor.
release(JCO.Client) - Method in class net.sf.sapjcosupport.SapDataSource
 
releaseSavepoint(Savepoint) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Removes the given Savepoint object from the current transaction.
remove() - Method in class net.sf.sapjcosupport.ReflectionFieldIterator
Deprecated. Do not use this method, it is not implemented and throws a runtime exception
retrieve(Class, List) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
retrieve(Class, List, String) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
retrieve(Class, Map) - Method in class net.sf.sapjcosupport.SapJcoInterface
 
retrieve(Class, Map, String) - Method in class net.sf.sapjcosupport.SapJcoInterface
Retrieves value objects of type persistentObject.
rollback() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Drops all changes made since the previous commit/rollback and releases any database locks currently held by this SapConnection.
rollback(Savepoint) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Undoes all changes made after the given Savepoint object was set.
run() - Method in class net.sf.sapjcosupport.AsyncMethodCall
This method is a subclassed Thread.run() method that handles executing the actual method.

S

SAP_DATE_FORMATTER - Static variable in class net.sf.sapjcosupport.SapSearchHelp
 
SapBapiMapping - class net.sf.sapjcosupport.SapBapiMapping.
 
SapBapiMapping(String) - Constructor for class net.sf.sapjcosupport.SapBapiMapping
 
SapConnectException - exception net.sf.sapjcosupport.jdbc.SapConnectException.
Created by IntelliJ IDEA.
SapConnectException(SqlErrorCodes, String) - Constructor for class net.sf.sapjcosupport.jdbc.SapConnectException
Constructs an SQLException object with a reason; the SQLState field defaults to null, and the vendorCode field defaults to 0.
SapConnection - class net.sf.sapjcosupport.jdbc.SapConnection.
Implements an SQL connection for SAP.
SapConnection(JCO.Client, IRepository) - Constructor for class net.sf.sapjcosupport.jdbc.SapConnection
 
SapDataSource - class net.sf.sapjcosupport.SapDataSource.
 
SapDataSource() - Constructor for class net.sf.sapjcosupport.SapDataSource
 
SapDataSource - class net.sf.sapjcosupport.jdbc.SapDataSource.
Created by IntelliJ IDEA.
SapDataSource() - Constructor for class net.sf.sapjcosupport.jdbc.SapDataSource
 
SapDebuggingUtil - class net.sf.sapjcosupport.SapDebuggingUtil.
 
SapDebuggingUtil() - Constructor for class net.sf.sapjcosupport.SapDebuggingUtil
 
SapFieldMapping - class net.sf.sapjcosupport.SapFieldMapping.
 
SapFieldMapping(String, String, String, String, boolean) - Constructor for class net.sf.sapjcosupport.SapFieldMapping
 
SapFieldMapping(String, String, String, String, String, boolean) - Constructor for class net.sf.sapjcosupport.SapFieldMapping
 
SapInput - class net.sf.sapjcosupport.SapInput.
 
SapInput(String, String, boolean) - Constructor for class net.sf.sapjcosupport.SapInput
 
SapInput(String, String, boolean, boolean) - Constructor for class net.sf.sapjcosupport.SapInput
 
SapJcoInterface - class net.sf.sapjcosupport.SapJcoInterface.
Abstract superclass for all SAP data access objects.
SapJcoInterface() - Constructor for class net.sf.sapjcosupport.SapJcoInterface
 
SapJcoMappingException - exception net.sf.sapjcosupport.SapJcoMappingException.
 
SapJcoMappingException(String) - Constructor for class net.sf.sapjcosupport.SapJcoMappingException
 
SapJcoMappingException(String, Throwable) - Constructor for class net.sf.sapjcosupport.SapJcoMappingException
 
SapListMapping - class net.sf.sapjcosupport.SapListMapping.
Mapping class for input and output lists (table).
SapListMapping(String, String) - Constructor for class net.sf.sapjcosupport.SapListMapping
 
SapMapping - class net.sf.sapjcosupport.SapMapping.
This class represents a SAP mapping.
SapMapping(String) - Constructor for class net.sf.sapjcosupport.SapMapping
 
SapMappingParser - class net.sf.sapjcosupport.SapMappingParser.
This class parses a VO SAP mapping and caches it internally.
SapMappingParser() - Constructor for class net.sf.sapjcosupport.SapMappingParser
 
SapQLException - exception net.sf.sapjcosupport.jdbc.SapQLException.
Created by IntelliJ IDEA.
SapQLException() - Constructor for class net.sf.sapjcosupport.jdbc.SapQLException
 
SapQLStatement - class net.sf.sapjcosupport.jdbc.SapQLStatement.
Created by IntelliJ IDEA.
SapQLStatement(SapConnection) - Constructor for class net.sf.sapjcosupport.jdbc.SapQLStatement
 
SapQLSupport - class net.sf.sapjcosupport.SapQLSupport.
 
SapQLSupport() - Constructor for class net.sf.sapjcosupport.SapQLSupport
 
SapQuery - class net.sf.sapjcosupport.SapQuery.
 
SapQuery(String, Class, int) - Constructor for class net.sf.sapjcosupport.SapQuery
"partNumber = MATNR_EXT where MATNR_EXT like '?
SapQuery.QueryParseException - exception net.sf.sapjcosupport.SapQuery.QueryParseException.
 
SapQuery.QueryParseException(String, String, int) - Constructor for class net.sf.sapjcosupport.SapQuery.QueryParseException
 
SapSearchHelp - class net.sf.sapjcosupport.SapSearchHelp.
This class implements the SAP Search Help functionality.
SapSearchHelp() - Constructor for class net.sf.sapjcosupport.SapSearchHelp
 
SapSearchHelpVO - class net.sf.sapjcosupport.SapSearchHelpVO.
Internal value object for the SapSearchHelp class.
SapSearchHelpVO() - Constructor for class net.sf.sapjcosupport.SapSearchHelpVO
 
SapStructureMapping - class net.sf.sapjcosupport.SapStructureMapping.
 
SapStructureMapping(String, short) - Constructor for class net.sf.sapjcosupport.SapStructureMapping
 
SapStructureMapping(String) - Constructor for class net.sf.sapjcosupport.SapStructureMapping
 
SapType - class net.sf.sapjcosupport.SapType.
 
SearchCriterion - class net.sf.sapjcosupport.SearchCriterion.
Class that encapsulates the concept of a search criterion.
SearchCriterion() - Constructor for class net.sf.sapjcosupport.SearchCriterion
 
SimpleReflectionCache - class net.sf.sapjcosupport.SimpleReflectionCache.
 
SimpleReflectionCache() - Constructor for class net.sf.sapjcosupport.SimpleReflectionCache
 
SqlErrorCodes - class net.sf.sapjcosupport.jdbc.SqlErrorCodes.
Created by IntelliJ IDEA.
SqlErrorCodes(String, int) - Constructor for class net.sf.sapjcosupport.jdbc.SqlErrorCodes
 
SqlState - class net.sf.sapjcosupport.jdbc.SqlState.
Created by IntelliJ IDEA.
String - Static variable in class net.sf.sapjcosupport.SapType
 
search(String, String, int, List, Class, List, List) - Method in class net.sf.sapjcosupport.SapSearchHelp
Performs the actual search.
setAutoCommit(boolean) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Sets this connection's auto-commit mode.
setBapi(SapBapiMapping) - Method in class net.sf.sapjcosupport.SapMapping
 
setCatalog(String) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Sets a catalog name in order to select a subspace of this SapConnection's database in which to work.
setClient(String) - Method in class net.sf.sapjcosupport.SapDataSource
 
setClient(String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
setCollectionName(String) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
setCursorName(String) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Defines the SQL cursor name that will be used by subsequent SapQLStatement object execute methods.
setDataSource(SapDataSource) - Method in class net.sf.sapjcosupport.SapJcoInterface
Sets the SAP data source this data access object is working on.
setEntityClass(String) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
setEscapeProcessing(boolean) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Sets escape processing on or off.
setExcluded(boolean) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
setFetchDirection(int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
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 net.sf.sapjcosupport.jdbc.SapQLStatement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setField(String) - Method in class net.sf.sapjcosupport.SearchCriterion
Sets the SAP field to which this search criterion applies
setFieldSelection(Map) - Method in class net.sf.sapjcosupport.SapBapiMapping
 
setFieldSelection(SapListMapping) - Method in class net.sf.sapjcosupport.SapMapping
 
setHighLimit(String) - Method in class net.sf.sapjcosupport.SearchCriterion
Sets the higher limit for the option that is associated with this search helper.
setHoldability(int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setHost(String) - Method in class net.sf.sapjcosupport.SapDataSource
 
setHost(String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
setIncluded(boolean) - Method in class net.sf.sapjcosupport.SearchCriterion
Sets the sign of this search criterion.
setKeyField(String) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
setLanguage(String) - Method in class net.sf.sapjcosupport.SapDataSource
 
setLanguage(String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
setLogWriter(PrintWriter) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLoginTimeout(int) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLowLimit(String) - Method in class net.sf.sapjcosupport.SearchCriterion
Sets the lower limit for the option that is associated with this search helper.
setMaxFieldSize(int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxParallelCalls(int) - Method in class net.sf.sapjcosupport.SapJcoInterface
Sets the maximum number of parallel calls to SAP.
setMaxRows(int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setOption(String) - Method in class net.sf.sapjcosupport.SearchCriterion
Sets the option of the search criterion.
setOutputList(SapListMapping) - Method in class net.sf.sapjcosupport.SapMapping
 
setParameter(String) - Method in class net.sf.sapjcosupport.SapQuery
 
setParameter(int, String) - Method in class net.sf.sapjcosupport.SapQuery
 
setParameters(String[]) - Method in class net.sf.sapjcosupport.SapQuery
 
setPassword(String) - Method in class net.sf.sapjcosupport.SapDataSource
 
setPassword(String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
setPoolSize(int) - Method in class net.sf.sapjcosupport.SapDataSource
 
setPrimaryKey(String) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
setProperties(String, String, String, String, String, String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
setQueryTimeout(int) - Method in class net.sf.sapjcosupport.jdbc.SapQLStatement
Sets the number of seconds the driver will wait for a SapQLStatement object to execute to the given number of seconds.
setReadOnly(boolean) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Puts this connection in read-only mode as a hint to enable database optimizations.
setSavepoint() - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setSystemNr(String) - Method in class net.sf.sapjcosupport.SapDataSource
 
setSystemNr(String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 
setTransactionIsolation(int) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Attempts to change the transaction isolation level to the one given.
setType(short) - Method in class net.sf.sapjcosupport.SapStructureMapping
 
setTypeMap(Map) - Method in class net.sf.sapjcosupport.jdbc.SapConnection
Installs the given type map as the type map for this connection.
setUsername(String) - Method in class net.sf.sapjcosupport.SapDataSource
 
setUsername(String) - Method in class net.sf.sapjcosupport.jdbc.SapDataSource
 

T

toMap() - Method in class net.sf.sapjcosupport.SearchCriterion
Helper method to convert a SearchCriterion object to a Map.

U

useInputList() - Method in class net.sf.sapjcosupport.SapQLSupport
 

W

waitForCompletion() - Method in class net.sf.sapjcosupport.AsyncMethodCall
Synchronization point for the asynchronous method.

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

Copyright © 2006 null. All Rights Reserved.