org.openrdf.sail.rdbms.schema
Class LongIdSequence
java.lang.Object
org.openrdf.sail.rdbms.schema.IdSequence
org.openrdf.sail.rdbms.schema.LongIdSequence
public class LongIdSequence
- extends IdSequence
- Author:
- James Leigh
| Methods inherited from class org.openrdf.sail.rdbms.schema.IdSequence |
code, getHashTable, getMod, hash, hashLiteralType, hashOf, idOf, isLiteral, isLong, isURI, setHashTable, valueOf, valueOf, valueOf |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongIdSequence
public LongIdSequence()
getShift
public int getShift()
- Specified by:
getShift in class IdSequence
getJdbcIdType
public int getJdbcIdType()
- Specified by:
getJdbcIdType in class IdSequence
getSqlType
public String getSqlType()
- Specified by:
getSqlType in class IdSequence
init
public void init()
throws SQLException
- Specified by:
init in class IdSequence
- Throws:
SQLException
idOf
public Number idOf(Number number)
- Specified by:
idOf in class IdSequence
maxId
public Number maxId(ValueType type)
- Specified by:
maxId in class IdSequence
minId
public Number minId(ValueType type)
- Specified by:
minId in class IdSequence
nextId
public Number nextId(Value value)
- Specified by:
nextId in class IdSequence
shift
protected int shift(Number id)
- Specified by:
shift in class IdSequence
Copyright © 2001-2008 Aduna. All Rights Reserved.