Class SqlText

java.lang.Object
com.ibatis.sqlmap.engine.mapping.sql.SqlText
All Implemented Interfaces:
SqlChild

public class SqlText extends Object implements SqlChild
The Class SqlText.
  • Constructor Details

    • SqlText

      public SqlText()
  • Method Details

    • getText

      public String getText()
      Gets the text.
      Returns:
      the text
    • setText

      public void setText(String text)
      Sets the text.
      Parameters:
      text - the new text
    • isWhiteSpace

      public boolean isWhiteSpace()
      Checks if is white space.
      Returns:
      true, if is white space
    • getParameterMappings

      public ParameterMapping[] getParameterMappings()
      Gets the parameter mappings.
      Returns:
      the parameter mappings
    • setParameterMappings

      public void setParameterMappings(ParameterMapping[] parameterMappings)
      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