|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSqlFragment
SqlFragmentContainer
JdbcFragment
public final class JdbcFragment
Represents an SQL escape sequence found in the SQL annotation's statement member. A JdbcFragment may contain child SqlFragments, typically these fragments consist of LiteralFragments and ReflectionFragments. Parameter substitutions may occur within the SQL escape delimiters {}. Syntactically an SQL escape sequence must match one of the following forms, where _space_ is a whitespace character:
Field Summary |
---|
Fields inherited from class SqlFragmentContainer |
---|
_children |
Method Summary |
---|
Methods inherited from class SqlFragmentContainer |
---|
toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |