Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


com.sigmadynamics.server.DataServices.DatabaseProvider
Interface BatchUpdaterClient

All Known Implementing Classes:
DatabaseTable, TableWithPuts

public interface BatchUpdaterClient

Method Summary
 java.lang.String getName()
          Returns the name of the database object, which can be a table or a stored procedure.
 java.lang.String getOperationName()
          Returns SQL operation name, which can be INSERT, UPDATE, DELETE for a table, or EXECUTE for a stored procedure.
 DatabaseProviderInterface getProvider()
           
 java.lang.String getQualifiedName()
          Returns a string like "table table_name" or "stored procedure stored_procedure_name".
 java.lang.String getSQLStatement()
          Returns the SQL string that was prepared.
 void initializeFromRefreshedCache()
          Tells the object that it needs to refresh itself from cache because an error occurred and maybe newer cache information will help it succeed.
 java.sql.PreparedStatement prepareStatement(java.sql.Connection conn)
           
 void rebuildSql()
           
 void reportRetries(int retryCount)
          Generates a warning that execution was successful but required at least one retry.

 

Method Detail

getName

java.lang.String getName()
Returns the name of the database object, which can be a table or a stored procedure.

getQualifiedName

java.lang.String getQualifiedName()
Returns a string like "table table_name" or "stored procedure stored_procedure_name".
Returns:
the qualified name of the object.

getOperationName

java.lang.String getOperationName()
Returns SQL operation name, which can be INSERT, UPDATE, DELETE for a table, or EXECUTE for a stored procedure.

getSQLStatement

java.lang.String getSQLStatement()
Returns the SQL string that was prepared.

getProvider

DatabaseProviderInterface getProvider()

prepareStatement

java.sql.PreparedStatement prepareStatement(java.sql.Connection conn)

reportRetries

void reportRetries(int retryCount)
Generates a warning that execution was successful but required at least one retry.

initializeFromRefreshedCache

void initializeFromRefreshedCache()
Tells the object that it needs to refresh itself from cache because an error occurred and maybe newer cache information will help it succeed.

rebuildSql

void rebuildSql()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


Copyright © 2010, Oracle. All rights reserved.