Package spring.rest
Class JdbcRestController
java.lang.Object
spring.rest.JdbcRestController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongreetingAccess(String name) greetingClickhouse(String name) greetingCTreeAce(String name) greetingExasol(String name) greetingFrontbase(String name) greetingHana(String name) greetingIgnite(String name) greetingIris(String name) greetingMckoi(String name) greetingMimerSQL(String name) greetingMonetDB(String name) greetingMysql(String name) greetingNeo4j(String name) greetingNetezza(String name) greetingPostgres(String name) greetingPresto(String name) greetingVertica(String name) greetingVirtuoso(String name)
-
Constructor Details
-
JdbcRestController
public JdbcRestController()
-
-
Method Details
-
greetingAccess
-
greetingClickhouse
-
greetingExasol
-
greetingHana
-
greetingMckoi
-
greetingMimerSQL
@RequestMapping("/mimer") public Greeting greetingMimerSQL(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingMonetDB
-
greetingNeo4j
-
greetingPresto
@RequestMapping("/presto") public Greeting greetingPresto(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingVertica
-
greetingVirtuoso
@RequestMapping("/virtuoso") public Greeting greetingVirtuoso(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingCTreeAce
@RequestMapping("/ctreeace") public Greeting greetingCTreeAce(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingIgnite
@RequestMapping("/ignite") public Greeting greetingIgnite(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingFrontbase
@RequestMapping("/frontbase") public Greeting greetingFrontbase(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingIris
@RequestMapping("/iris") public Greeting greetingIris(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingNetezza
@RequestMapping("/netezza") public Greeting greetingNetezza(@RequestParam(value="name",defaultValue="World") String name) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
greetingPostgres
-
greetingMysql
-