クラス SelectSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.QuerySqlHandler
org.iplass.mtp.impl.metadata.rdb.SelectSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明createDataCountSQL(boolean validOnly) createGetMetadataInfoSQL(RdbAdapter rdb, boolean onlyValid) createLoadByIdSQL(int version) createLoadResultData(RdbAdapter rdb, ResultSet rs, jakarta.xml.bind.JAXBContext context) createLoadSQL(int version) createMetaDataEntryInfo(ResultSet rs, RdbAdapter rdb) createNodeListResultData(ResultSet rs, RdbAdapter rdb) createNodeListSQL(RdbAdapter rdb, String prefixPath, boolean withInvalid) intintvoidsetDataCountParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, RootMetaData metaData) voidsetGetMetadataInfoParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String metaDataId) voidsetLoadByIdParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String id, int version) voidsetLoadParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String path, int version) voidsetMaxVersionParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, RootMetaData metaData) voidsetMetaHistoryParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String path) voidsetNodeListParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String prefixPath) voidsetTenantIdListParameter(RdbAdapter rdb, PreparedStatement ps, String metaDataId)
-
コンストラクタの詳細
-
SelectSQL
public SelectSQL()
-
-
メソッドの詳細
-
createGetMetadataInfoSQL
-
setGetMetadataInfoParameter
public void setGetMetadataInfoParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String metaDataId) throws SQLException - 例外:
SQLException
-
createNodeListSQL
-
setNodeListParameter
public void setNodeListParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String prefixPath) throws SQLException - 例外:
SQLException
-
createNodeListResultData
public List<MetaDataEntryInfo> createNodeListResultData(ResultSet rs, RdbAdapter rdb) throws SQLException - 例外:
SQLException
-
createMetaDataEntryInfo
- 例外:
SQLException
-
createLoadSQL
-
setLoadParameter
public void setLoadParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String path, int version) throws SQLException - 例外:
SQLException
-
createLoadResultData
public MetaDataEntry createLoadResultData(RdbAdapter rdb, ResultSet rs, jakarta.xml.bind.JAXBContext context) throws SQLException, jakarta.xml.bind.JAXBException - 例外:
SQLExceptionjakarta.xml.bind.JAXBException
-
createLoadByIdSQL
-
setLoadByIdParameter
public void setLoadByIdParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String id, int version) throws SQLException - 例外:
SQLException
-
createMaxVersionSQL
-
setMaxVersionParameter
public void setMaxVersionParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, RootMetaData metaData) throws SQLException - 例外:
SQLException
-
getMaxVersionResultData
- 例外:
SQLException
-
createDataCountSQL
-
setDataCountParameter
public void setDataCountParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, RootMetaData metaData) throws SQLException - 例外:
SQLException
-
getDataCountResultData
- 例外:
SQLException
-
createTenantIdListSQL
-
setTenantIdListParameter
public void setTenantIdListParameter(RdbAdapter rdb, PreparedStatement ps, String metaDataId) throws SQLException - 例外:
SQLException
-
getTenantIdListResultData
- 例外:
SQLException
-
createMetaHistorySQL
-
setMetaHistoryParameter
public void setMetaHistoryParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String path) throws SQLException - 例外:
SQLException
-