public class InnerJoin extends Join
Generates an INNER JOIN clause.
INNER JOIN table_name ON (condition)
Constructor and Description |
---|
InnerJoin(String table,
String condition) |
Modifier and Type | Method and Description |
---|---|
void |
collectSqlFragment(CodeWriter writer) |
getCondition, getTable
collectParameterValues, getParameterValues, getSqlFragment, isPretty, printSqlParts, setPretty, toString
public void collectSqlFragment(CodeWriter writer)
collectSqlFragment
in class SqlPart
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.