Class StmtDef

  • All Implemented Interfaces:
    Tagged

    public class StmtDef
    extends java.lang.Object
    implements Tagged
    • Method Summary

      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getBindings()  
      java.lang.String getName()  
      java.util.Map<java.lang.String,​java.lang.String> getParams()  
      ParsedStmt getParsed()
      Parse the statement for anchors and return a richer view of the StmtDef which is simpler to use for most statement configuration needs.
      java.lang.String getStmt()  
      java.util.Map<java.lang.String,​java.lang.String> getTags()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
      • getStmt

        public java.lang.String getStmt()
      • getBindings

        public java.util.Map<java.lang.String,​java.lang.String> getBindings()
      • getParams

        public java.util.Map<java.lang.String,​java.lang.String> getParams()
      • getTags

        public java.util.Map<java.lang.String,​java.lang.String> getTags()
        Specified by:
        getTags in interface Tagged
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getParsed

        public ParsedStmt getParsed()
        Parse the statement for anchors and return a richer view of the StmtDef which is simpler to use for most statement configuration needs.
        Returns:
        a new ParsedStmt