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

java.lang.Object
  extended by org.outerj.daisy.query.model.SqlGenerationContext.FieldTypesTable
All Implemented Interfaces:
SqlGenerationContext.Table
Enclosing class:
SqlGenerationContext

public static final class SqlGenerationContext.FieldTypesTable
extends java.lang.Object
implements SqlGenerationContext.Table


Constructor Summary
SqlGenerationContext.FieldTypesTable()
           
 
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
 

Constructor Detail

SqlGenerationContext.FieldTypesTable

public SqlGenerationContext.FieldTypesTable()
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.