
sql.auth.secGroup.readItem.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of butor-auth-dao Show documentation
Show all versions of butor-auth-dao Show documentation
This project is an authentication module (DAO).
SELECT
r.groupId,
r.member,
r.stamp,
r.revNo,
r.userId
FROM secGroup r
where r.groupId = :groupId
and member = :member
© 2015 - 2025 Weber Informatics LLC | Privacy Policy