
sql.auth.secUser.insert.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).
INSERT INTO secUser (
id,
active,
firmId,
creationDate,
displayName,
fullName,
email,
phone,
firstName,
lastLoginDate,
lastName,
pwd,
revNo,
stamp,
userId,
resetInProgress,
missedLogin,
lastQ,
q1,
r1,
q2,
r2,
q3,
r3,
avatar,
attributes
) VALUES (
:id,
:active,
:firmId,
:creationDate,
:displayName,
:fullName,
:email,
:phone,
:firstName,
:lastLoginDate,
:lastName,
:pwd,
:revNo,
:stamp,
:userId,
:resetInProgress,
:missedLogin,
:lastQ,
:q1,
:r1,
:q2,
:r2,
:q3,
:r3,
:avatar,
:attributes
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy