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.SQLException
java.sql.ResultSet getByWhere(java.lang.String colName, java.lang.String value) throws java.sql.SQLException
id
- idName
- java.sql.SQLException
java.sql.ResultSet getLista(java.lang.String... args) throws java.sql.SQLException
args
- java.sql.SQLException
int[] setData(javax.servlet.http.HttpServletRequest request, java.lang.String... args) throws java.sql.SQLException
request
- args
- java.sql.SQLException
int[] setRow(javax.servlet.http.HttpServletRequest request, java.lang.String... args) throws java.sql.SQLException
request
- args
- java.sql.SQLException
java.lang.Boolean delData(java.lang.String id) throws java.sql.SQLException
id
- java.sql.SQLException