Package org.tamilnadujug.sql
package org.tamilnadujug.sql
Code SQL Classes.
-
InterfacesClassDescriptionMaps and binds a parameter to a JDBC PreparedStatement.RowMapper<T>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.