org.openrdf.sail.rdbms.schema
Class ValueBatch

java.lang.Object
  extended by org.openrdf.sail.rdbms.schema.Batch
      extended by org.openrdf.sail.rdbms.schema.ValueBatch
Direct Known Subclasses:
HashBatch

public class ValueBatch
extends Batch

Author:
James Leigh

Field Summary
static int total_rows
           
static int total_st
           
 
Fields inherited from class org.openrdf.sail.rdbms.schema.Batch
CLOSED_SIGNAL
 
Constructor Summary
ValueBatch()
           
 
Method Summary
 int flush()
           
 void setTable(RdbmsTable table)
           
 
Methods inherited from class org.openrdf.sail.rdbms.schema.Batch
addBatch, getMaxBatchSize, isFull, isReady, setBatchStatement, setInsertStatement, setMaxBatchSize, setObject, setString, setTemporary, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total_rows

public static int total_rows

total_st

public static int total_st
Constructor Detail

ValueBatch

public ValueBatch()
Method Detail

setTable

public void setTable(RdbmsTable table)

flush

public int flush()
          throws SQLException
Overrides:
flush in class Batch
Returns:
-1 if already flushed
Throws:
SQLException


Copyright © 2001-2008 Aduna. All Rights Reserved.