Uses of Annotation Interface
org.jooq.Stringly.Param
Packages that use Stringly.Param
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of Stringly.Param in org.jooq
Method parameters in org.jooq with annotations of type Stringly.ParamModifier and TypeMethodDescription@NotNull AlterTypeFinalStepAdd theADD VALUEclause to theALTER TYPEstatement.@NotNull CreateTypeFinalStepAdd theAS ENUMclause to theCREATE TYPEstatement.@NotNull LikeEscapeStepTheLIKEoperator.@NotNull LikeEscapeStepField.likeIgnoreCase(String pattern) TheLIKE_IGNORE_CASEoperator.@NotNull ConditionTheREGEXP_LIKEoperator.@NotNull LikeEscapeStepTheNOT_LIKEoperator.@NotNull LikeEscapeStepField.notLikeIgnoreCase(String pattern) TheNOT_LIKE_IGNORE_CASEoperator.@NotNull ConditionField.notLikeRegex(String pattern) TheNOT_REGEXP_LIKEoperator.@NotNull LikeEscapeStepField.notSimilarTo(String pattern) TheNOT_SIMILAR_TOoperator.@NotNull AlterTypeRenameValueToStepAlterTypeStep.renameValue(String renameValue) Add theRENAME VALUEclause to theALTER TYPEstatement.@NotNull StatementSignalSetStep.setMessageText(String messageText) Add theSET MESSAGE TEXTclause to theSIGNAL SQL STATEfunction.@NotNull LikeEscapeStepTheSIMILAR_TOoperator.@NotNull AlterTypeFinalStepAdd theTOclause to theALTER TYPEstatement. -
Uses of Stringly.Param in org.jooq.impl
Method parameters in org.jooq.impl with annotations of type Stringly.ParamModifier and TypeMethodDescriptionDSL.arrayToString(Object[] array, String delimiter) TheARRAY_TO_STRINGfunction.DSL.arrayToString(Object[] array, String delimiter, String nullString) TheARRAY_TO_STRINGfunction.DSL.arrayToString(Object[] array, String delimiter, String nullString) TheARRAY_TO_STRINGfunction.TheASCIIfunction.TheBIT_LENGTHfunction.DSL.charLength(String string) TheCHAR_LENGTHfunction.static @NotNull CommentCreate a comment.TheCONCAT_WSfunction.TheCONCAT_WSfunction.DSL.concatWs(String separator, Collection<? extends Field<String>> values) TheCONCAT_WSfunction.TheCONCAT_WSfunction.TheCONCAT_WSfunction.Convert a string value to aDATE.static @NotNull StringConvenience method forDSL.replace(Field, String, String)to escape data for use withField.like(Field, char).static @NotNull StatementTheEXECUTEfunction.Convert a string value to aTIMESTAMP WITH TIME ZONE.static @NotNull JSONExistsOnStepDSL.jsonbExists(Field<JSONB> field, String path) The JSONB exists predicate.DSL.jsonbGetAttribute(Field<JSONB> field, String attribute) TheJSONB_GET_ATTRIBUTEfunction.DSL.jsonbGetAttribute(JSONB field, String attribute) TheJSONB_GET_ATTRIBUTEfunction.DSL.jsonbGetAttributeAsText(Field<JSONB> field, String attribute) TheJSONB_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonbGetAttributeAsText(JSONB field, String attribute) TheJSONB_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonbInsert(Field<JSONB> field, String path, Object value) TheJSONB_INSERTfunction.DSL.jsonbInsert(Field<JSONB> field, String path, Field<?> value) TheJSONB_INSERTfunction.static @NotNull ConditionDSL.jsonbKeyExists(Field<JSONB> json, String key) TheJSONB_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonbKeyExists(JSONB json, String key) TheJSONB_KEY_EXISTSfunction.static @NotNull JSONObjectNullStep<JSONB> DSL.jsonbObject(String key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectAggNullStep<JSONB> DSL.jsonbObjectAgg(String key, Field<?> value) The JSONB object aggregate function.static @NotNull JSONQueryOnStep<JSONB> DSL.jsonbQuery(Field<JSONB> json, String path) TheJSONB_QUERYfunction.DSL.jsonbRemove(Field<JSONB> field, String path) TheJSONB_REMOVEfunction.DSL.jsonbReplace(Field<JSONB> field, String path, Object value) TheJSONB_REPLACEfunction.DSL.jsonbReplace(Field<JSONB> field, String path, Field<?> value) TheJSONB_REPLACEfunction.TheJSONB_SETfunction.TheJSONB_SETfunction.static @NotNull JSONTableColumnsFirstStepDSL.jsonbTable(JSONB json, String path) The JSON table function.static @NotNull JSONValueOnStep<JSONB> DSL.jsonbValue(Field<JSONB> json, String path) TheJSONB_VALUEfunction.static @NotNull JSONExistsOnStepDSL.jsonExists(Field<JSON> field, String path) The JSON exists predicate.DSL.jsonGetAttribute(Field<JSON> field, String attribute) TheJSON_GET_ATTRIBUTEfunction.DSL.jsonGetAttribute(JSON field, String attribute) TheJSON_GET_ATTRIBUTEfunction.DSL.jsonGetAttributeAsText(Field<JSON> field, String attribute) TheJSON_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonGetAttributeAsText(JSON field, String attribute) TheJSON_GET_ATTRIBUTE_AS_TEXTfunction.DSL.jsonInsert(Field<JSON> field, String path, Object value) TheJSON_INSERTfunction.DSL.jsonInsert(Field<JSON> field, String path, Field<?> value) TheJSON_INSERTfunction.static @NotNull ConditionDSL.jsonKeyExists(Field<JSON> json, String key) TheJSON_KEY_EXISTSfunction.static @NotNull ConditionDSL.jsonKeyExists(JSON json, String key) TheJSON_KEY_EXISTSfunction.static @NotNull JSONObjectAggNullStep<JSON> DSL.jsonObjectAgg(String key, Field<?> value) The JSON object aggregate function.static @NotNull JSONQueryOnStep<JSON> TheJSON_QUERYfunction.DSL.jsonRemove(Field<JSON> field, String path) TheJSON_REMOVEfunction.DSL.jsonReplace(Field<JSON> field, String path, Object value) TheJSON_REPLACEfunction.DSL.jsonReplace(Field<JSON> field, String path, Field<?> value) TheJSON_REPLACEfunction.TheJSON_SETfunction.TheJSON_SETfunction.static @NotNull JSONValueOnStep<JSON> TheJSON_VALUEfunction.static @NotNull JSONEntryValueStepA constructor for JSON entries to be used withDSL.jsonObject(JSONEntry...).TheLEFTfunction.TheLEFTfunction.TheLENGTHfunction, an alias for theCHAR_LENGTHfunction.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.listAggDistinct(Field<?> field, String separator) Get the aggregated concatenation for a field.Convert a string value to aDATE.static @NotNull Field<LocalDateTime> DSL.localDateTime(String value) Convert a string value to aTIMESTAMP.Convert a string value to aTIME.TheLOWERfunction.TheLPADfunction.TheLPADfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.TheLTRIMfunction.TheMD5function.DSL.octetLength(String string) TheOCTET_LENGTHfunction.static @NotNull Field<OffsetDateTime> DSL.offsetDateTime(String value) Convert a string value to aTIMESTAMP WITH TIME ZONE.static @NotNull Field<OffsetTime> DSL.offsetTime(String value) Convert a string value to aTIME WITH TIME ZONE.TheOVERLAYfunction.TheOVERLAYfunction.static <T> @NotNull Param<T> Create a named parameter with a defined type and no initial value.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.ThePOSITIONfunction.TheREPEATfunction.TheREPEATfunction.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.TheREPLACEfunction.TheREVERSEfunction.TheRIGHTfunction.TheRIGHTfunction.TheRPADfunction.TheRPADfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.TheRTRIMfunction.TheSPLIT_PARTfunction.TheSPLIT_PARTfunction.DSL.stGeomFromText(String text) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(String text, int srid) TheST_GEOMFROMTEXTfunction.DSL.stGeomFromText(String text, Field<? extends Number> srid) TheST_GEOMFROMTEXTfunction.static @NotNull OrderedAggregateFunction<String> Get the aggregated concatenation for a field.static @NotNull OrderedAggregateFunction<String> DSL.stringAggDistinct(Field<?> field, String separator) Get the aggregated concatenation for a field.DSL.stringToArray(String string, String delimiter) TheSTRING_TO_ARRAYfunction.DSL.stringToArray(String string, String delimiter) TheSTRING_TO_ARRAYfunction.DSL.stringToArray(String string, String delimiter, String nullString) TheSTRING_TO_ARRAYfunction.DSL.stringToArray(String string, String delimiter, String nullString) TheSTRING_TO_ARRAYfunction.DSL.stringToArray(String string, String delimiter, String nullString) TheSTRING_TO_ARRAYfunction.DSL.substringIndex(Field<String> string, String delimiter, int n) TheSUBSTRING_INDEXfunction.TheSUBSTRING_INDEXfunction.TheTO_CHARfunction.TheTO_CHARfunction.TheTO_DATEfunction.TheTO_DATEfunction.TheTO_DATEfunction.TheTO_DATEfunction.DSL.toTimestamp(String value, String formatMask) TheTO_TIMESTAMPfunction.DSL.toTimestamp(String value, String formatMask) TheTO_TIMESTAMPfunction.DSL.toTimestamp(String value, Field<String> formatMask) TheTO_TIMESTAMPfunction.DSL.toTimestamp(Field<String> value, String formatMask) TheTO_TIMESTAMPfunction.TheTRANSLATEfunction.TheTRANSLATEfunction.TheTRANSLATEfunction.TheTRANSLATEfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheTRIMfunction.TheUPPERfunction.DSL.xmlcomment(String comment) TheXMLCOMMENTfunction.static @NotNull XMLExistsPassingStepThe XML exists function.DSL.xmlparseContent(String content) The XML parse function.DSL.xmlparseDocument(String content) The XML parse function.static @NotNull XMLQueryPassingStepThe XML query function.static @NotNull XMLTablePassingStepThe XML table function.