public static final class _MySQLPlugIn.MySQLExpression.JoinClauseDefinition extends Object
MySQLExpression
to assemble the correct join
clause.
kieran copied from PostgreSQLPlugIn's JoinClause helper classConstructor and Description |
---|
JoinClauseDefinition(String leftTableNameAndAlias,
String joinOperation,
String rightTableNameAndAlias,
String joinCondition2,
int leftTableID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
sortKey()
Property that makes this class "sortable" by left table ID.
|
String |
toString() |
Copyright © 2002 – 2024 Project Wonder.