| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.ResultSetMetaData
ResultSetMetaData | public class ResultSetMetaData extends InspectorBase (Code) | | ER-070
ResultSetMetaData is banned. The disclosure of DB internals (here Column Names) on Business/Service layer is bad design
author: Pavel Vlasov version: $Revision: 1.3 $ |
Method Summary | |
public void | visit(Parameter element) Reviews if the not allowed class is used. | public void | visit(VariableDefinition element) Reviews if the not allowed class is used. | public void | visit(Ident element) Reviews if the not allowed class is used. |
visit | public void visit(Parameter element)(Code) | | Reviews if the not allowed class is used.
Parameters: element - the parameter to be reviewed. |
visit | public void visit(VariableDefinition element)(Code) | | Reviews if the not allowed class is used.
Parameters: element - the variable definition to be reviewed |
visit | public void visit(Ident element)(Code) | | Reviews if the not allowed class is used.
Parameters: element - the identifier to be reviewed. |
|
|
|