Uses of Interface
st.orm.template.SqlTemplate.Parameter
Packages that use SqlTemplate.Parameter
-
Uses of SqlTemplate.Parameter in st.orm.template
Classes in st.orm.template that implement SqlTemplate.ParameterModifier and TypeClassDescriptionstatic final recordRepresents a named parameter that can be used in a SQL query.static final recordRepresents a positional parameter that can be used in a SQL query.Methods in st.orm.template that return types with arguments of type SqlTemplate.ParameterModifier and TypeMethodDescriptionSql.parameters()The parameters that were used to generate the SQL.Method parameters in st.orm.template with type arguments of type SqlTemplate.ParameterModifier and TypeMethodDescriptionSql.parameters(List<SqlTemplate.Parameter> parameters) Returns a new instance of the SQL statement with the given parameters.