Package ai.heavy.jdbc
Class HeavyAIDriver
- java.lang.Object
-
- ai.heavy.jdbc.HeavyAIDriver
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEAVYAI_PREFIXstatic StringMAPD_PREFIXstatic StringOMNISCI_PREFIX
-
Constructor Summary
Constructors Constructor Description HeavyAIDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsURL(String url)Connectionconnect(String url, Properties info)intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()
-
-
-
Field Detail
-
OMNISCI_PREFIX
public static final String OMNISCI_PREFIX
- See Also:
- Constant Field Values
-
MAPD_PREFIX
public static final String MAPD_PREFIX
- See Also:
- Constant Field Values
-
HEAVYAI_PREFIX
public static final String HEAVYAI_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
connect
public Connection connect(String url, Properties info) throws SQLException
- Specified by:
connectin interfaceDriver- Throws:
SQLException
-
acceptsURL
public boolean acceptsURL(String url) throws SQLException
- Specified by:
acceptsURLin interfaceDriver- Throws:
SQLException
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
- Specified by:
getPropertyInfoin interfaceDriver- Throws:
SQLException
-
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersionin interfaceDriver
-
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersionin interfaceDriver
-
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
jdbcCompliantin interfaceDriver
-
getParentLogger
public Logger getParentLogger()
- Specified by:
getParentLoggerin interfaceDriver
-
-