类的使用
org.springframework.jdbc.object.SqlOperation
使用SqlOperation的程序包 程序包 说明 org.springframework.jdbc.object The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.org.springframework.jdbc.object中SqlOperation的使用
org.springframework.jdbc.object中SqlOperation的子类 修饰符和类型 类 说明 classBatchSqlUpdateSqlUpdate subclass that performs batch update operations.classGenericSqlQuery<T>classMappingSqlQuery<T>Reusable query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet into an object.classMappingSqlQueryWithParameters<T>Reusable RDBMS query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to map each row of the JDBC ResultSet into an object.classSqlFunction<T>SQL "function" wrapper for a query that returns a single row of results.classSqlQuery<T>Reusable operation object representing an SQL query.class