|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Join.Type | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.jdbc |
Uses of Join.Type in org.geotools.data |
---|
Methods in org.geotools.data that return Join.Type | |
---|---|
Join.Type |
Join.getType()
The type of the join. |
static Join.Type |
Join.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Join.Type[] |
Join.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.geotools.data with parameters of type Join.Type | |
---|---|
void |
Join.setType(Join.Type type)
Sets the join type. |
Join |
Join.type(Join.Type type)
Chaining method for Join.setType(Type) |
Uses of Join.Type in org.geotools.jdbc |
---|
Methods in org.geotools.jdbc with parameters of type Join.Type | |
---|---|
void |
SQLDialect.encodeJoin(Join.Type joinType,
StringBuffer sql)
Encodes the syntax for a join between two tables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |