Uses of Class
com.appslandia.common.jdbc.NamedParSql
-
Packages that use NamedParSql Package Description com.appslandia.common.jdbc com.appslandia.common.record -
-
Uses of NamedParSql in com.appslandia.common.jdbc
Fields in com.appslandia.common.jdbc declared as NamedParSql Modifier and Type Field Description protected NamedParSqlStatementImpl. namedParSqlMethods in com.appslandia.common.jdbc that return NamedParSql Modifier and Type Method Description NamedParSqlNamedParSql. arrayLen(String parameterName, int maxLength)protected NamedParSqlStatementImpl. getNamedParSql()NamedParSqlNamedParSql. initialize()NamedParSqlNamedParSql. setName(String name)NamedParSqlNamedParSql. sql(String sql)Methods in com.appslandia.common.jdbc with parameters of type NamedParSql Modifier and Type Method Description static voidJdbcUtils. setParameters(StatementImpl stat, NamedParSql sql, Map<String,Object> params)Constructors in com.appslandia.common.jdbc with parameters of type NamedParSql Constructor Description StatementImpl(Connection conn, NamedParSql sql)StatementImpl(Connection conn, NamedParSql sql, boolean returnGeneratedKey)StatementImpl(Connection conn, NamedParSql sql, int resultSetType, int resultSetConcurrency) -
Uses of NamedParSql in com.appslandia.common.record
Methods in com.appslandia.common.record that return NamedParSql Modifier and Type Method Description NamedParSqlTable. getDeleteSql()NamedParSqlTable. getExistsSql()NamedParSqlTable. getGetSql()NamedParSqlTable. getInsertSql()NamedParSqlTable. getUpdateSql()
-