Uses of Interface
org.syrup.Template

Packages that use Template
org.syrup Provides all the basic Syrup interfaces. 
org.syrup.helpers Provides the most used implementations of Syrup interfaces. 
org.syrup.sql The concrete RDMS/JDBC implementation of Syrup. 
 

Uses of Template in org.syrup
 

Subinterfaces of Template in org.syrup
 interface LogEntryTemplate
          A template example of a LogEntry.
 interface PTaskTemplate
          A template example of a PTask.
 

Uses of Template in org.syrup.helpers
 

Classes in org.syrup.helpers that implement Template
 class LogEntryTemplateImpl
          A generic LogEntryTemplateImpl implementation.
 class PTaskTemplateImpl
          A generic PTaskTemplate implementation.
 class TemplateImpl
          A generic PTaskTemplate implementation.
 

Uses of Template in org.syrup.sql
 

Constructors in org.syrup.sql with parameters of type Template
QueryOperation(Template t, java.lang.String sAtt, java.lang.String tAtt)
          Constructor for the QueryOperation object