Interface JDBCEncoder

  • All Known Implementing Classes:
    JDBCEncoderImpl

    public interface JDBCEncoder
    Represents for JDBC encoder from Java value to SQL value

    The default encoder provides the best efforts to convert Java type to SQL type as JDBC 4.2 spec.

    You can replace it to adapt to a specific SQL driver by creating your owns then includes in the SPI file (META-INF/services/io.vertx.ext.jdbc.spi.JDBCEncoder)

    Since:
    4.2.0
    See Also:
    Mapping of java.sql.Types to SQL types, JDBCEncoderImpl, JDBCType, SQLType