Uses of Interface
com.github.sttk.sabi.DataConn
-
Uses of DataConn in com.github.sttk.sabi
Methods in com.github.sttk.sabi with type parameters of type DataConnModifier and TypeMethodDescription<C extends DataConn>
CDataAcc.getDataConn
(String name, Class<C> cls) Retrieves a connection to a data store.<C extends DataConn>
CDataHub.getDataConn
(String name, Class<C> cls) Retrieves aDataConn
instance from the managed data sources.Methods in com.github.sttk.sabi that return DataConnModifier and TypeMethodDescriptionDataSrc.createDataConn()
Creates and returns a newDataConn
instance, representing a single session connection to the external data service.