Package groovy.sql

Interface ExpandedVariable


public interface ExpandedVariable
Identifies a variable to be expanded into the sql string rather than representing a placeholder.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value that should be expanded directly into the SQL text.
  • Method Details

    • getObject

      Object getObject()
      Returns the value that should be expanded directly into the SQL text.
      Returns:
      the expanded value