| |
|
| java.lang.Object com.jamonapi.proxy.JAMonDriver
JAMonDriver | public class JAMonDriver implements Driver(Code) | | This class will be a proxy for the underlying jdbc driver.
author: steve souza |
acceptsURL | public boolean acceptsURL(String url) throws SQLException(Code) | | Returns true if this driver can respond to the url
|
getMajorVersion | public int getMajorVersion()(Code) | | |
getMinorVersion | public int getMinorVersion()(Code) | | |
getRealDriverName | public static String getRealDriverName(String url)(Code) | | Takes a url of the jamon format: jdbc:jamon:sybase:Tds:myserver:1234/mydatabase?jamonrealdriver=com.sybase.jdbc3.jdbc.SybDriver&LITERAL_PARAMS=true&PACKETSIZE=512&HOSTNAME=myhost
and returns: com.sybase.jdbc3.jdbc.SybDriver
|
getRealURL | public static String getRealURL(String url)(Code) | | Takes a url of the jamon format: jdbc:jamon:sybase:Tds:myserver:1234/mydatabase?jamonrealdriver=com.sybase.jdbc3.jdbc.SybDriver&LITERAL_PARAMS=true&PACKETSIZE=512&HOSTNAME=myhost
and returns the real url associated with the underlying driver: jdbc:sybase:Tds:myserver:1234/mydatabase?LITERAL_PARAMS=true&PACKETSIZE=512&HOSTNAME=myhost
|
jdbcCompliant | public boolean jdbcCompliant()(Code) | | |
|
|
|