You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="block">Support for bcd_log_login logging as well as further security enhancement, such as session-fixation {@link https://owasp.org/www-community/attacks/Session_fixation}</div>
110
+
<divclass="block">Support for bcd_log_login logging as well as further security enhancement, such as session-fixation, see <ahref="https://owasp.org/www-community/attacks/Session_fixation">OWASP Session_fixation</a></div>
111
111
</div>
112
112
<divclass="col-first even-row-color all-classes-table all-classes-table-tab2"><ahref="de/businesscode/bcdui/subjectsettings/config/AuthenticationType.html" title="class in de.businesscode.bcdui.subjectsettings.config">AuthenticationType</a></div>
Copy file name to clipboardExpand all lines: docs/javadoc/de/businesscode/bcdui/binding/BindingUtils.html
+33-7Lines changed: 33 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -118,11 +118,17 @@ <h2>Method Summary</h2>
118
118
<divclass="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><ahref="#addTableAlias(java.util.List,java.util.List)" class="member-name-link">addTableAlias</a><wbr>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>> sCE,
119
119
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>> tableAliases)</code></div>
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <spanclass="element-name">addTableAlias</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>> sCE,
190
196
<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>> tableAliases)</span></div>
191
-
<divclass="block">Use output of splitColumnExpression to prepend table alias to columnexpressions
197
+
<divclass="block">Use output of splitColumnExpression to prepend table alias to column-expressions
192
198
Column expressions prefixed with SimpleBindingItem.BCD_NO_TABLE_ALIAS by the user are excluded from this
193
-
the user has to assure that this is only used in an unambiguous statement when using this in a join.
194
-
This is the case for example if the column refers to another table than the one assigned to this BindingSet
199
+
the user has to ensure that this is only used in an unambiguous statement when using this in a join.
200
+
This is the case, for example, if the column refers to another table than the one assigned to this BindingSet
195
201
or for mySequence.nextval expressions (this, referring to a global name, needs to be prefixed with BCD_NO_TABLE_ALIAS.)</div>
196
202
</section>
197
203
</li>
@@ -218,7 +224,17 @@ <h3>isNumeric</h3>
218
224
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type">boolean</span> <spanclass="element-name">isNumeric</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> typeName)</span></div>
219
225
<dlclass="notes">
220
226
<dt>Returns:</dt>
221
-
<dd>true typeName represents a numeric type</dd>
227
+
<dd>true typeName represents a numeric type, including integer types</dd>
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type">boolean</span> <spanclass="element-name">isDecimal</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> typeName)</span></div>
235
+
<dlclass="notes">
236
+
<dt>Returns:</dt>
237
+
<dd>true typeName represents a decimal type, excluding integer types</dd>
0 commit comments