Uses of Record Class
com.aashish.javaormashcode.sql.PreparedSql
Packages that use PreparedSql
Package
Description
-
Uses of PreparedSql in com.aashish.javaormashcode.jdbc
Methods in com.aashish.javaormashcode.jdbc with parameters of type PreparedSqlModifier and TypeMethodDescriptionstatic <T> List<T> JdbcExecutor.query(OrmSession session, PreparedSql preparedSql, Class<T> targetType) static <T> List<T> JdbcExecutor.query(DataSource dataSource, PreparedSql preparedSql, Class<T> targetType) JdbcExecutor.querySingleRow(OrmSession session, PreparedSql preparedSql) JdbcExecutor.querySingleRow(DataSource dataSource, PreparedSql preparedSql) static intJdbcExecutor.update(OrmSession session, PreparedSql preparedSql) static intJdbcExecutor.update(DataSource dataSource, PreparedSql preparedSql) -
Uses of PreparedSql in com.aashish.javaormashcode.query
Methods in com.aashish.javaormashcode.query that return PreparedSqlModifier and TypeMethodDescriptionSubquery.toPreparedSql()Returns parameterized SQL for the subquery wrapped in parentheses. -
Uses of PreparedSql in com.aashish.javaormashcode.sql
Methods in com.aashish.javaormashcode.sql that return PreparedSqlModifier and TypeMethodDescriptionstatic PreparedSqlSqlRenderer.prepareAggregate(QueryState state) static PreparedSqlSqlRenderer.prepareDelete(QueryState state) static PreparedSqlSqlRenderer.prepareInsert(QueryState state) static PreparedSqlSqlRenderer.prepareSelect(QueryState state) static PreparedSqlSqlRenderer.prepareUpdate(QueryState state)