クラス AccountSelectSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.QuerySqlHandler
org.iplass.mtp.impl.auth.authenticate.builtin.sql.AccountSelectSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明getAccount(ResultSet rs, RdbAdapter rdb) voidsetAccountFromOidParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String oid) voidsetAccountParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) voidsetExistAccount(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId)
-
コンストラクタの詳細
-
AccountSelectSQL
public AccountSelectSQL()
-
-
メソッドの詳細
-
createAccountSQL
-
setAccountParameter
public void setAccountParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) throws SQLException - 例外:
SQLException
-
createAccountFromOidSQL
-
setAccountFromOidParameter
public void setAccountFromOidParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String oid) throws SQLException - 例外:
SQLException
-
getAccount
- 例外:
SQLException
-
createExistAccount
-
setExistAccount
public void setExistAccount(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) throws SQLException - 例外:
SQLException
-