Uses of Class
st.orm.template.SqlLog.Scope

Packages that use SqlLog.Scope
Package
Description
Java client API: templates, query builders and transactions.
  • Uses of SqlLog.Scope in st.orm.template

    Methods in st.orm.template that return SqlLog.Scope
    Modifier and Type
    Method
    Description
    SqlLog.open(String name)
    Opens a scope on the calling thread, closed with try-with-resources.
    SqlLog.open(String name, int limit)
    Opens a scope on the calling thread, recording up to limit statements.
    SqlLog.open(String name, int limit, boolean callSites)
    Opens a scope that additionally attributes each execution to the application frame that caused it, which costs a stack walk per execution while the scope records.