org.outerj.daisy.query.model
Interface SqlGenerationContext.Table

All Known Implementing Classes:
SqlGenerationContext.ExtractedLinksTable, SqlGenerationContext.FieldTypesTable, SqlGenerationContext.LocksTable, SqlGenerationContext.PartsTable, SqlGenerationContext.SummariesTable, SqlGenerationContext.VersionsTable
Enclosing class:
SqlGenerationContext

public static interface SqlGenerationContext.Table


Method Summary
 int bindJoin(java.sql.PreparedStatement stmt, int bindPos)
           
 java.lang.String getJoinExpression(boolean searchLastVersion)
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

getJoinExpression

java.lang.String getJoinExpression(boolean searchLastVersion)

bindJoin

int bindJoin(java.sql.PreparedStatement stmt,
             int bindPos)
             throws java.sql.SQLException,
                    org.outerj.daisy.repository.query.QueryException
Throws:
java.sql.SQLException
org.outerj.daisy.repository.query.QueryException


Copyright © -2012 . All Rights Reserved.