Package | Description |
---|---|
net.sf.jkniv.sqlegance.dialect | |
net.sf.jkniv.sqlegance.params | |
net.sf.jkniv.whinstone.couchdb.dialect |
Modifier and Type | Method and Description |
---|---|
boolean |
AnsiDialect.supportsParmMark(ParamMarkType paramParse) |
boolean |
SqlDialect.supportsParmMark(ParamMarkType paramParse)
verify if dialect supports a specific
ParamMarkType |
Modifier and Type | Method and Description |
---|---|
ParamMarkType |
ParamParser.getType() |
ParamMarkType |
ParamParserColonMark.getType() |
ParamMarkType |
ParamParserDollarMark.getType() |
ParamMarkType |
ParamParserHashMark.getType() |
ParamMarkType |
ParamParserNoMark.getType() |
ParamMarkType |
ParamParserQuestionMark.getType() |
static ParamMarkType |
ParamMarkType.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.
|
Modifier and Type | Method and Description |
---|---|
static ParamParser |
ParamParserFactory.getInstance(ParamMarkType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
CouchDbDialect2o0.supportsParmMark(ParamMarkType paramParse) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.