クラス UpdateSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.UpdateSqlHandler
org.iplass.mtp.impl.metadata.rdb.UpdateSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidsetUpdateParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String metaDataId) voidsetUpdateWithPathParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String metaDataId, String path)
-
コンストラクタの詳細
-
UpdateSQL
public UpdateSQL()
-
-
メソッドの詳細
-
createUpdateSQL
-
setUpdateParameter
public void setUpdateParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String metaDataId) throws SQLException - 例外:
SQLException
-
createUpdateWithPathSQL
-
setUpdateWithPathParameter
public void setUpdateWithPathParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String metaDataId, String path) throws SQLException - 例外:
SQLException
-