Class StoredProcedures
java.lang.Object
tigase.db.derby.StoredProcedures
Deprecated.
- Version:
- 5.1.0, 2010.09.11 at 02:08:58 BST
- Author:
- Artur Hefczyc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtigAccountStatus(String user, ResultSet[] data) Deprecated.static voidtigActiveAccounts(ResultSet[] data) Deprecated.static voidtigAddNode(long parentNid, long uid, String node, ResultSet[] data) Deprecated.static voidtigAddUser(String userId, String userPw, ResultSet[] data) Deprecated.static voidtigAddUserPlainPw(String userId, String userPw, ResultSet[] data) Deprecated.static voidtigAllUsers(ResultSet[] data) Deprecated.static voidtigAllUsersCount(ResultSet[] data) Deprecated.static voidtigDisableAccount(String userId) Deprecated.static voidtigDisabledAccounts(ResultSet[] data) Deprecated.static voidtigEnableAccount(String userId) Deprecated.static voidtigGetComponentVersion(String component, ResultSet[] data) Deprecated.static StringtigGetDBProperty(String key) Deprecated.static voidtigGetPassword(String userId, ResultSet[] data) Deprecated.static voidtigGetUserDBUid(String userId, ResultSet[] data) Deprecated.static voidDeprecated.static voidtigOfflineUsers(ResultSet[] data) Deprecated.static voidtigOnlineUsers(ResultSet[] data) Deprecated.static voidtigRemoveUser(String userId) Deprecated.static voidtigSetComponentVersion(String name, String version) Deprecated.static voidtigUpdateAccountStatus(String user, int status) Deprecated.static voidtigUpdateLoginTime(String userId) Deprecated.static voidtigUpdatePairs(long nid, long uid, String key, Clob value) Deprecated.static voidtigUpdatePasswordPlainPw(String userId, String userPw) Deprecated.static voidtigUpdatePasswordPlainPwRev(String userPw, String userId) Deprecated.static voidtigUserCredentialRemove(String userId, String username) Deprecated.static voidtigUserCredentialsGet(String userId, String username, ResultSet[] data) Deprecated.static voidtigUserCredentialUpdate(String userId, String username, String mechanism, String value) Deprecated.static voidtigUserLoginPlainPw(String userId, String userPw, ResultSet[] data) Deprecated.static voidtigUserLogout(String userId) Deprecated.static voidtigUserUsernamesGet(String userId, ResultSet[] data) Deprecated.
-
Constructor Details
-
StoredProcedures
public StoredProcedures()Deprecated.
-
-
Method Details
-
tigAccountStatus
Deprecated.- Throws:
SQLException
-
tigActiveAccounts
Deprecated.- Throws:
SQLException
-
tigAddNode
public static void tigAddNode(long parentNid, long uid, String node, ResultSet[] data) throws SQLException Deprecated.- Throws:
SQLException
-
tigAddUser
Deprecated.- Throws:
SQLException
-
tigAddUserPlainPw
public static void tigAddUserPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException Deprecated.- Throws:
SQLException
-
tigAllUsers
Deprecated.- Throws:
SQLException
-
tigAllUsersCount
Deprecated.- Throws:
SQLException
-
tigDisableAccount
Deprecated.- Throws:
SQLException
-
tigDisabledAccounts
Deprecated.- Throws:
SQLException
-
tigEnableAccount
Deprecated.- Throws:
SQLException
-
tigGetComponentVersion
Deprecated.- Throws:
SQLException
-
tigGetDBProperty
Deprecated.- Throws:
SQLException
-
tigGetPassword
Deprecated.- Throws:
SQLException
-
tigGetUserDBUid
Deprecated.- Throws:
SQLException
-
tigInitdb
-
tigOfflineUsers
Deprecated.- Throws:
SQLException
-
tigOnlineUsers
Deprecated.- Throws:
SQLException
-
tigRemoveUser
Deprecated.- Throws:
SQLException
-
tigSetComponentVersion
Deprecated.- Throws:
SQLException
-
tigUpdateAccountStatus
Deprecated.- Throws:
SQLException
-
tigUpdateLoginTime
Deprecated.- Throws:
SQLException
-
tigUpdatePairs
Deprecated.- Throws:
SQLException
-
tigUpdatePasswordPlainPw
Deprecated.- Throws:
SQLException
-
tigUpdatePasswordPlainPwRev
Deprecated.- Throws:
SQLException
-
tigUserCredentialRemove
Deprecated.- Throws:
SQLException
-
tigUserCredentialUpdate
public static void tigUserCredentialUpdate(String userId, String username, String mechanism, String value) throws SQLException Deprecated.- Throws:
SQLException
-
tigUserCredentialsGet
public static void tigUserCredentialsGet(String userId, String username, ResultSet[] data) throws SQLException Deprecated.- Throws:
SQLException
-
tigUserLoginPlainPw
public static void tigUserLoginPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException Deprecated.- Throws:
SQLException
-
tigUserLogout
Deprecated.- Throws:
SQLException
-
tigUserUsernamesGet
Deprecated.- Throws:
SQLException
-