|
com.im.commons.db 5.9.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.commons.db.dml.SQLJoin
public class SQLJoin
| Nested Class Summary | |
|---|---|
static class |
SQLJoin.Path
|
| Field Summary | |
|---|---|
static SQLJoin |
NO_JOIN
|
| Constructor Summary | |
|---|---|
SQLJoin(SQLJoin.Path path)
|
|
SQLJoin(SQLJoin.Path[] paths)
Creates a new instance of SQLJoin |
|
| Method Summary | |
|---|---|
void |
addRequiredTables(Set<SchemaQualifiedName> requiredTables)
|
void |
appendTo(StringBuffer buf)
|
boolean |
equals(Object o)
|
SQLJoin.Path[] |
getPaths()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SQLJoin NO_JOIN
| Constructor Detail |
|---|
public SQLJoin(SQLJoin.Path[] paths)
public SQLJoin(SQLJoin.Path path)
| Method Detail |
|---|
public SQLJoin.Path[] getPaths()
public void addRequiredTables(Set<SchemaQualifiedName> requiredTables)
public void appendTo(StringBuffer buf)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
com.im.commons.db 5.9.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||