public interface HorusBaseDAOCRUDInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
delData(java.lang.String id) |
java.sql.ResultSet |
getByWhere(java.lang.String colName,
java.lang.String value) |
java.sql.ResultSet |
getId(java.lang.String id) |
java.sql.ResultSet |
getLista(java.lang.String... args) |
int[] |
setData(javax.servlet.http.HttpServletRequest request,
java.lang.String... args) |
int[] |
setRow(javax.servlet.http.HttpServletRequest request,
java.lang.String... args) |
java.sql.ResultSet getId(java.lang.String id)
throws java.sql.SQLException
id - java.sql.SQLExceptionjava.sql.ResultSet getByWhere(java.lang.String colName,
java.lang.String value)
throws java.sql.SQLException
id - idName - java.sql.SQLExceptionjava.sql.ResultSet getLista(java.lang.String... args)
throws java.sql.SQLException
args - java.sql.SQLExceptionint[] setData(javax.servlet.http.HttpServletRequest request,
java.lang.String... args)
throws java.sql.SQLException
request - args - java.sql.SQLExceptionint[] setRow(javax.servlet.http.HttpServletRequest request,
java.lang.String... args)
throws java.sql.SQLException
request - args - java.sql.SQLExceptionjava.lang.Boolean delData(java.lang.String id)
throws java.sql.SQLException
id - java.sql.SQLException