ASCII statement.
*/
-final class Ascii extends AbstractFieldBIT LENGTH statement.
*/
-final class BitLength extends AbstractFieldCHAR LENGTH statement.
*/
-final class CharLength extends AbstractFieldASCII function.
+ */
+ @NotNull
+ @Support({ CUBRID, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES })
+ public static FieldASCII function.
+ */
+ @NotNull
+ @Support({ CUBRID, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES })
+ public static FieldBIT_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldBIT_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldCHAR_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldCHAR_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldLEFT function.
*/
@@ -14935,6 +14989,24 @@ public class DSL {
return new Left(string, length);
}
+ /**
+ * The LENGTH function, an alias for the CHAR_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldLENGTH function, an alias for the CHAR_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldLOWER function.
*/
@@ -15061,6 +15133,78 @@ public class DSL {
return new Ltrim(string);
}
+ /**
+ * The MID function, an alias for the SUBSTRING function.
+ */
+ @NotNull
+ @Support
+ public static FieldMID function, an alias for the SUBSTRING function.
+ */
+ @NotNull
+ @Support
+ public static FieldMID function, an alias for the SUBSTRING function.
+ */
+ @NotNull
+ @Support
+ public static FieldMID function, an alias for the SUBSTRING function.
+ */
+ @NotNull
+ @Support
+ public static FieldMID function, an alias for the SUBSTRING function.
+ */
+ @NotNull
+ @Support
+ public static FieldMID function, an alias for the SUBSTRING function.
+ */
+ @NotNull
+ @Support
+ public static FieldOCTET_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldOCTET_LENGTH function.
+ */
+ @NotNull
+ @Support
+ public static FieldPOSITION function.
*/
@@ -15823,29 +15967,6 @@ public class DSL {
return overlay(in, placing, startIndex, length);
}
- /**
- * Get the ascii(field) function.
- *
- * @see #ascii(Field)
- */
- @NotNull
- @Support({ CUBRID, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES })
- public static Field
- * This renders the ascii function:
- *
- * This renders the substr or substring function:
- *
- * This translates into any dialect
- */
- @NotNull
- @Support
- public static Field
- * This translates into any dialect
- */
- @NotNull
- @Support
- public static Field
- * This translates into any dialect
- */
- @NotNull
- @Support
- public static Field
- * This translates into any dialect
- */
- @NotNull
- @Support
- public static Field
- * This translates into any dialect
- */
- @NotNull
- @Support
- public static Field
- * This translates into any dialect
- */
- @NotNull
- @Support
- public static Field
- */
- @NotNull
- @Support({ CUBRID, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES })
- public static Fieldascii([field])
concat(field, value) function.
*
@@ -15895,120 +16016,6 @@ public class DSL {
return new Concat(Tools.nullSafe(fields));
}
- /**
- * Get the mid(field, startingPosition, length) function.
- *
- * @see #substring(Field, Field, Field)
- */
- @NotNull
- @Support
- public static Field
- */
- @NotNull
- @Support
- public static Fieldsubstr([field], [startingPosition], [length]) or
- * substring([field], [startingPosition], [length])
VARCHAR type. This is a synonym for
- * {@link #charLength(String)}.
- *
- * @see #charLength(String)
- */
- @NotNull
- @Support
- public static FieldVARCHAR type. This is a synonym for
- * {@link #charLength(Field)}.
- *
- * @see #charLength(Field)
- */
- @NotNull
- @Support
- public static FieldOCTET LENGTH statement.
*/
-final class OctetLength extends AbstractField