Index

A B C D E F G H I P R S T U V 

A

addBoolean(boolean) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of boolean value to the chain.

addBooleanNull() - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of boolean null value to the chain.

addBytes(byte[]) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of binary value to the chain.

addDate(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Date value to the chain.

addDate(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Date value to the chain.

addDouble(double) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of double value to the chain.

addDoubleNull() - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of double null value to the chain.

addLong(long) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of long value to the chain.

addNull() - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

Adds hash of null value to the chain.

addNumeric(BigDecimal, int) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of numeric value to the chain

addOutputColumn(String) - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Adds an output column to the ResultSet returned by VGet.execute().

addOutputExpression(String) - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Adds the result of a free-form SQL expression to the ResultSet returned by VGet.execute().

addPredicate(String, Object) - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Adds or updates a column equality predicate.

addPredicateExpression(String) - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Adds a free-form SQL predicate to filter results.

addSortColumn(String, VGet.SortOrder) - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Adds the specified column to the sort order of the result.

addStream(InputStream) - Method in class com.vertica.jdbc.VerticaCopyStream

Adds a stream to the list of streams to send in the copy statement.

addString(String) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of String value to the chain.

addTime(Time, Calendar) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Time value to the chain.

addTime(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Time value to the chain.

addTimestamp(long) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Timestamp value expressed as milliseconds since Jan 1, 1970 UTC to the chain.

addTimestamp(Timestamp, Calendar) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Timestamp value to the chain.

addTimestamp(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of Timestamp value to the chain.

addUUID(UUID) - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of UUID value to the chain.

addUUIDNull() - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

adds hash of null UUID to the chain.

areBatchInsertsDirect() - Method in class com.vertica.jdbc.DataSource

Get if batch inserts are direct for the data source.

B

beginConsistentRead() - Method in interface com.vertica.jdbc.kv.VerticaRoutableConnection

Deprecated.

All subsequent VGet accesses will read from a consistent snapshot acquired at the time this method call is made.

C

clearMetadataCache() - Method in interface com.vertica.jdbc.kv.VerticaRoutableConnection

Deprecated.

Clears the cached projection metadata used by all VGets constructed by this connection.

clearOutputs() - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Clears out all outputs added with VGet.addOutputColumn(String) and VGet.addOutputExpression(String).

clearPredicates() - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Clears out all predicates added with VGet.addPredicate(String, Object) and VGet.addPredicateExpression(String).

clearSortColumns() - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Clears out all columns added to the sort by VGet.addSortColumn(String, SortOrder)

clone() - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Returns a deep copy of this VerticaDayTimeInterval.

clone() - Method in class com.vertica.jdbc.VerticaYearMonthInterval

Returns a deep copy of this VerticaYearMonthInterval.

close() - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor

Deprecated.

Release resource used by this VerticaRoutableExecutor - close the result set(s)

close() - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Releases resources used by this VGet.

com.vertica.jdbc - package com.vertica.jdbc

 

com.vertica.jdbc.kv - package com.vertica.jdbc.kv

 

createRoutableExecutor(String, String) - Method in interface com.vertica.jdbc.kv.VerticaRoutableConnection

Deprecated.

Create a KV query executor for a table/projection.

D

DataSource - Class in com.vertica.jdbc

 

DataSource() - Constructor for class com.vertica.jdbc.DataSource

 

Driver - Class in com.vertica.jdbc

 

Driver() - Constructor for class com.vertica.jdbc.Driver

 

E

endConsistentRead() - Method in interface com.vertica.jdbc.kv.VerticaRoutableConnection

Deprecated.

Stops using snapshot acquired by the last call to VerticaRoutableConnection.beginConsistentRead().

equals(Object) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Returns true if obj is a VerticaDayTimeInterval and it represents the same span of time as this interval, regardless of which units are set.

equals(Object) - Method in class com.vertica.jdbc.VerticaYearMonthInterval

Returns true if obj is a VerticaYearMonthInterval and it represents the same span of time as this interval, regardless of which units are set.

execute(String, Map) - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor

Deprecated.

Execute a query using these segmentation key values arguments.

execute(String, String, Object) - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor

Deprecated.

Execute a query using a single column name/value pair as the routing information.

execute() - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Fetches the desired results.

execute() - Method in class com.vertica.jdbc.VerticaCopyStream

 

F

finish() - Method in class com.vertica.jdbc.VerticaCopyStream

Finishes the copy statement.

G

getBackupServerNode() - Method in class com.vertica.jdbc.DataSource

Get list of backup server nodes.

getBinaryTransfer() - Method in class com.vertica.jdbc.DataSource

Get whether or not connection uses binary transfer

getConnSettings() - Method in class com.vertica.jdbc.DataSource

Returns the session initialization sql that will run when a connection is established.

getDatabase() - Method in class com.vertica.jdbc.DataSource

Get the database for the data source.

getDetail() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

 

getDisableCopyLocal() - Method in class com.vertica.jdbc.DataSource

Gets the value of the connection setting that determines whether file-based COPY LOCAL operations are disabled.

getEnableRoutableQueries() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getErrorCode() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

 

getErrorLevel() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

Returns the severity classification for the error.

getFailOnMultiNodePlans() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getHash() - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

returns the current hash value

getHint() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

 

getHost() - Method in class com.vertica.jdbc.DataSource

Get the host for the data source.

getHostNameVerifier() - Method in class com.vertica.jdbc.DataSource

Get if TLS Mode for the data source.

getIntervalType() - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Gets the ODBC SQL type identifier for this interval.

getIntervalType() - Method in class com.vertica.jdbc.VerticaYearMonthInterval

Gets the ODBC SQL type identifier for this interval.

getJAASConfigName() - Method in class com.vertica.jdbc.DataSource

Gets the name of the JAAS configuration entry that will the driver will use when performing GSS authentication.

getKerberosHostName() - Method in class com.vertica.jdbc.DataSource

Gets the host name portion of the kerberos service principal that identifies the Vertica server.

getKerberosServiceName() - Method in class com.vertica.jdbc.DataSource

Gets the service name portion of the kerberos service principal that identifies the Vertica server.

getKeyStorePassword() - Method in class com.vertica.jdbc.DataSource

Gets the password for the keystore file.

getKeyStorePath() - Method in class com.vertica.jdbc.DataSource

Gets the path to the keystore file, or "" if not specified.

getLastDatabaseError() - Method in interface com.vertica.jdbc.VerticaConnection

Returns information about the most recent database error that occurred on this connection.

getLocale() - Method in class com.vertica.jdbc.DataSource

Get the locale for the data source.

getLogDirectory() - Method in class com.vertica.jdbc.DataSource

Gets the directory used to store log files

getLoginNetworkTimeout() - Method in class com.vertica.jdbc.DataSource

Get the LoginNetworkTimeout for the data source.

getLoginNodeTimeout() - Method in class com.vertica.jdbc.DataSource

Get the LoginNodeTimeout for the data source.

getLoginTimeout() - Method in class com.vertica.jdbc.DataSource

Get the login timeout for the data source.

getLogLevel() - Method in class com.vertica.jdbc.DataSource

Gets current level of logging

getLogNameSpace() - Method in class com.vertica.jdbc.DataSource

Gets package that logging is restricted to

getMarsEnabled() - Method in class com.vertica.jdbc.DataSource

 

getMaxPooledConnections() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getMaxPooledConnectionsPerNode() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getMaxPooledConnectionUses() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getMessage() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

 

getMetadataCacheLifetime() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getNetworkTimeout() - Method in class com.vertica.jdbc.DataSource

Gets the current network timeout value.

getNodeDownWaitTime() - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

getNodeFor(Connection, String, String, long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

Returns the name of the node that will be responsible for the provided value in the hash space for a given projection.

getNodeFor(String, long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

Given a projection's get_projection_segments() output, this method will return the node that is responsible for the provided hashValue.

getOAuthAccessToken() - Method in class com.vertica.jdbc.DataSource

Gets the access token used for OAuth authentication.

getOAuthClientId() - Method in class com.vertica.jdbc.DataSource

Gets the client ID used for OAuth authentication.

getOAuthClientSecret() - Method in class com.vertica.jdbc.DataSource

Gets the client secret used for OAuth authentication.

getOAuthDiscoveryUrl() - Method in class com.vertica.jdbc.DataSource

Gets the discovery url used to fetch the OAuth token endpoint.

getOAuthRefreshToken() - Method in class com.vertica.jdbc.DataSource

Gets the refresh token used for OAuth authentication.

getOAuthScope() - Method in class com.vertica.jdbc.DataSource

Gets the scope of the access request used for OAuth token refresh.

getOAuthTokenUrl() - Method in class com.vertica.jdbc.DataSource

Gets the token url used for OAuth authentication.

getParentLogger() - Method in class com.vertica.jdbc.DataSource

Get parent Logger of all the Loggers used by this data source.

getParentLogger() - Method in class com.vertica.jdbc.Driver

Get parent Logger of all the Loggers used by this data source.

getPort() - Method in class com.vertica.jdbc.DataSource

Get the port for the data source.

getPortInt() - Method in class com.vertica.jdbc.DataSource

Get the port for the data source as an inteter.

getPosition() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

 

getPrecision() - Method in class com.vertica.jdbc.VerticaDayTimeInterval

 

getPreferredAddressFamily() - Method in class com.vertica.jdbc.DataSource

Gets the preferred address family type to be used when resolving hostnames.

getProperty(String) - Method in interface com.vertica.jdbc.VerticaConnection

Returns the value of a Vertica specific property on this connection.

getRejects() - Method in class com.vertica.jdbc.VerticaCopyStream

Returns a list of row numbers corresponding to the rows in the input streams that were rejected by the server.

getResultBufferSize() - Method in class com.vertica.jdbc.DataSource

Get the maximum size of the client side ResultSet cache for the data source.

getRowCount() - Method in class com.vertica.jdbc.VerticaCopyStream

Gets the final row count for the entire copy operation.

getSearchPath() - Method in class com.vertica.jdbc.DataSource

Get the schema search path for this data source.

getSessionLabel() - Method in class com.vertica.jdbc.DataSource

Get the session label for the data source.

getSessionTimezone() - Method in class com.vertica.jdbc.DataSource

Get the session timezone for the data source.

getSocketFactoryName() - Method in class com.vertica.jdbc.DataSource

Get the custom socket factory name for the data source.

getSQLState() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo

 

getSSLSocketFactoryName() - Method in class com.vertica.jdbc.DataSource

Get the custom SSL socket factory name for the data source.

getStreamingBatchInsert() - Method in class com.vertica.jdbc.DataSource

Gets the value of the connection setting that determines whether the streaming or non-streaming batch insert model is used.

getTLSMode() - Method in class com.vertica.jdbc.DataSource

Get TLS Mode for the data source.

getTransactionIsolation() - Method in class com.vertica.jdbc.DataSource

Get the transaction isolation for the data source.

getTrustStorePassword() - Method in class com.vertica.jdbc.DataSource

Gets the password for the truststore file.

getTrustStorePath() - Method in class com.vertica.jdbc.DataSource

Gets the path to the truststore file, or "" if not specified.

getUser() - Method in class com.vertica.jdbc.DataSource

Get current user

getWarnings() - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor

Deprecated.

Get SQLWarning after an VGet.execute() call.

getWarnings() - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Retrieves the first warning reported by calls on this VGet.

H

hashBoolean(boolean) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of boolean value

hashBooleanNull() - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of boolean null value

hashBytes(byte[]) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of a binary value

hashBytesNull() - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of a binary null value

hashBytesNull(long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of a binary null value

hashCode() - Method in class com.vertica.jdbc.VerticaDayTimeInterval

The hash code of an interval is computed first by converting the value of this interval to a number of nanoseconds.

hashCode() - Method in class com.vertica.jdbc.VerticaYearMonthInterval

The hash code of an interval is calculated first by converting this interval to a number of months.

hashDate(Date) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of java.util.Date value

hashDate(Date) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of java.sql.Date value

hashDouble(double) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of double value

hashDoubleNull() - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of double null value

hashLong(long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of long value

hashNull(long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of null value.

hashNull() - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

Compute hash of null value

hashNumeric(BigDecimal, int) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of a numeric value

hashString(String) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of String value

hashStringNull() - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of String null value

hashTime(Time) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of Time value

hashTimestamp(long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of Timestamp value expressed in milliseconds since Jan 1, 1970.

hashTimestamp(Timestamp) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of java.sql.Timestamp value

hashUUID(UUID, long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute hash of UUID value.

hashUUIDNull(long) - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute a hash of a null UUID value.

hashUUIDNull() - Static method in class com.vertica.jdbc.kv.VHash

Deprecated.

compute a hash of a null UUID value.

I

INTERVAL_DAY - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_DAY

INTERVAL_DAY - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL DAY interval.

INTERVAL_DAY_TO_HOUR - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_DAY_TO_HOUR

INTERVAL_DAY_TO_HOUR - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL DAY TO HOUR interval.

INTERVAL_DAY_TO_MINUTE - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_DAY_TO_MINUTE

INTERVAL_DAY_TO_MINUTE - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL DAY TO MINUTE interval.

INTERVAL_DAY_TO_SECOND - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_DAY_TO_SECOND

INTERVAL_DAY_TO_SECOND - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL DAY TO SECOND interval.

INTERVAL_HOUR - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_HOUR

INTERVAL_HOUR - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL HOUR interval.

INTERVAL_HOUR_TO_MINUTE - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_HOUR_TO_MINUTE

INTERVAL_HOUR_TO_MINUTE - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL HOUR TO MINUTE interval.

INTERVAL_HOUR_TO_SECOND - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_HOUR_TO_SECOND

INTERVAL_HOUR_TO_SECOND - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL HOUR TO SECOND interval.

INTERVAL_MINUTE - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_MINUTE

INTERVAL_MINUTE - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL MINUTE interval.

INTERVAL_MINUTE_TO_SECOND - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_MINUTE_TO_SECOND

INTERVAL_MINUTE_TO_SECOND - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL MINUTE TO SECOND interval.

INTERVAL_MONTH - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL MONTH interval.

INTERVAL_MONTH - Static variable in class com.vertica.jdbc.VerticaYearMonthInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_MONTH

INTERVAL_SECOND - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_SECOND

INTERVAL_SECOND - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL SECOND interval.

INTERVAL_YEAR - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL YEAR interval.

INTERVAL_YEAR - Static variable in class com.vertica.jdbc.VerticaYearMonthInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_YEAR

INTERVAL_YEAR_TO_MONTH - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for an INTERVAL YEAR TO MONTH interval.

INTERVAL_YEAR_TO_MONTH - Static variable in class com.vertica.jdbc.VerticaYearMonthInterval

Deprecated.

superseded by VerticaTypes.INTERVAL_YEAR_TO_MONTH

isAutoCommitOnByDefault() - Method in class com.vertica.jdbc.DataSource

Get if autocommit is enabled by default for the data source.

isDayTimeInterval(int) - Static method in class com.vertica.jdbc.VerticaDayTimeInterval

A helper method to determine if the provided ODBC interval subtype identifier corresponds to one of the 10 day/time intervals that this class is capable of representing.

isReadOnly() - Method in class com.vertica.jdbc.DataSource

Get if the data source is read only.

isSslEnabled() - Method in class com.vertica.jdbc.DataSource

Deprecated.

getTLSMode method provide finer information.

isWrapperFor(Class) - Method in class com.vertica.jdbc.DataSource

 

isYearMonthInterval(int) - Static method in class com.vertica.jdbc.VerticaYearMonthInterval

A helper method to determine if the provided ODBC interval subtype identifier corresponds to one of the 3 year/month intervals that this class is capable of representing.

P

prepareGet(String, String) - Method in interface com.vertica.jdbc.kv.VerticaRoutableConnection

Deprecated.

Creates a VGet for the given table or projection.

R

reset() - Method in class com.vertica.jdbc.kv.VHash

Deprecated.

resets hash value for next chain.

S

setAutoCommitOnByDefault(boolean) - Method in class com.vertica.jdbc.DataSource

Set if autocommit is enabled by default for the data source.

setBackupServerNode(String) - Method in class com.vertica.jdbc.DataSource

Sets the list of backup server nodes for this data source.

setBatchInsertsDirect(boolean) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This method has been deprecated. WOS and moveout operations are no longer supported. All connections use direct batch insert.

setBinaryTransfer(boolean) - Method in class com.vertica.jdbc.DataSource

Sets the flag that indicates whether or not to use binary transfer

setConnectionLoadBalance(boolean) - Method in class com.vertica.jdbc.DataSource

Sets the flag that indicates whether or not to use native load balancing.

setConnSettings(String) - Method in class com.vertica.jdbc.DataSource

ConnSettings are sql statements that the driver will execute when a connection is made.

setDatabase(String) - Method in class com.vertica.jdbc.DataSource

Set the database for the data source.

setDay(int) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Sets the days component of this interval.

setDisableCopyLocal(boolean) - Method in class com.vertica.jdbc.DataSource

Sets the value of the connection setting that determines whether file-based COPY LOCAL operations are disabled.

setEnableRoutableQueries(boolean) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setFailOnMultiNodePlans(boolean) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setFraction(int, int) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Sets the fraction component of this interval.

setHost(String) - Method in class com.vertica.jdbc.DataSource

Set the host for the data source.

setHostNameVerifier(String) - Method in class com.vertica.jdbc.DataSource

Set user defined HostnameVerifier.

setHour(int) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Sets the hours component of this interval.

setIsNegative(boolean) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Sets the sign of this interval.

setJAASConfigName(String) - Method in class com.vertica.jdbc.DataSource

Sets the name of the JAAS configuration entry that will be used when performing GSS-Kerberos authentication.

setKerberosHostName(String) - Method in class com.vertica.jdbc.DataSource

Sets the host name portion of the kerberos service principal that identifies the Vertica server.

setKerberosServiceName(String) - Method in class com.vertica.jdbc.DataSource

Sets the service name portion of the kerberos service principal that identifies the Vertica server.

setKeyStorePassword(String) - Method in class com.vertica.jdbc.DataSource

Sets the password protecting the keystore file.

setKeyStorePath(String) - Method in class com.vertica.jdbc.DataSource

Sets the path to a keystore file (typically in .jks format) to be used for TLS connections.

setLimit(int) - Method in interface com.vertica.jdbc.kv.VGet

Deprecated.

Imposes a limit on the number of rows returned by VGet.execute().

setLocale(String) - Method in class com.vertica.jdbc.DataSource

Set the locale for the data source.

setLogDirectory(String) - Method in class com.vertica.jdbc.DataSource

Sets the directory used to store log files.

setLoginNetworkTimeout(int) - Method in class com.vertica.jdbc.DataSource

Set the loginNetworkTimeout for the data source.

setLoginNodeTimeout(int) - Method in class com.vertica.jdbc.DataSource

Set the loginNodeTimeout for the data source.

setLoginTimeout(int) - Method in class com.vertica.jdbc.DataSource

Set the login timeout for the data source.

setLogLevel(String) - Method in class com.vertica.jdbc.DataSource

Sets the log level Valid values:

OFF (no logging) INFO WARNING TRACE ERROR DEBUG (most verbose)

An invalid value will set log level to OFF

setLogNameSpace(String) - Method in class com.vertica.jdbc.DataSource

Sets the package that logging is restricted to.

setMarsEnabled(boolean) - Method in class com.vertica.jdbc.DataSource

 

setMaxPooledConnections(int) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setMaxPooledConnectionsPerNode(int) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setMaxPooledConnectionUses(int) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setMetadataCacheLifetime(int) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setMinute(int) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Sets the minutes component of this interval.

setMonth(int) - Method in class com.vertica.jdbc.VerticaYearMonthInterval

Sets the months component of this interval.

setNetworkTimeout(int) - Method in class com.vertica.jdbc.DataSource

Sets the network timeout.

setNodeDownWaitTime(int) - Method in class com.vertica.jdbc.DataSource

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

setOAuthAccessToken(String) - Method in class com.vertica.jdbc.DataSource

Sets the access token used for OAuth authentication.

setOAuthClientId(String) - Method in class com.vertica.jdbc.DataSource

Sets the client ID used for OAuth authentication.

setOAuthClientSecret(String) - Method in class com.vertica.jdbc.DataSource

Sets the client secret used for OAuth authentication.

setOAuthDiscoveryUrl(String) - Method in class com.vertica.jdbc.DataSource

Sets the discovery url used to fetch the OAuth token endpoint.

setOAuthRefreshToken(String) - Method in class com.vertica.jdbc.DataSource

Sets the refresh token used for OAuth authentication.

setOAuthScope(String) - Method in class com.vertica.jdbc.DataSource

Sets the scope of the access request used for OAuth token refresh.

setOAuthTokenUrl(String) - Method in class com.vertica.jdbc.DataSource

Sets the token url used for OAuth authentication.

setPort(int) - Method in class com.vertica.jdbc.DataSource

Set the port for the data source as an integer.

setPort(short) - Method in class com.vertica.jdbc.DataSource

Set the port for the data source.

setPreferredAddressFamily(String) - Method in class com.vertica.jdbc.DataSource

Sets the address family type to prefer when the driver resolves hostnames.

setProperty(String, Object) - Method in interface com.vertica.jdbc.VerticaConnection

Sets a Vertica specific property on this connection.

setReadOnly(boolean) - Method in class com.vertica.jdbc.DataSource

Set if the data source is read only.

setResultBufferSize(long) - Method in class com.vertica.jdbc.DataSource

Set the maximum amount of data to cache in bytes when streaming ResultSet data.

setSearchPath(String) - Method in class com.vertica.jdbc.DataSource

Sets the schema search path for this data source.

setSecond(int) - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Sets the seconds component of this interval.

setSessionLabel(String) - Method in class com.vertica.jdbc.DataSource

Set the session label for the data source.

setSessionTimezone(String) - Method in class com.vertica.jdbc.DataSource

 

setSocketFactoryName(String) - Method in class com.vertica.jdbc.DataSource

Set the custom socket factory name for the data source.

setSslEnabled(boolean) - Method in class com.vertica.jdbc.DataSource

Deprecated.

setTLSMode provides finer grained control over the TLS connection process

setSSLSocketFactoryName(String) - Method in class com.vertica.jdbc.DataSource

Set the custom SSL socket factory name for the data source.

setStreamingBatchInsert(boolean) - Method in class com.vertica.jdbc.DataSource

Sets the value of the connection setting that determines whether the streaming or non-streaming batch insert model is used.

setThreePartNaming(boolean) - Method in class com.vertica.jdbc.DataSource

Set three part naming for the data source.

setTLSMode(String) - Method in class com.vertica.jdbc.DataSource

Set TLS Mode for data source.

setTrustStorePassword(String) - Method in class com.vertica.jdbc.DataSource

Sets the password protecting the truststore file.

setTrustStorePath(String) - Method in class com.vertica.jdbc.DataSource

Sets the path to a truststore file (typically in .jks format) to be used for TLS connections.

setUser(String) - Method in class com.vertica.jdbc.DataSource

Sets the current user

setYear(int) - Method in class com.vertica.jdbc.VerticaYearMonthInterval

Sets the years component of this interval.

start() - Method in class com.vertica.jdbc.VerticaCopyStream

Starts the copy operation, optionally sending over any InputStream data that has been added to this VerticaCopyStream thus far (via VerticaCopyStream.execute()).

SUBPROTOCOL_NAME - Static variable in class com.vertica.jdbc.Driver

The subprotocol is the portion of the connection string that comes after "jdbc:" but before the "://".

supportsConsistentRead() - Method in interface com.vertica.jdbc.kv.VerticaRoutableConnection

Deprecated.

Checks to see if the VerticaRoutableConnection.beginConsistentRead() and VerticaRoutableConnection.endConsistentRead() methods are supported.

T

toString() - Method in class com.vertica.jdbc.VerticaDayTimeInterval

Returns a string representation of this interval.

toString() - Method in class com.vertica.jdbc.VerticaYearMonthInterval

Returns a string representation of this interval.

U

unwrap(Class) - Method in class com.vertica.jdbc.DataSource

 

useConnectionLoadBalance() - Method in class com.vertica.jdbc.DataSource

Get whether or not connection load balancing is in use.

useThreePartNaming() - Method in class com.vertica.jdbc.DataSource

Get if three-part naming is used for the data source.

UUID - Static variable in class com.vertica.jdbc.VerticaTypes

The ODBC SQL type identifier for a UUID.

V

valueOf(String) - Static method in enum com.vertica.jdbc.kv.VGet.SortOrder

Deprecated.

Returns the enum constant of this type with the specified name.

values() - Static method in enum com.vertica.jdbc.kv.VGet.SortOrder

Deprecated.

Returns an array containing the constants of this enum type, in the order they are declared.

VerticaConnection - Interface in com.vertica.jdbc

This interface defines the public Vertica Analytic Database extensions to java.sql.Connection.

VerticaCopyStream - Class in com.vertica.jdbc

A bulk loading utility that sends COPY FROM LOCAL STDIN data from a JDBC client to the Vertica database.

VerticaCopyStream(VerticaConnection, String) - Constructor for class com.vertica.jdbc.VerticaCopyStream

Creates a new VerticaCopyStream to execute the specified statement.

VerticaCopyStream(VerticaConnection, String, InputStream) - Constructor for class com.vertica.jdbc.VerticaCopyStream

Creates a new VerticaCopyStream to execute the specified statement.

VerticaCopyStream(VerticaConnection, String, List) - Constructor for class com.vertica.jdbc.VerticaCopyStream

Creates a new VerticaCopyStream to execute the specified statement.

VerticaDatabaseErrorInfo - Interface in com.vertica.jdbc

Exposes additional information about errors that occur on the database server.

VerticaDayTimeInterval - Class in com.vertica.jdbc

The JDBC representation of the Vertica INTERVAL DAY TO SECOND type.

VerticaDayTimeInterval(int, int, int, int, int, int, boolean) - Constructor for class com.vertica.jdbc.VerticaDayTimeInterval

 

VerticaDayTimeInterval(int, int, int, int, int, int, int, boolean) - Constructor for class com.vertica.jdbc.VerticaDayTimeInterval

Constructs a new VerticaDayTimeInterval.

VerticaPreparedStatement - Interface in com.vertica.jdbc

This interface defines the public Vertica Analytic Database extensions to java.sql.Statement.

VerticaRoutableConnection - Interface in com.vertica.jdbc.kv

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

VerticaRoutableExecutor - Interface in com.vertica.jdbc.kv

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

VerticaStatement - Interface in com.vertica.jdbc

This interface defines the public Vertica Analytic Database extensions to java.sql.Statement.

VerticaTypes - Class in com.vertica.jdbc

This class defines Vertica identifiers for data types Vertica supports but which are not represented in java.sql.types.

VerticaTypes() - Constructor for class com.vertica.jdbc.VerticaTypes

 

VerticaYearMonthInterval - Class in com.vertica.jdbc

The JDBC representation of the Vertica INTERVAL YEAR TO MONTH type.

VerticaYearMonthInterval(int, int, boolean) - Constructor for class com.vertica.jdbc.VerticaYearMonthInterval

Constructs a new VerticaYearMonthInterval.

VerticaYearMonthInterval(int, int, int, boolean) - Constructor for class com.vertica.jdbc.VerticaYearMonthInterval

Constructs a new VerticaYearMonthInterval.

VGet - Interface in com.vertica.jdbc.kv

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

VGet.SortOrder - Enum in com.vertica.jdbc.kv

Deprecated.

Describes the ordering of result data.

VHash - Class in com.vertica.jdbc.kv

Deprecated.

This feature is likely to stop working in a future release and to be removed as a result.

VHash() - Constructor for class com.vertica.jdbc.kv.VHash

Deprecated.

Creates an instance suitable for computing a hash of a chain of values, for use when a projection is segmented by multiple columns.

A B C D E F G H I P R S T U V