Class FunctionJdbcDao

java.lang.Object
pl.decerto.hyperon.runtime.dao.BaseDao
pl.decerto.hyperon.runtime.dao.FunctionJdbcDao

public class FunctionJdbcDao extends BaseDao
Author:
przemek hertel
  • Constructor Details

  • Method Details

    • getFunction

      public Function getFunction(String code, String ver, int sid)
    • getMaxLastUpdate

      public Date getMaxLastUpdate()
    • getAllLastUpdates

      public List<Trackable> getAllLastUpdates()
    • getAllHeads

      public List<Function> getAllHeads()
    • getArgumentsForFunction

      public List<String> getArgumentsForFunction(String functionCode)