java.lang.Object
com.github.sttk.sabi.DataHub
- All Implemented Interfaces:
DataAcc
,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataHub
public DataHub()
-
-
Method Details
-
uses
-
disuses
-
run
- Throws:
com.github.sttk.errs.Exc
-
txn
- Throws:
com.github.sttk.errs.Exc
-
getDataConn
public <C extends DataConn> C getDataConn(String name, Class<C> cls) throws com.github.sttk.errs.Exc - Specified by:
getDataConn
in interfaceDataAcc
- Throws:
com.github.sttk.errs.Exc
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-