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 data connection associated with the specified data source name and casts it to the requested connection class type.<C extends DataConn>
CDataHub.getDataConn(String name, Class<C> cls) Retrieves a data connection associated with the specified data source name and casts it to the requested connection class type.Methods in com.github.sttk.sabi that return DataConnModifier and TypeMethodDescriptionDataSrc.createDataConn()Creates a newDataConninstance associated with this data source.