Uses of Interface
st.orm.template.SqlTemplate.BindVariables
Packages that use SqlTemplate.BindVariables
-
Uses of SqlTemplate.BindVariables in st.orm.template
Methods in st.orm.template that return types with arguments of type SqlTemplate.BindVariablesModifier and TypeMethodDescriptionSql.bindVariables()A bind variables object that can be used to add bind variables to a batch, if available.Methods in st.orm.template with parameters of type SqlTemplate.BindVariablesModifier and TypeMethodDescriptionSql.bindVariables(SqlTemplate.BindVariables bindVariables) Returns a new instance of the SQL statement with the given bind variables.