Package | Description |
---|---|
org.epics.pvmanager.jdbc |
Support for database services based on JDBC (jdbc xml syntax).
|
Modifier and Type | Method and Description |
---|---|
JDBCServiceDescription |
JDBCServiceDescription.addServiceMethod(JDBCServiceMethodDescription jdbcServiceMethodDescription)
Adds a service method (i.e.
|
JDBCServiceDescription |
JDBCServiceDescription.dataSource(DataSource dataSource)
The JDBC DataSource to use for database connection.
|
JDBCServiceDescription |
JDBCServiceDescription.executorService(ExecutorService executorService)
The ExecutorService on which to execute the query.
|
Constructor and Description |
---|
JDBCService(JDBCServiceDescription serviceDescription)
Creates a new database service from the given service description.
|
Copyright © 2010–2015. All rights reserved.