public class JDBCHandler
extends java.lang.Object
Constructor | Description |
---|---|
JDBCHandler() |
|
JDBCHandler(JDBCAuthenticator auth) |
|
JDBCHandler(JDBCHandler jh) |
Clone constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
createJDBCTable(StarTable startab,
java.lang.String spec,
WriteMode mode) |
|
JDBCAuthenticator |
getAuthenticator() |
|
static boolean |
hasDrivers() |
Indicates whether any drivers are installed.
|
StarTable |
makeStarTable(java.lang.String spec,
boolean wantRandom) |
|
void |
setAuthenticator(JDBCAuthenticator auth) |
public JDBCHandler()
public JDBCHandler(JDBCAuthenticator auth)
public JDBCHandler(JDBCHandler jh)
jh
- the handler whose fields to copypublic JDBCAuthenticator getAuthenticator()
public void setAuthenticator(JDBCAuthenticator auth)
public StarTable makeStarTable(java.lang.String spec, boolean wantRandom) throws java.io.IOException
java.io.IOException
public void createJDBCTable(StarTable startab, java.lang.String spec, WriteMode mode) throws java.io.IOException, java.sql.SQLException
java.io.IOException
java.sql.SQLException
public static boolean hasDrivers()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.