| Interface | Description |
|---|---|
| VerticaConnection |
This interface defines the public Vertica Analytic Database extensions to
java.sql.Connection.
|
| VerticaDatabaseErrorInfo |
Exposes additional information about errors that occur on the database server.
|
| VerticaPreparedStatement |
This interface defines the public Vertica Analytic Database extensions to
java.sql.Statement.
|
| VerticaStatement |
This interface defines the public Vertica Analytic Database extensions to
java.sql.Statement.
|
| Class | Description |
|---|---|
| DataSource | |
| Driver | |
| VerticaCopyStream |
A bulk loading utility that sends COPY FROM LOCAL STDIN data from a JDBC client
to the Vertica database.
|
| VerticaDayTimeInterval |
The JDBC representation of the Vertica
INTERVAL DAY TO SECOND type. |
| VerticaTypes |
This class defines Vertica identifiers for data types Vertica supports but
which are not represented in
java.sql.types. |
| VerticaYearMonthInterval |
The JDBC representation of the Vertica
INTERVAL YEAR TO MONTH type. |