Class Query.Parameter

java.lang.Object
com.invirgance.convirgance.dbms.Query.Markup
com.invirgance.convirgance.dbms.Query.Parameter
Enclosing class:
Query

public static class Query.Parameter extends Query.Markup
Represents the location of a parameter in the SQL query. This markup is used to identify the text needing replacement when generating a query to pass to the database.
  • Method Details

    • getName

      public String getName()
      Returns the parameter name.
      Returns:
      The name.
    • toString

      public String toString()
      Overrides:
      toString in class Query.Markup