org.outerj.daisy.query.model
Class SqlGenerationContext.LocksTable

java.lang.Object
  extended by 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


Field Summary
static java.lang.String DURATION
           
static java.lang.String LOCKTYPE
           
static java.lang.String OWNER_ID
           
static java.lang.String TIME_ACQUIRED
           
 
Constructor Summary
SqlGenerationContext.LocksTable()
           
 
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
 

Field Detail

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
Constructor Detail

SqlGenerationContext.LocksTable

public SqlGenerationContext.LocksTable()
Method Detail

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 © -2012 . All Rights Reserved.