Uses of Class
com.appslandia.common.jdbc.StatementImpl
-
Packages that use StatementImpl Package Description com.appslandia.common.jdbc com.appslandia.common.record -
-
Uses of StatementImpl in com.appslandia.common.jdbc
Methods in com.appslandia.common.jdbc that return StatementImpl Modifier and Type Method Description StatementImplConnectionImpl. prepareStatement(String sql)StatementImplConnectionImpl. prepareStatement(String sql, int autoGeneratedKeys)StatementImplConnectionImpl. prepareStatement(String sql, int[] columnIndexes)StatementImplConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency)StatementImplConnectionImpl. prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)StatementImplConnectionImpl. prepareStatement(String sql, String[] columnNames)Methods in com.appslandia.common.jdbc with parameters of type StatementImpl Modifier and Type Method Description static <T> List<T>JdbcUtils. executeList(StatementImpl stat, ResultSetMapper<T> mapper, List<T> list)static <K,V>
Map<K,V>JdbcUtils. executeMap(StatementImpl stat, ResultSetMapper<K> keyMapper, ResultSetMapper<V> valueMapper, Map<K,V> map)static <K,V>
Map<K,V>JdbcUtils. executeMap(StatementImpl stat, String keyColumn, String valueColumn, Map<K,V> map)static <T> TJdbcUtils. executeSingle(StatementImpl stat, ResultSetMapper<T> mapper)static voidJdbcUtils. setParameters(StatementImpl stat, Map<String,Object> params) -
Uses of StatementImpl in com.appslandia.common.record
Methods in com.appslandia.common.record with parameters of type StatementImpl Modifier and Type Method Description protected voidDbManager. setParameter(StatementImpl stat, String parameterName, Object val, int sqlType)
-