public class FromClause extends Clause
Modifier and Type | Field and Description |
---|---|
static int |
DOCTYPE |
FromList |
elements |
static int |
LOCATION |
int |
type |
Constructor and Description |
---|
FromClause() |
FromClause(FromList elements) |
FromClause(int type,
FromList elements) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
void |
add(String element) |
void |
add(String alias,
String element) |
int |
count() |
boolean |
equals(Object obj) |
String |
get(int i) |
String |
get(String alias) |
String |
getAlias(int i) |
int |
getType() |
int |
hashCode() |
String |
toString() |
public static final int DOCTYPE
public static final int LOCATION
public final int type
public FromClause()
public FromClause(FromList elements)
public FromClause(int type, FromList elements)
Copyright © 2018 Nuxeo. All rights reserved.