Interface JdbcColumn<R>

  • Type Parameters:
    R - The result of a query (ResultSet).

    public interface JdbcColumn<R>
    Represents a column (field) of database.
    Since:
    0.6.0
    Author:
    Alisson Gomes