public class JGeometryType extends AbstractType<org.geolatte.geom.Geometry>
| Modifier and Type | Field and Description |
|---|---|
static JGeometryType |
DEFAULT |
| Constructor and Description |
|---|
JGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.geolatte.geom.Geometry> |
getReturnedClass()
Get the returned type
|
org.geolatte.geom.Geometry |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
org.geolatte.geom.Geometry value)
Set the object to the statement
|
getLiteral, getSQLTypespublic static final JGeometryType DEFAULT
public Class<org.geolatte.geom.Geometry> getReturnedClass()
Type@Nullable public org.geolatte.geom.Geometry getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic void setValue(PreparedStatement st, int startIndex, org.geolatte.geom.Geometry value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2014 Mysema Ltd. All rights reserved.