uk.ac.starlink.table.jdbc
Class JDBCHandler
java.lang.Object
|
+--uk.ac.starlink.table.jdbc.JDBCHandler
- public class JDBCHandler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCHandler
public JDBCHandler()
JDBCHandler
public JDBCHandler(JDBCAuthenticator auth)
JDBCHandler
public JDBCHandler(JDBCHandler jh)
- Clone constructor. This constructor creates a new JDBCHandler
with the all the same fields as the given one jh.
- Parameters:
jh
- the handler whose fields to copy
getAuthenticator
public JDBCAuthenticator getAuthenticator()
setAuthenticator
public void setAuthenticator(JDBCAuthenticator auth)
makeStarTable
public StarTable makeStarTable(String spec,
boolean wantRandom)
throws IOException
IOException
createJDBCTable
public void createJDBCTable(StarTable startab,
String spec)
throws IOException,
SQLException
IOException
SQLException
hasDrivers
public static boolean hasDrivers()
- Indicates whether any drivers are installed.
- Returns:
- true iff at least one JDBC driver is available
for URL resolution