org.coinjema.context.source
Class JdbcResource
java.lang.Object
org.coinjema.context.source.JdbcResource
- All Implemented Interfaces:
- Resource
public class JdbcResource
- extends Object
- implements Resource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcResource
public JdbcResource(DataSource ds,
String tablename,
String contextName,
String resourceName)
getFormat
public String getFormat()
- Specified by:
getFormat
in interface Resource
getMetaTypes
public Collection<MetaType> getMetaTypes()
- Specified by:
getMetaTypes
in interface Resource
getName
public String getName()
- Specified by:
getName
in interface Resource
getReader
public Reader getReader()
- Specified by:
getReader
in interface Resource
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStream
in interface Resource
Public Domain Software.