|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.ibatis.support.SqlMapClientDaoSupport egovframework.rte.psl.dataaccess.EgovAbstractDAO egovframework.rfc3.common.dao.RfcCMSAbstractDAO egovframework.rfc3.common.dao.UtilDAO
@Repository(value="UtilDAO") public class UtilDAO
Constructor Summary | |
---|---|
UtilDAO()
|
Method Summary | |
---|---|
java.util.List<TableVO> |
selectTableAllList()
테이블 전체 목록 |
java.util.List<TableVO> |
selectTableDataIntegrity(java.lang.String tableName)
테이블 정의서 목록 |
java.util.List<java.util.HashMap> |
selectTableIndexDataList(java.lang.String tableName)
테이블 인덱스 목록 |
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO |
---|
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
---|
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UtilDAO()
Method Detail |
---|
public java.util.List<TableVO> selectTableAllList()
public java.util.List<TableVO> selectTableDataIntegrity(java.lang.String tableName)
tableName
-
public java.util.List<java.util.HashMap> selectTableIndexDataList(java.lang.String tableName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |