">
')">
')">
|
<%= Utils.formatToWeb((String)row.get("FldSql"), false) %>
|
<%= fldDispLabel != null? fldDispLabel : Utils.formatToWeb((String)row.get("FldDisplay"), false) %>
|
<%= row.get("FldNum") %>
|
<%
if (row.get("FldStd") != null && ((Boolean)row.get("FldStd")).booleanValue()) {
%>
" alt=""/>
<% } %>
|
<%= Utils.formatToWeb((String)row.get("FldFltID:Val"), false) %>
|
<%= Utils.formatToWeb(row.get("FldSize") == null ? "" : row.get("FldSize").toString(), false) %>
|
"/>">
<%= Utils.formatToWeb((String)row.get("FldTabID:TabName"), false) %>
|
<% if (row.get("FldFobID:ObjDisplay") != null) { %>
"/>">
<%= Utils.formatToWeb((String)row.get("FldFobID:ObjDisplay"), false) %>
<% } %>
|
<%
int delPolicy = Integer.MIN_VALUE;
String delPolicyDisplay = "";
if (row.get("FldDelPolicy") != null) {
delPolicy = ((Integer)row.get("FldDelPolicy")).intValue();
}
if (delPolicy == FieldBean.DEL_POLICY_NO_FK) {
delPolicyDisplay = Utils.getMessage(session, "L6235", "NO FK");
} else if (delPolicy == FieldBean.DEL_POLICY_NO_ACTION) {
delPolicyDisplay = Utils.getMessage(session, "L6232", "NO ACTION");
} else if (delPolicy == FieldBean.DEL_POLICY_SET_NULL) {
delPolicyDisplay = Utils.getMessage(session, "L6233", "SET NULL");
} else if (delPolicy == FieldBean.DEL_POLICY_CASCADE) {
delPolicyDisplay = Utils.getMessage(session, "L6234", "CASCADE");
} else if (delPolicy != Integer.MIN_VALUE) {
logger.warn("!!! List of fields : field " + row.get("FldSql").toString() + " has unknown deletion policy " + delPolicy);
}
%>
<%= delPolicyDisplay %>
|
<%
if (row.get("FldMultival") != null && ((Boolean)row.get("FldMultival")).booleanValue()) {
%>
" alt=" "/>
<% } %>
<%
if (row.get("FldCriteria") != null && ((Boolean)row.get("FldCriteria")).booleanValue()) {
%>
" alt=""/>
<% } %>
<%
if (row.get("FldOwner") != null && ((Boolean)row.get("FldOwner")).booleanValue()) {
%>
" alt=""/>
<% } %>
<%
if (row.get("FldModificationLogged") != null && ((Boolean)row.get("FldModificationLogged")).booleanValue()) {
%>
" alt=""/>
<% } %>
|
<%= Utils.formatToWeb((String)row.get("FldDisplayPolicy:Val"), false) %>
|
<%= Utils.formatToWeb((String)row.get("FldIndexPolicy:Val"), false) %>
|
<%
}
%>