Package com.basis.api.admin
Class BBjAdminTableSanity
java.lang.Object
com.basis.api.admin.BBjAdminTableSanity
- All Implemented Interfaces:
Serializable
Contains information about the "sanity" of a particular database table. During
table analysis, sanity is checked and if there are issues found with a table,
information is logged to the DD_SANITY table about the nature of the problem.
This is designed to help the administrator find problems in their database
before customers do.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTable()
void
setDatabase
(String p_database) void
setMessages
(List<BBjAdminTableSanityMessage> p_messages) void
-
Constructor Details
-
BBjAdminTableSanity
public BBjAdminTableSanity()
-
-
Method Details
-
getTable
-
setTable
-
getDatabase
-
setDatabase
-
getMessages
-
setMessages
-