Package com.invirgance.convirgance.dbms
Class Query.Parameter
java.lang.Object
com.invirgance.convirgance.dbms.Query.Markup
com.invirgance.convirgance.dbms.Query.Parameter
- Enclosing class:
Query
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 Summary
Methods inherited from class com.invirgance.convirgance.dbms.Query.Markup
getLength, getStart
-
Method Details
-
getName
Returns the parameter name.- Returns:
- The name.
-
toString
- Overrides:
toString
in classQuery.Markup
-