public class SpringJDBCRuntime
extends org.anyline.data.runtime.init.AbstractRuntime
implements org.anyline.data.runtime.DataRuntime
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.jdbc.core.JdbcTemplate |
processor |
| 构造器和说明 |
|---|
SpringJDBCRuntime() |
SpringJDBCRuntime(String key,
org.springframework.jdbc.core.JdbcTemplate jdbc,
org.anyline.data.adapter.DriverAdapter adapter) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
destroy() |
DataSource |
getDataSource() |
String |
getFeature(boolean connection) |
Object |
getProcessor() |
String |
getVersion() |
org.springframework.jdbc.core.JdbcTemplate |
jdbc() |
void |
setProcessor(Object processor) |
datasource, getAdapter, getAdapterKey, getCatalog, getDriver, getHolder, getKey, getSchema, getUrl, origin, origin, setAdapter, setAdapterKey, setCatalog, setDriver, setFeature, setHolder, setKey, setSchema, setUrl, setVersionpublic SpringJDBCRuntime(String key, org.springframework.jdbc.core.JdbcTemplate jdbc, org.anyline.data.adapter.DriverAdapter adapter)
public SpringJDBCRuntime()
public org.springframework.jdbc.core.JdbcTemplate jdbc()
public DataSource getDataSource()
public Object getProcessor()
getProcessor 在接口中 org.anyline.data.runtime.DataRuntimegetProcessor 在类中 org.anyline.data.runtime.init.AbstractRuntimepublic void setProcessor(Object processor)
setProcessor 在接口中 org.anyline.data.runtime.DataRuntimesetProcessor 在类中 org.anyline.data.runtime.init.AbstractRuntimepublic String getFeature(boolean connection)
getFeature 在接口中 org.anyline.data.runtime.DataRuntimegetFeature 在类中 org.anyline.data.runtime.init.AbstractRuntimepublic String getVersion()
getVersion 在接口中 org.anyline.data.runtime.DataRuntimegetVersion 在类中 org.anyline.data.runtime.init.AbstractRuntimeCopyright © 2024. All rights reserved.