org.jclarion.clarion.jdbc
Interface AbstractJDBCSource
- All Known Implementing Classes:
- PgSource
public interface AbstractJDBCSource
|
Method Summary |
java.lang.Object |
get(java.lang.Object key)
|
java.sql.Connection |
getConnection()
|
java.lang.String |
getName()
|
java.sql.Connection |
newConnection()
|
void |
put(java.lang.Object key,
java.lang.Object value)
|
getName
java.lang.String getName()
getConnection
java.sql.Connection getConnection()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
newConnection
java.sql.Connection newConnection()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
put
void put(java.lang.Object key,
java.lang.Object value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
get
java.lang.Object get(java.lang.Object key)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2010. All Rights Reserved.