Interface Dax

All Known Implementing Classes:
DaxBase

public interface Dax
Dax is the interface for a set of data access methods. This interface is inherited by dax implementations for data stores, and each dax implementation defines data access methods to each data store. In data access methods, DaxConn instances conected to data stores can be obtained with getDaxConn(java.lang.String) method.
  • Method Summary

    Modifier and Type
    Method
    Description
    <C extends DaxConn>
    C
    Gets a DaxConn instance associated with the argument name.