org.outerj.daisy.query.model
Class SqlGenerationContext.PartsTable
java.lang.Object
org.outerj.daisy.query.model.SqlGenerationContext.PartsTable
- All Implemented Interfaces:
- SqlGenerationContext.Table
- Enclosing class:
- SqlGenerationContext
public static final class SqlGenerationContext.PartsTable
- 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 |
MIMETYPE
public static final java.lang.String MIMETYPE
- See Also:
- Constant Field Values
SIZE
public static final java.lang.String SIZE
- See Also:
- Constant Field Values
PARTTYPE_ID
public static final java.lang.String PARTTYPE_ID
- See Also:
- Constant Field Values
SqlGenerationContext.PartsTable
public SqlGenerationContext.PartsTable()
getName
public final 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.