org.outerj.daisy.query.model
Class SqlGenerationContext.LocksTable
java.lang.Object
org.outerj.daisy.query.model.SqlGenerationContext.LocksTable
- All Implemented Interfaces:
- SqlGenerationContext.Table
- Enclosing class:
- SqlGenerationContext
- public static final class SqlGenerationContext.LocksTable
- extends java.lang.Object
- implements SqlGenerationContext.Table
Method Summary |
int |
bindJoin(java.sql.PreparedStatement stmt,
int bindPos)
|
java.lang.String |
getJoinExpression(boolean searchLastVersion)
|
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCKTYPE
public static final java.lang.String LOCKTYPE
- See Also:
- Constant Field Values
OWNER_ID
public static final java.lang.String OWNER_ID
- See Also:
- Constant Field Values
TIME_ACQUIRED
public static final java.lang.String TIME_ACQUIRED
- See Also:
- Constant Field Values
DURATION
public static final java.lang.String DURATION
- See Also:
- Constant Field Values
SqlGenerationContext.LocksTable
public SqlGenerationContext.LocksTable()
getName
public java.lang.String getName()
- Specified by:
getName
in interface SqlGenerationContext.Table
getJoinExpression
public java.lang.String getJoinExpression(boolean searchLastVersion)
- Specified by:
getJoinExpression
in interface SqlGenerationContext.Table
bindJoin
public int bindJoin(java.sql.PreparedStatement stmt,
int bindPos)
- Specified by:
bindJoin
in interface SqlGenerationContext.Table
Copyright © -2005 . All Rights Reserved.