Class ScalarTypeInet.Postgres

    • Method Detail

      • bind

        public void bind​(DataBind b,
                         io.ebean.types.Inet value)
                  throws SQLException
        Description copied from interface: ScalarType
        Convert (if necessary) and bind the value to the preparedStatement.

        value may need to be converted from the logical bean property type to the JDBC type.

        Specified by:
        bind in interface ScalarType<io.ebean.types.Inet>
        Specified by:
        bind in class ScalarTypeInet
        Throws:
        SQLException