org.openrdf.sail.rdbms.schema
Class ValueBatch
java.lang.Object
org.openrdf.sail.rdbms.schema.Batch
org.openrdf.sail.rdbms.schema.ValueBatch
- Direct Known Subclasses:
- HashBatch
public class ValueBatch
- extends Batch
- Author:
- James Leigh
| 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 |
total_rows
public static int total_rows
total_st
public static int total_st
ValueBatch
public ValueBatch()
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.