|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DAO
Describes a DAO in the ano-db framework.
Field Summary | |
---|---|
static String |
ATT_NAME_DAO_CREATED
Attribute name for created timestamp of a row. |
static String |
ATT_NAME_DAO_UPDATED
Attribute name for last updated timestamp of a row. |
Method Summary | |
---|---|
void |
createStructure(Connection connection)
Creates initial DB structure. |
void |
deleteStructure(Connection connectiion)
Deletes DB Structure. |
Field Detail |
---|
static final String ATT_NAME_DAO_CREATED
static final String ATT_NAME_DAO_UPDATED
Method Detail |
---|
void createStructure(Connection connection) throws DAOException
connection
-
DAOException
void deleteStructure(Connection connectiion) throws DAOException
connectiion
-
DAOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |