クラス PasswordHistoryUpdateSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.UpdateSqlHandler
org.iplass.mtp.impl.auth.authenticate.builtin.sql.PasswordHistoryUpdateSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidsetDeleteByDateParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId, Timestamp date) voidsetDeleteParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) voidsetInsertParameter(RdbAdapter rdb, PreparedStatement ps, Password pass) voidsetUpdateAccountIdSQL(RdbAdapter rdb, PreparedStatement ps, int tenantId, String oldAccountId, String newAccountId)
-
コンストラクタの詳細
-
PasswordHistoryUpdateSQL
public PasswordHistoryUpdateSQL()
-
-
メソッドの詳細
-
createInsertSQL
-
setInsertParameter
public void setInsertParameter(RdbAdapter rdb, PreparedStatement ps, Password pass) throws SQLException - 例外:
SQLException
-
createDeleteSQL
-
setDeleteParameter
public void setDeleteParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) throws SQLException - 例外:
SQLException
-
createDeleteByDateSQL
-
setDeleteByDateParameter
public void setDeleteByDateParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId, Timestamp date) throws SQLException - 例外:
SQLException
-
createUpdateAccountIdSQL
-
setUpdateAccountIdSQL
public void setUpdateAccountIdSQL(RdbAdapter rdb, PreparedStatement ps, int tenantId, String oldAccountId, String newAccountId) throws SQLException - 例外:
SQLException
-