Package org.tamilnadujug.sql


package org.tamilnadujug.sql
Code SQL Classes.
  • Interfaces
    Class
    Description
    Maps and binds a parameter to a JDBC PreparedStatement.
    Maps each row of a JDBC ResultSet to a Java object of type T.
    Sql<R>
    Represents a generic SQL operation that can be executed using a JDBC Connection or DataSource.
    Maps a JDBC CallableStatement to a Java object of type T.