|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.spatial.dialect.AbstractJTSGeometryValueBinder
public abstract class AbstractJTSGeometryValueBinder
Constructor Summary | |
---|---|
AbstractJTSGeometryValueBinder()
|
Method Summary | |
---|---|
void |
bind(java.sql.PreparedStatement st,
com.vividsolutions.jts.geom.Geometry value,
int index,
org.hibernate.type.descriptor.WrapperOptions options)
Bind a value to a prepared statement. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractJTSGeometryValueBinder()
Method Detail |
---|
public void bind(java.sql.PreparedStatement st, com.vividsolutions.jts.geom.Geometry value, int index, org.hibernate.type.descriptor.WrapperOptions options) throws java.sql.SQLException
org.hibernate.type.descriptor.ValueBinder
bind
in interface org.hibernate.type.descriptor.ValueBinder<com.vividsolutions.jts.geom.Geometry>
st
- The prepared statement to which to bind the value.value
- The value to bind.index
- The position at which to bind the value within the prepared statementoptions
- The options.
java.sql.SQLException
- Indicates a JDBC error occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |