Uses of Class
net.sf.jkniv.sqlegance.params.ParamMarkType
-
Packages that use ParamMarkType Package Description net.sf.jkniv.sqlegance.dialect net.sf.jkniv.sqlegance.params -
-
Uses of ParamMarkType in net.sf.jkniv.sqlegance.dialect
Methods in net.sf.jkniv.sqlegance.dialect with parameters of type ParamMarkType Modifier and Type Method Description booleanAnsiDialect. supportsParmMark(ParamMarkType paramParse)booleanSqlDialect. supportsParmMark(ParamMarkType paramParse)verify if dialect supports a specificParamMarkType -
Uses of ParamMarkType in net.sf.jkniv.sqlegance.params
Methods in net.sf.jkniv.sqlegance.params that return ParamMarkType Modifier and Type Method Description ParamMarkTypeParamParser. getType()ParamMarkTypeParamParserColonMark. getType()ParamMarkTypeParamParserDollarMark. getType()ParamMarkTypeParamParserHashMark. getType()ParamMarkTypeParamParserNoMark. getType()ParamMarkTypeParamParserQuestionMark. getType()static ParamMarkTypeParamMarkType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParamMarkType[]ParamMarkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jkniv.sqlegance.params with parameters of type ParamMarkType Modifier and Type Method Description static ParamParserParamParserFactory. getInstance(ParamMarkType type)
-