Streaming data via JDBC
There are two options to stream data from a file on the client to your OpenText™ Analytics Database.
There are two options to stream data from a file on the client to your OpenText™ Analytics Database:
-
Use the VerticaCopyStream class to stream data in an object-oriented manner. For more information about this class, see JDBC documentation.
-
Execute a COPY LOCAL SQL statement to stream the data
The topics in this section explain how to use these options.