Skip navigation links

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

E17787-02


Uses of Interface
com.sigmadynamics.server.DataServices.DatabaseProvider.ManualFlushTableInserter

Packages that use ManualFlushTableInserter
com.sigmadynamics.server.DataServices.DatabaseProvider Provides classes for interacting with databases of many types. 

 

Uses of ManualFlushTableInserter in com.sigmadynamics.server.DataServices.DatabaseProvider

 

Methods in com.sigmadynamics.server.DataServices.DatabaseProvider that return ManualFlushTableInserter
 ManualFlushTableInserter DatabaseProviderInterface.getManualFlushTableInserter(java.lang.String table, java.lang.String[] columns, int bufferSize, boolean autoGrowBuffer)
          Returns a manually-flushed batched TableInserter that can be used for inserting data into a database table.
 ManualFlushTableInserter DatabaseProviderInterface.getManualFlushTableInserter(java.lang.String table, java.lang.String[] columns, int bufferSize, boolean autoGrowBuffer)
          Returns a manually-flushed batched TableInserter that can be used for inserting data into a database table.
 ManualFlushTableInserter DatabaseProvider.getManualFlushTableInserter(java.lang.String table, java.lang.String[] columns, int bufferSize, boolean autoGrowBuffer)
           

 


Skip navigation links

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

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.