Package | Description |
---|---|
org.epics.pvmanager.jdbc |
Support for database services based on JDBC (jdbc xml syntax).
|
Modifier and Type | Method and Description |
---|---|
JDBCServiceMethodDescription |
JDBCServiceMethodDescription.addArgument(String name,
String description,
Class<?> type)
Adds an argument for the query.
|
JDBCServiceMethodDescription |
JDBCServiceMethodDescription.query(String query)
The query mapped to this service method.
|
JDBCServiceMethodDescription |
JDBCServiceMethodDescription.queryResult(String name,
String description)
Adds a result for the query.
|
Modifier and Type | Method and Description |
---|---|
JDBCServiceDescription |
JDBCServiceDescription.addServiceMethod(JDBCServiceMethodDescription jdbcServiceMethodDescription)
Adds a service method (i.e.
|
Copyright © 2010–2015. All rights reserved.