@@ -97,11 +97,11 @@ public TimesTenDialect(DialectResolutionInfo info) {
97
97
* at http://oss.oracle.com/licenses/upl
98
98
*
99
99
* - Added more datatypes into columnType():
100
- * BIT, CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY
101
- * LONGVARBINARY, BINARY_FLOAT, BINARY_DOUBLE, TIMESTAMP,
102
- * BLOB, CLOB, NCLOB
100
+ * BIT, CHAR, VARCHAR, LONGVARCHAR, BINARY, VARBINARY
101
+ * LONGVARBINARY, BINARY_FLOAT, BINARY_DOUBLE, TIMESTAMP,
102
+ * BLOB, CLOB, NCLOB
103
103
*
104
- * @Author: Carlos Blanco
104
+ * @Author: Carlos Blanco
105
105
*/
106
106
@ Override
107
107
protected String columnType (int sqlTypeCode ) {
@@ -206,15 +206,15 @@ public int getDefaultDecimalPrecision() {
206
206
* at http://oss.oracle.com/licenses/upl
207
207
*
208
208
* - Added more SQL functions support into initializeFunctionRegistry():
209
- * lower, upper, rtrim, ltrim, length, to_char, chr, instr, instrb,
210
- * lpad, rpad, substr, substrb, substring, str, soundex, replace,
211
- * to_date, sysdate, getdate, current_date, current_time, current_timestamp,
212
- * to_timestamp, add_months, months_between, abs, acos, asin, atan, atan2,
213
- * ceil, cos, cosh, exp, ln, sin, sign, sinh, mod, round, trunc, tan, tanh,
214
- * floor, power, bitnot, bitor, bitxor, nvl, user, rowid, uid, rownum,
215
- * vsize, SESSION_USER, SYSTEM_USER, CURRENT_USER
216
- *
217
- * @Author: Carlos Blanco
209
+ * lower, upper, rtrim, ltrim, length, to_char, chr, instr, instrb,
210
+ * lpad, rpad, substr, substrb, substring, str, soundex, replace,
211
+ * to_date, sysdate, getdate, current_date, current_time, current_timestamp,
212
+ * to_timestamp, add_months, months_between, abs, acos, asin, atan, atan2,
213
+ * ceil, cos, cosh, exp, ln, sin, sign, sinh, mod, round, trunc, tan, tanh,
214
+ * floor, power, bitnot, bitor, bitxor, nvl, user, rowid, uid, rownum,
215
+ * vsize, SESSION_USER, SYSTEM_USER, CURRENT_USER
216
+ *
217
+ * @Author: Carlos Blanco
218
218
*/
219
219
@ Override
220
220
public void initializeFunctionRegistry (FunctionContributions functionContributions ) {
@@ -516,7 +516,7 @@ public RowLockStrategy getWriteRowLockStrategy() {
516
516
*
517
517
* - Updated the custom definition for 'getForUpdateString()'
518
518
*
519
- * @Author: Carlos Blanco
519
+ * @Author: Carlos Blanco
520
520
*/
521
521
@ Override
522
522
public String getForUpdateString () {
@@ -708,7 +708,7 @@ public String getSelectClauseNullString(int sqlType, TypeConfiguration typeConfi
708
708
* - Added a custom definition for 'getDual()'
709
709
* - Added a custom definition for 'getFromDualForSelectOnly()'
710
710
*
711
- * @Author: Carlos Blanco
711
+ * @Author: Carlos Blanco
712
712
*/
713
713
714
714
@ Override
0 commit comments