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
adds hash of boolean value to the chain.
addBooleanNull() - Method in class com.vertica.jdbc.kv.VHash
adds hash of boolean null value to the chain.
addBytes(byte[]) - Method in class com.vertica.jdbc.kv.VHash
adds hash of binary value to the chain.
addDate(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash
adds hash of Date value to the chain.
addDate(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash
adds hash of Date value to the chain.
addDouble(double) - Method in class com.vertica.jdbc.kv.VHash
adds hash of double value to the chain.
addDoubleNull() - Method in class com.vertica.jdbc.kv.VHash
adds hash of double null value to the chain.
addLong(long) - Method in class com.vertica.jdbc.kv.VHash
adds hash of long value to the chain.
addNull() - Method in class com.vertica.jdbc.kv.VHash
Adds hash of null value to the chain.
addNumeric(BigDecimal, int) - Method in class com.vertica.jdbc.kv.VHash
adds hash of numeric value to the chain
addOutputColumn(String) - Method in interface com.vertica.jdbc.kv.VGet
Adds an output column to the ResultSet returned by VGet.execute().
addOutputExpression(String) - Method in interface com.vertica.jdbc.kv.VGet
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
Adds or updates a column equality predicate.
addPredicateExpression(String) - Method in interface com.vertica.jdbc.kv.VGet
Adds a free-form SQL predicate to filter results.
addSortColumn(String, VGet.SortOrder) - Method in interface com.vertica.jdbc.kv.VGet
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
adds hash of String value to the chain.
addTime(Time, Calendar) - Method in class com.vertica.jdbc.kv.VHash
adds hash of Time value to the chain.
addTime(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash
adds hash of Time value to the chain.
addTimestamp(long) - Method in class com.vertica.jdbc.kv.VHash
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
adds hash of Timestamp value to the chain.
addTimestamp(Date, Calendar) - Method in class com.vertica.jdbc.kv.VHash
adds hash of Timestamp value to the chain.
addUUID(UUID) - Method in class com.vertica.jdbc.kv.VHash
adds hash of UUID value to the chain.
addUUIDNull() - Method in class com.vertica.jdbc.kv.VHash
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
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
Clears the cached projection metadata used by all VGets constructed by this connection.
clearOutputs() - Method in interface com.vertica.jdbc.kv.VGet
Clears out all outputs added with VGet.addOutputColumn(String) and VGet.addOutputExpression(String).
clearPredicates() - Method in interface com.vertica.jdbc.kv.VGet
clearSortColumns() - Method in interface com.vertica.jdbc.kv.VGet
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
Release resource used by this VerticaRoutableExecutor - close the result set(s)
close() - Method in interface com.vertica.jdbc.kv.VGet
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
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
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<String, Object>) - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor
Execute a query using these segmentation key values arguments.
execute(String, String, Object) - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor
Execute a query using a single column name/value pair as the routing information.
execute() - Method in interface com.vertica.jdbc.kv.VGet
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.
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
Get if VerticaRoutableConnections are returned by the data source.
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
Get if non-local plans are allowed in VGet operations.
getHash() - Method in class com.vertica.jdbc.kv.VHash
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.
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
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
Gets the maximum number of pooled connections.
getMaxPooledConnectionsPerNode() - Method in class com.vertica.jdbc.DataSource
Gets the maximum number of pooled connections per node.
getMaxPooledConnectionUses() - Method in class com.vertica.jdbc.DataSource
Gets the maximum number times to use a pooled connection before closing it.
getMessage() - Method in interface com.vertica.jdbc.VerticaDatabaseErrorInfo
 
getMetadataCacheLifetime() - Method in class com.vertica.jdbc.DataSource
Gets the number of seconds to reuse table & projection metadata during VGet operations.
getNodeDownWaitTime() - Method in class com.vertica.jdbc.DataSource
Gets the number of seconds to wait before attempting a new connection to a node after detecting a connection failure.
getNodeFor(Connection, String, String, long) - Static method in class com.vertica.jdbc.kv.VHash
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
Given a projection's get_projection_segments() output, this method will return the node that is responsible for the provided hashValue.
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.
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.
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.
getWarnings() - Method in interface com.vertica.jdbc.kv.VerticaRoutableExecutor
Get SQLWarning after an VGet.execute() call.
getWarnings() - Method in interface com.vertica.jdbc.kv.VGet
Retrieves the first warning reported by calls on this VGet.

H

hashBoolean(boolean) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of boolean value
hashBooleanNull() - Static method in class com.vertica.jdbc.kv.VHash
compute hash of boolean null value
hashBytes(byte[]) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of a binary value
hashBytesNull() - Static method in class com.vertica.jdbc.kv.VHash
compute hash of a binary null value
hashBytesNull(long) - Static method in class com.vertica.jdbc.kv.VHash
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
compute hash of java.util.Date value
hashDate(Date) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of java.sql.Date value
hashDouble(double) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of double value
hashDoubleNull() - Static method in class com.vertica.jdbc.kv.VHash
compute hash of double null value
hashLong(long) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of long value
hashNull(long) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of null value.
hashNull() - Static method in class com.vertica.jdbc.kv.VHash
Compute hash of null value
hashNumeric(BigDecimal, int) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of a numeric value
hashString(String) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of String value
hashStringNull() - Static method in class com.vertica.jdbc.kv.VHash
compute hash of String null value
hashTime(Time) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of Time value
hashTimestamp(long) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of Timestamp value expressed in milliseconds since Jan 1, 1970.
hashTimestamp(Timestamp) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of java.sql.Timestamp value
hashUUID(UUID, long) - Static method in class com.vertica.jdbc.kv.VHash
compute hash of UUID value.
hashUUIDNull(long) - Static method in class com.vertica.jdbc.kv.VHash
compute a hash of a null UUID value.
hashUUIDNull() - Static method in class com.vertica.jdbc.kv.VHash
compute a hash of a null UUID value.

I

INTERVAL_DAY - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval
Deprecated.
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.
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.
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.
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.
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.
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.
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.
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.
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.
INTERVAL_SECOND - Static variable in class com.vertica.jdbc.VerticaDayTimeInterval
Deprecated.
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.
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.
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
Get if SSL is enabled for the data source.
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
Creates a VGet for the given table or projection.

R

reset() - Method in class com.vertica.jdbc.kv.VHash
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
Set if batch inserts should go directly to the ROS for the data source.
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
Set if VerticaRoutableConnections are returned by the data source.
setFailOnMultiNodePlans(boolean) - Method in class com.vertica.jdbc.DataSource
Get if non-local plans are allowed in VGet operations.
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.
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
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.
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
Set the maximum number of pooled connections.
setMaxPooledConnectionsPerNode(int) - Method in class com.vertica.jdbc.DataSource
Set the maximum number of pooled connections per node.
setMaxPooledConnectionUses(int) - Method in class com.vertica.jdbc.DataSource
Set the maximum number times to use a pooled connection before closing it.
setMetadataCacheLifetime(int) - Method in class com.vertica.jdbc.DataSource
Sets the number of seconds to reuse table & projection metadata during VGet operations.
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.
setNodeDownWaitTime(int) - Method in class com.vertica.jdbc.DataSource
Sets the number of seconds to wait before attempting a new connection to a node after detecting a connection failure.
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.
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
Set if SSL is enabled for the data source.
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.
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.
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

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<T>) - 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
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vertica.jdbc.kv.VGet.SortOrder
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<InputStream>) - 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
Provides advanced routing capabilities beyond those of a normal VerticaConnection.
VerticaRoutableExecutor - Interface in com.vertica.jdbc.kv
An alternate API for KV queries that takes a SQL query as an argument, plus the column/value bindings that are necessary to compute the targeted node.
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
A scalable key-based accessor for table data.
VGet.SortOrder - Enum in com.vertica.jdbc.kv
Describes the ordering of result data.
VHash - Class in com.vertica.jdbc.kv
Implementation of Vertica's hash function used for data segmentation on the cluster.
VHash() - Constructor for class com.vertica.jdbc.kv.VHash
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 
Copyright (C) 2011-2019 Vertica