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 interface:
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

public java.lang.String getName()

getJoinExpression

public java.lang.String getJoinExpression(boolean searchLastVersion)

bindJoin

public int bindJoin(java.sql.PreparedStatement stmt,
                    int bindPos)
             throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © -2005 . All Rights Reserved.