Uses of Interface
software.tnb.db.common.account.SQLAccount
-
Packages that use SQLAccount Package Description software.tnb.db.common.service software.tnb.db.common.validation -
-
Uses of SQLAccount in software.tnb.db.common.service
Methods in software.tnb.db.common.service that return SQLAccount Modifier and Type Method Description SQLAccountSQL. account()Methods in software.tnb.db.common.service that return types with arguments of type SQLAccount Modifier and Type Method Description protected abstract Class<? extends SQLAccount>SQL. accountClass() -
Uses of SQLAccount in software.tnb.db.common.validation
Constructors in software.tnb.db.common.validation with parameters of type SQLAccount Constructor Description SQLValidation(String jdbcConnectionUrl, SQLAccount account)
-