public class SpringJDBCRuntime
extends org.anyline.data.jdbc.runtime.JDBCRuntime
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() |
String |
getAdapterKey() |
DataSource |
getDataSource() |
String |
getFeature(boolean connection) |
Object |
getProcessor() |
String |
getVersion() |
org.springframework.jdbc.core.JdbcTemplate |
jdbc() |
void |
setProcessor(Object processor) |
datasource, getAdapter, getCatalog, getDriver, getHolder, getKey, getLastFeature, getSchema, getUrl, origin, origin, setAdapter, setAdapterKey, setCatalog, setDriver, setFeature, setHolder, setKey, setLastFeature, setSchema, setUrl, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdatasource, getAdapter, getCatalog, getDriver, getFeature, getHolder, getKey, getLastFeature, getSchema, getUrl, origin, origin, setAdapter, setAdapterKey, setCatalog, setDriver, setFeature, setHolder, setKey, setLastFeature, 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()
getDataSource 在类中 org.anyline.data.jdbc.runtime.JDBCRuntimepublic Object getProcessor()
getProcessor 在接口中 org.anyline.data.runtime.DataRuntimegetProcessor 在类中 org.anyline.data.jdbc.runtime.JDBCRuntimepublic void setProcessor(Object processor)
setProcessor 在接口中 org.anyline.data.runtime.DataRuntimesetProcessor 在类中 org.anyline.data.jdbc.runtime.JDBCRuntimepublic String getAdapterKey()
getAdapterKey 在接口中 org.anyline.data.runtime.DataRuntimegetAdapterKey 在类中 org.anyline.data.runtime.init.AbstractRuntimepublic String getFeature(boolean connection)
getFeature 在接口中 org.anyline.data.runtime.DataRuntimegetFeature 在类中 org.anyline.data.jdbc.runtime.JDBCRuntimepublic String getVersion()
getVersion 在接口中 org.anyline.data.runtime.DataRuntimegetVersion 在类中 org.anyline.data.jdbc.runtime.JDBCRuntimeCopyright © 2025. All rights reserved.