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 voidJdbcUtils. setParameters(StatementImpl stat, Sql sql, 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)
-