All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.impl.docstore.DocStoreStatementBuilder Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package com.sap.cds.impl.docstore;

import com.sap.cds.impl.sql.SQLStatementBuilder;

public interface DocStoreStatementBuilder {

	SQLStatementBuilder.SQLStatement build();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy