Set auto-commit to ON/OFF for this JDBC connection
Close the Vector JDBC connection
Retrieve the ColumnMetadatas for table tableName as a sequence containing as many elements
as there are columns in the table.
Retrieve the ColumnMetadatas for table tableName as a sequence containing as many elements
as there are columns in the table. Each element contains the name, type, nullability, precision
and scale of its corresponding column in tableName
If not empty, contains the columns for which the metadata needs to be retrieved (if empty, all columns have their metadata retrieved)
Commit the last transaction
Drop the Vector table tableName if it exists
Execute a prepared SQL query closing resources on failures, using scala-arm's resource package, mapping the ResultSet to a new type as specified by op
Execute the update prepared SQL query specified by sql
Execute a SQL query closing resources on failures, using scala-arm's resource package, mapping the ResultSet to a new type as specified by op
Execute the update SQL query specified by sql
Execute a prepared SQL query, transferring closing responsibility of the Statement and ResultSet to the caller
Return the hostname of where the ingres frontend of Vector is located (usually on the leader node)
Check if Vector JDBC connection is closed
Return true if the table tableName is empty
Execute a select prepared query on Vector and return the results as a matrix of elements
Execute a select query on Vector and return the results as a matrix of elements
Parse the result of a JDBC statement as at most a single value (possibly none)
Rollback the last transaction
Return true if there is a table named tableName in Vector
Encapsulate functions for accessing Vector using JDBC