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.booleanChecks if is post parse required.booleanChecks if is white space.voidsetParameterMappings(ParameterMapping[] parameterMappings) Sets the parameter mappings.voidsetPostParseRequired(boolean postParseRequired) Sets the post parse required.voidSets 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
-