Interface GeoTypeBinder


public interface GeoTypeBinder
Binder for Geometry types.
  • Method Summary

    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