JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
io.ebean.core
io.ebeaninternal.server.type
GeoTypeBinder
Contents
Description
Method Summary
Method Details
bind(DataBinder, int, Object)
Hide sidebar
Show sidebar
Interface GeoTypeBinder
public interface
GeoTypeBinder
Binder for Geometry types.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
bind
(io.ebean.core.type.DataBinder binder, int dataType,
Object
data)
Bind the geometry type.
Method Details
bind
void
bind
(io.ebean.core.type.DataBinder binder, int dataType,
Object
data)
throws
SQLException
Bind the geometry type.
Throws:
SQLException