Package | Description |
---|---|
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.jdbc |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Join.setType(Join.Type type)
Sets the join type.
|
Join |
Join.type(Join.Type type)
Chaining method for
Join.setType(Type) |
Modifier and Type | Method and Description |
---|---|
void |
SQLDialect.encodeJoin(Join.Type joinType,
StringBuffer sql)
Encodes the syntax for a join between two tables.
|
Copyright © 1996–2022 Geotools. All rights reserved.