Package org.teiid.spring.openapi
Class TeiidRSProvider
- java.lang.Object
-
- org.teiid.spring.openapi.TeiidRSProvider
-
public abstract class TeiidRSProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description TeiidRSProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource>
execute(String procedureName, LinkedHashMap<String,Object> parameters, String charSet, boolean usingReturn)
org.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource>
executeQuery(String sql, boolean json, boolean passthroughAuth)
TeiidServer
getServer()
org.teiid.adminapi.VDB
getVdb()
void
setServer(TeiidServer server)
void
setVdb(org.teiid.adminapi.VDB vdb)
-
-
-
Method Detail
-
getServer
public TeiidServer getServer()
-
setServer
public void setServer(TeiidServer server)
-
getVdb
public org.teiid.adminapi.VDB getVdb()
-
setVdb
public void setVdb(org.teiid.adminapi.VDB vdb)
-
execute
public org.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource> execute(String procedureName, LinkedHashMap<String,Object> parameters, String charSet, boolean usingReturn)
-
executeQuery
public org.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource> executeQuery(String sql, boolean json, boolean passthroughAuth) throws SQLException
- Throws:
SQLException
-
-