Class SqlText
java.lang.Object
com.ibatis.sqlmap.engine.mapping.sql.SqlText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the parameter mappings.getText()
Gets the text.boolean
Checks if is post parse required.boolean
Checks if is white space.void
setParameterMappings
(ParameterMapping[] parameterMappings) Sets the parameter mappings.void
setPostParseRequired
(boolean postParseRequired) Sets the post parse required.void
Sets the text.
-
Constructor Details
-
SqlText
public SqlText()
-
-
Method Details
-
getText
-
setText
-
isWhiteSpace
public boolean isWhiteSpace()Checks if is white space.- Returns:
- true, if is white space
-
getParameterMappings
Gets the parameter mappings.- Returns:
- the parameter mappings
-
setParameterMappings
Sets the parameter mappings.- Parameters:
parameterMappings
- the new parameter mappings
-
isPostParseRequired
public boolean isPostParseRequired()Checks if is post parse required.- Returns:
- true, if is post parse required
-
setPostParseRequired
public void setPostParseRequired(boolean postParseRequired) Sets the post parse required.- Parameters:
postParseRequired
- the new post parse required
-