- generatedKeyAlwaysReturned() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether a generated key will always be returned if the column
name(s) or index(es) specified for the auto generated key column(s)
are valid and the statement succeeds.
- get_statistics() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Return the cache statistics for the VirtuosoConnectionPoolDataSource
- getAll_statistics() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Return an array of the cache statistics for the all created VirtuosoConnectionPoolDataSources
- getAll_statistics() - Method in class virtuoso.jdbc4.VirtuosoPoolManager
-
- getArray() - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves the contents of the SQL ARRAY value designated
by this
Array object in the form of an array in the Java
programming language.
- getArray(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get an array column.
- getArray(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get an array column.
- getArray(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getArray(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getArray(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC ARRAY parameter as an
Array object in the Java programming language.
- getArray(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets an SQL ARRAY value from the current row of this ResultSet object.
- getArray(long, int) - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves a slice of the SQL ARRAY
value designated by this Array object, beginning with the
specified index and containing up to count
successive elements of the SQL array.
- getArray(long, int, Map<String, Class<?>>) - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retreives a slice of the SQL ARRAY value
designated by this Array object, beginning with the specified
index and containing up to count
successive elements of the SQL array.
- getArray(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get an array column.
- getArray(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get an array column.
- getArray(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getArray(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getArray(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getArray(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets an SQL ARRAY value in the current row of this ResultSet object.
- getArray(Map<String, Class<?>>) - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves the contents of the SQL ARRAY value designated by this
Array object.
- getAsciiStream() - Method in class openlink.util.OPLHeapClob
-
Retrieves the CLOB value designated by this Clob
object as an ascii stream.
- getAsciiStream() - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Gets the CLOB value designated by this Clob
object as a stream of Ascii bytes.
- getAsciiStream(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
A column value can be retrieved as a stream of ASCII characters
and then read in chunks from the stream.
- getAsciiStream(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
A column value can be retrieved as a stream of ASCII characters
and then read in chunks from the stream.
- getAsciiStream(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getAsciiStream(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a stream of
ASCII characters.
- getAsciiStream(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
A column value can be retrieved as a stream of ASCII characters
and then read in chunks from the stream.
- getAsciiStream(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
A column value can be retrieved as a stream of ASCII characters
and then read in chunks from the stream.
- getAsciiStream(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getAsciiStream(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a stream of
ASCII characters.
- getAttributes(String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a description of the given attribute of the given type
for a user-defined type (UDT) that is available in the given schema
and catalog.
- getAutoCommit() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getAutoCommit() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Returns the current auto-commit state.
- getBaseType() - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves the JDBC type of the elements in the array designated
by this Array object.
- getBaseTypeName() - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves the SQL type name of the elements in
the array designated by this Array object.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of a table's optimal set of columns that
uniquely identifies a row.
- getBestRowIdText_case0 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getBestRowIdText_case2 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getBestVersionColsText_case0 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getBestVersionColsText_case2 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getBigDecimal(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.math.BigDecimal
object.
- getBigDecimal(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.math.BigDecimal
object.
- getBigDecimal(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBigDecimal(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBigDecimal(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC NUMERIC parameter as a
java.math.BigDecimal object with as many digits to the
right of the decimal point as the value contains.
- getBigDecimal(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.math.BigDecimal
object with full precision.
- getBigDecimal(int, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Deprecated.
- getBigDecimal(int, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Deprecated.
- getBigDecimal(int, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBigDecimal(int, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBigDecimal(int, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Deprecated.
- getBigDecimal(int, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Deprecated.
- getBigDecimal(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.math.BigDecimal
object.
- getBigDecimal(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.math.BigDecimal
object.
- getBigDecimal(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBigDecimal(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBigDecimal(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getBigDecimal(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.math.BigDecimal
object.
- getBigDecimal(String, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Deprecated.
- getBigDecimal(String, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Deprecated.
- getBigDecimal(String, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBigDecimal(String, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Deprecated.
- getBinaryStream() - Method in class openlink.util.OPLHeapBlob
-
Retrieves the BLOB value designated by this
Blob instance as a stream.
- getBinaryStream() - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Retrieves the BLOB designated by this
Blob instance as a stream.
- getBinaryStream(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
A column value can be retrieved as a stream of uninterpreted bytes
and then read in chunks from the stream.
- getBinaryStream(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
A column value can be retrieved as a stream of uninterpreted bytes
and then read in chunks from the stream.
- getBinaryStream(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBinaryStream(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a stream of
uninterpreted bytes.
- getBinaryStream(long, long) - Method in class openlink.util.OPLHeapBlob
-
Returns an InputStream object that contains a partial Blob value,
starting with the byte specified by pos, which is length bytes in length.
- getBinaryStream(long, long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Returns an InputStream object that contains a partial Blob value,
starting with the byte specified by pos, which is length bytes in length.
- getBinaryStream(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
A column value can be retrieved as a stream of uninterpreted bytes
and then read in chunks from the stream.
- getBinaryStream(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
A column value can be retrieved as a stream of uninterpreted bytes
and then read in chunks from the stream.
- getBinaryStream(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBinaryStream(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a stream of
uninterpreted bytes.
- getBlob(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get a BLOB column.
- getBlob(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get a BLOB column.
- getBlob(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBlob(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBlob(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC BLOB parameter as a
Blob object in the Java programming language.
- getBlob(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets a BLOB value in the current row of this ResultSet object.
- getBlob(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get a BLOB column.
- getBlob(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get a BLOB column.
- getBlob(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBlob(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBlob(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getBlob(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets a BLOB value in the current row of this ResultSet object.
- getBoolAttr(Properties, String, boolean) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
- getBoolean(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java boolean.
- getBoolean(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java boolean.
- getBoolean(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBoolean(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBoolean(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC BIT parameter as a boolean
in the Java programming language.
- getBoolean(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java boolean.
- getBoolean(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java boolean.
- getBoolean(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java boolean.
- getBoolean(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBoolean(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBoolean(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getBoolean(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java boolean.
- getBranchQualifier() - Method in class virtuoso.jdbc4.VirtuosoXid
-
- getBundle(String) - Method in class openlink.util.BaseMessage
-
- getByte(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java byte.
- getByte(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java byte.
- getByte(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getByte(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getByte(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC TINYINT parameter as a byte
in the Java programming language.
- getByte(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java byte.
- getByte(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java byte.
- getByte(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java byte.
- getByte(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getByte(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getByte(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getByte(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java byte.
- getBytes(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java byte array.
- getBytes(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java byte array.
- getBytes(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBytes(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBytes(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC BINARY or VARBINARY
parameter as an array of byte values in the Java
programming language.
- getBytes(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java byte array.
- getBytes(long, int) - Method in class openlink.util.OPLHeapBlob
-
Retrieves all or part of the BLOB
value that this Blob object represents, as an array of
bytes.
- getBytes(long, int) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Returns as an array of bytes part or all of the BLOB
value that this Blob object designates.
- getBytes(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java byte array.
- getBytes(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java byte array.
- getBytes(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getBytes(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getBytes(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getBytes(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java byte array.
- getCacheSize() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the connection pool size.
- getCase() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Method uses to get the case.
- getCatalog() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getCatalog() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Returns the Connection's current catalog name.
- getCatalogName(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Gets the designated column table's catalog name.
- getCatalogName(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets a column table's catalog name.
- getCatalogs() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets the catalog names available in this database.
- getCatalogSeparator() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the separator between catalog and table name?
- getCatalogTerm() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the database vendor's preferred term for "catalog"?
- getCertificate() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getCharacterStream() - Method in class openlink.util.OPLHeapClob
-
Retrieves the CLOB value designated by this Clob
object as a java.io.Reader object (or as a stream of
characters).
- getCharacterStream() - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Gets the Clob contents as a Unicode stream.
- getCharacterStream(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getCharacterStream(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getCharacterStream(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getCharacterStream(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.io.Reader.
- getCharacterStream(long, long) - Method in class openlink.util.OPLHeapClob
-
Returns a Reader object that contains a partial Clob value, starting
with the character specified by pos, which is length characters in length.
- getCharacterStream(long, long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- getCharacterStream(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getCharacterStream(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getCharacterStream(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getCharacterStream(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.io.Reader.
- getCharset() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getClientInfo() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getClientInfo() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Returns a list containing the name and current value of each client info
property supported by the driver.
- getClientInfo(String) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getClientInfo(String) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Returns the value of the client info property specified by name.
- getClientInfoProperties() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a list of the client info properties
that the driver supports.
- getClob(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get a CLOB column.
- getClob(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get a CLOB column.
- getClob(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getClob(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getClob(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC CLOB parameter as a
Clob object in the Java programming language.
- getClob(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets a CLOB value in the current row of this ResultSet object.
- getClob(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get a CLOB column.
- getClob(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get a CLOB column.
- getClob(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getClob(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getClob(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getClob(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets a CLOB value in the current row of this ResultSet object.
- getColumnClassName(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Returns the fully-qualified name of the Java class whose instances
are manufactured if the method ResultSet.getObject
is called to retrieve a value
from the column.
- getColumnClassName(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Returns the fully-qualified name of the Java class.
- getColumnCount() - Method in class virtuoso.javax.OPLRowSetMetaData
-
Returns the number of columns in this RowSet
- getColumnCount() - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Returns the number of columns in the ResultSet.
- getColumnDisplaySize(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Indicates the designated column normal maximum width in characters.
- getColumnDisplaySize(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Indicates the column normal max width in chars.
- getColumnDtp(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
- getColumnLabel(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Gets the designated column suggested title for use in printouts and
displays.
- getColumnLabel(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets the suggested column title for use in printouts and
displays.
- getColumnName(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Get the designated column name.
- getColumnName(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets a column name.
- getColumnPrivileges(String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of table columns available in
the specified catalog.
- getColumnType(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Retrieves the designated column SQL type.
- getColumnType(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Retrieves a column SQL type.
- getColumnTypeName(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Retrieves the designated column database-specific type name.
- getColumnTypeName(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Retrieves a column database-specific type name.
- getCommand() - Method in class virtuoso.javax.BaseRowSet
-
Get the rowset's command property.
- getConcurrency() - Method in class virtuoso.javax.BaseRowSet
-
Get the rowset concurrency.
- getConcurrency() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getConcurrency() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Returns the concurrency mode of this result set.
- getConnection() - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the Connection passed to the rowset.
- getConnection() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getConnection() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Attempt to get a database connection from the pool or
to establish a database connection .
- getConnection() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getConnection() - Method in class virtuoso.jdbc4.VirtuosoPooledConnection
-
Create an object handle for this physical connection.
- getConnection() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the VirtuosoConnection object that produced this
VirtuosoStatement object.
- getConnection() - Method in class virtuoso.jdbc4.VirtuosoXAConnection
-
Creates and returns a Connection object that is a handle
for the physical connection that
this PooledConnection object represents.
- getConnection(String, String) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Attempt to get a database connection from the pool or
to establish a database connection .
- getConnection(String, String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getConnsInUse() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the amount of used connections in the connection pool size.
- getConnsUnUsed() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the amount of unused connections in the connection pool size.
- getContents() - Method in class openlink.util.messages_u
-
- getContents() - Method in class virtuoso.javax.messages_x
-
- getCrossReference(String, String, String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the foreign key columns in the foreign key
table that reference the primary key columns of the primary key
table (describe how one table imports anothere is key.) This
should normally return a single foreign key/primary key pair
(most tables only import a foreign key from a table once.) They
are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and
KEY_SEQ.
- getCumWaitTime() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the sum of all waiting time for the connection pool.
- getCursorName() - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the name of the SQL cursor used by this ResultSet.
- getCursorName() - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the name of the SQL cursor used by this ResultSet.
- getCursorName() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getCursorName() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the name of the SQL cursor used by this ResultSet.
- getDatabaseMajorVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the minor version number of the underlying database.
- getDatabaseName() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getDatabaseProductName() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the name of this database product.
- getDatabaseProductVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the version of this database product.
- getDataSourceName() - Method in class virtuoso.javax.BaseRowSet
-
The JNDI name that identifies a JDBC data source.
- getDataSourceName() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Get the datasource name for this instance if set.
- getDate(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Date object.
- getDate(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Date object.
- getDate(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getDate(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getDate(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC DATE parameter as a
java.sql.Date object.
- getDate(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Date object.
- getDate(int, Calendar) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Date
object.
- getDate(int, Calendar) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Date
object.
- getDate(int, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getDate(int, Calendar) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getDate(int, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using
the given Calendar object to construct the date.
- getDate(int, Calendar) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Date
object.
- getDate(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Date object.
- getDate(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Date object.
- getDate(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getDate(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getDate(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getDate(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Date object.
- getDate(String, Calendar) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Date
object.
- getDate(String, Calendar) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Date
object.
- getDate(String, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getDate(String, Calendar) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getDate(String, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getDate(String, Calendar) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Date
object.
- getDefaultTransactionIsolation() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the database's default transaction isolation level? The
values are defined in java.sql.Connection.
- getDelgate() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getDescription() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getDouble(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java double.
- getDouble(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java double.
- getDouble(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getDouble(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getDouble(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC DOUBLE parameter as a double
in the Java programming language.
- getDouble(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java double.
- getDouble(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java double.
- getDouble(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java double.
- getDouble(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getDouble(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getDouble(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getDouble(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java double.
- getDriverMajorVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the JDBC driver's major version number.
- getDriverMinorVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the JDBC driver's minor version number.
- getDriverName() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the name of this JDBC driver.
- getDriverVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the version of this JDBC driver.
- getDtp() - Method in class virtuoso.jdbc4.VirtuosoExplicitString
-
- getEscapeProcessing() - Method in class virtuoso.javax.BaseRowSet
-
If escape scanning is on (the default), the driver will do
escape substitution before sending the SQL to the database.
- getExecType() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the type of executing query.
- getExportedKeys(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the foreign key columns that reference a
table's primary key columns (the foreign keys exported by a
table).
- getExtraNameCharacters() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFbs() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getFetchDirection() - Method in class virtuoso.javax.BaseRowSet
-
Determine the fetch direction.
- getFetchDirection() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getFetchDirection() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getFetchDirection() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the fetch direction of this result set.
- getFetchDirection() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Retrieves the direction for fetching rows from
database tables that is the default for result sets
generated from this VirtuosoStatement object.
- getFetchSize() - Method in class virtuoso.javax.BaseRowSet
-
Determine the default fetch size.
- getFetchSize() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getFetchSize() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getFetchSize() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the number of result set rows that is the default
fetch size for result sets generated from this ResultSet object.
- getFetchSize() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Retrieves the number of result set rows that is the default
fetch size for result sets generated from this Statement object.
- getFloat(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java float.
- getFloat(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java float.
- getFloat(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getFloat(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getFloat(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC FLOAT parameter as a float
in the Java programming language.
- getFloat(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java float.
- getFloat(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java float.
- getFloat(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java float.
- getFloat(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getFloat(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getFloat(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getFloat(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java float.
- getFormatId() - Method in class virtuoso.jdbc4.VirtuosoXid
-
- getFunctionColumns(String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a description of the given catalog's system or user
function parameters and return type.
- getFunctions(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a description of the system and user functions available
in the given catalog.
- getFuture(String, Object[], int) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Start an RPC function call by sending a VirtuosoFuture request.
- getGeneratedKeys() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getGeneratedKeys() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
- getGlobalTransactionId() - Method in class virtuoso.jdbc4.VirtuosoXid
-
- getHits() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the amount of the connection pool hits.
- getHoldability() - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the holdability of this ResultSet object
- getHoldability() - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the holdability of this ResultSet object
- getHoldability() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getHoldability() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getHoldability() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Retrieves the current holdability of ResultSet objects
created using this Connection object.
- getHoldability() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the holdability of this ResultSet object
- getIdentifierQuoteString() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the string used to quote SQL identifiers.
- getImportedKeys(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the primary key columns that are
referenced by a table's foreign key columns (the primary keys
imported by a table).
- getIndexInfo(String, String, String, boolean, boolean) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of a table's indices and statistics.
- getInitialPoolSize() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Get the number of physical connections the pool
will contain when it is created
- getInstance() - Static method in class virtuoso.jdbc4.VirtuosoPoolManager
-
- getInt(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java int.
- getInt(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java int.
- getInt(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getInt(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getInt(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC INTEGER parameter as an int
in the Java programming language.
- getInt(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java int.
- getInt(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java int.
- getInt(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java int.
- getInt(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getInt(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getInt(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getInt(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java int.
- getIntAttr(Properties, String, int) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
- getIriType() - Method in class virtuoso.jdbc4.VirtuosoExtendedString
-
- getIriType() - Method in interface virtuoso.sql.ExtendedString
-
- getJDBCMajorVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the major JDBC version number for this
driver.
- getJDBCMinorVersion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the minor JDBC version number for this
driver.
- getKeyCols() - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns the columns that make a key to uniquely identify a row in this
OPLCachedRowSet object.
- getKeystorepass() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getKeystorepath() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getLang() - Method in class virtuoso.jdbc4.VirtuosoRdfBox
-
- getLang() - Method in interface virtuoso.sql.RdfBox
-
- getLangKey(String) - Method in class virtuoso.jdbc4.VirtuosoRdfBox
-
- getLangKey(String) - Method in interface virtuoso.sql.RdfBox
-
- getLog_Enable() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getLogFileName() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Get the log FileName.
- getLoginTimeout() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getLogWriter() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getLong(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java long.
- getLong(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java long.
- getLong(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getLong(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getLong(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC BIGINT parameter as a long
in the Java programming language.
- getLong(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java long.
- getLong(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java long.
- getLong(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java long.
- getLong(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getLong(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getLong(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getLong(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java long.
- getMajorVersion() - Method in class virtuoso.jdbc4.Driver
-
Gets the driver's major version number.
- getMaxBinaryLiteralLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
How many hex characters can you have in an inline binary literal?
- getMaxCatalogNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of a catalog name?
- getMaxCharLiteralLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the max length for a character literal?
- getMaxColumnNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the limit on column name length?
- getMaxColumnsInGroupBy() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum number of columns in a "GROUP BY" clause?
- getMaxColumnsInIndex() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum number of columns allowed in an index?
- getMaxColumnsInOrderBy() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum number of columns in an "ORDER BY" clause?
- getMaxColumnsInSelect() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum number of columns in a "SELECT" list?
- getMaxColumnsInTable() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum number of columns in a table?
- getMaxConnections() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
How many active connections can we have at a time to this database?
- getMaxCursorNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum cursor name length?
- getMaxFieldSize() - Method in class virtuoso.javax.BaseRowSet
-
The maxFieldSize limit (in bytes) is the maximum amount of data
returned for any column value; it only applies to BINARY,
VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR
columns.
- getMaxFieldSize() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getMaxFieldSize() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the maximum number of bytes allowed for any column value.
- getMaxIdleTime() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Get the number of seconds that a physical connection
will remain unused in the pool before the
connection is closed.
- getMaxIndexLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of an index (in bytes)?
- getMaxPoolSize() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Get the maximum number of physical connections
the pool will be able contain.
- getMaxProcedureNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of a procedure name?
- getMaxRows() - Method in class virtuoso.javax.BaseRowSet
-
The maxRows limit is the maximum number of rows that a
RowSet can contain.
- getMaxRows() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getMaxRows() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Retrieves the maximum number of rows that a
VirtuosoResultSet can contain.
- getMaxRowSize() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of a single row?
- getMaxSchemaNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length allowed for a schema name?
- getMaxStatementLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of a SQL statement?
- getMaxStatements() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Get the total number of statements that the pool will
keep open.
- getMaxStatements() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
How many active statements can we have open at one time to this
database?
- getMaxTableNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of a table name?
- getMaxTablesInSelect() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum number of tables in a SELECT statement?
- getMaxUserNameLength() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the maximum length of a user name?
- getMaxWaitTime() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the maximal waiting time for the connection pool.
- getMetaData() - Method in class virtuoso.javax.OPLCachedRowSet
-
The number, types and properties of a ResultSet's columns
are provided by the getMetaData method.
- getMetaData() - Method in class virtuoso.javax.OPLJdbcRowSet
-
The number, types and properties of a ResultSet's columns
are provided by the getMetaData method.
- getMetaData() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getMetaData() - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- getMetaData() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getMetaData() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Gets the metadata regarding this connection's database.
- getMetaData() - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Gets the number, types and properties of a ResultSet's columns.
- getMetaData() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the number, types and properties of a ResultSet's columns.
- getMinorVersion() - Method in class virtuoso.jdbc4.Driver
-
Gets the driver's minor version number.
- getMinPoolSize() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Get the minimum number of physical connections
the pool will keep available at all times.
- getMinWaitTime() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the minimal waiting time for the connection pool.
- getMisses() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the amount of the connection pool misses.
- getMoreResults() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getMoreResults() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Moves to a Statement's next result.
- getMoreResults(boolean) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Method uses to get next rows of this result set.
- getMoreResults(int) - Method in class virtuoso.jdbc4.StatementWrapper
-
- getMoreResults(int) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
- getName() - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
Returns the name of ConectionPoolDataSource.
- getNCharacterStream(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getNCharacterStream(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getNCharacterStream(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getNCharacterStream(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNCharacterStream(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getNCharacterStream(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getNCharacterStream(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated parameter as a
java.io.Reader object in the Java programming language.
- getNCharacterStream(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getNClob(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNClob(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNClob(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getNClob(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getNClob(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated JDBC NCLOB parameter as a
java.sql.NClob object in the Java programming language.
- getNClob(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNClob(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNClob(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNClob(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getNClob(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getNClob(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of a JDBC NCLOB parameter as a
java.sql.NClob object in the Java programming language.
- getNClob(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNetworkTimeout() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getNetworkTimeout() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Retrieves the number of milliseconds the driver will
wait for a database request to complete.
- getNString(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNString(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNString(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getNString(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getNString(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated NCHAR,
NVARCHAR
or LONGNVARCHAR parameter as
a String in the Java programming language.
- getNString(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNString(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNString(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNString(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getNString(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getNString(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated NCHAR,
NVARCHAR
or LONGNVARCHAR parameter as
a String in the Java programming language.
- getNString(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getNumericFunctions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a comma-separated list of math functions.
- getObject(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java object.
- getObject(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java object.
- getObject(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getObject(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getObject(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a parameter as an object in the Java
programming language.
- getObject(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java object.
- getObject(int, Class<T>) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(int, Class<T>) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(int, Class<T>) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getObject(int, Class<T>) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getObject(int, Class<T>) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Returns an object representing the value of OUT parameter
parameterIndex and will convert from the
SQL type of the parameter to the requested Java data type, if the
conversion is supported.
- getObject(int, Class<T>) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(int, Map) - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns the value of column @i as a Java object.
- getObject(int, Map) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Returns an object representing the value of OUT parameter
i and uses map for the custom mapping of the parameter value.
- getObject(int, Map) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Returns the value of a column in the current row as a Java object.
- getObject(int, Map<String, Class<?>>) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Returns the value of column @i as a Java object.
- getObject(int, Map<String, Class<?>>) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getObject(int, Map<String, Class<?>>) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getObject(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java object.
- getObject(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java object.
- getObject(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getObject(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getObject(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getObject(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java object.
- getObject(String, Class<T>) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(String, Class<T>) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(String, Class<T>) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getObject(String, Class<T>) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getObject(String, Class<T>) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Returns an object representing the value of OUT parameter
parameterName and will convert from the
SQL type of the parameter to the requested Java data type, if the
conversion is supported.
- getObject(String, Class<T>) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object and will convert from the
SQL type of the column to the requested Java data type, if the
conversion is supported.
- getObject(String, Map) - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns the value of column @i as a Java object.
- getObject(String, Map) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getObject(String, Map) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Returns the value in the specified column as a Java object.
- getObject(String, Map<String, Class<?>>) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Returns the value of column @i as a Java object.
- getObject(String, Map<String, Class<?>>) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getObject(String, Map<String, Class<?>>) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class virtuoso.jdbc4.VirtuosoDataSourceFactory
-
- getOriginal() - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns a result set containing the original value of the rowset.
- getOriginalRow() - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns a result set containing the original value of the current
row only.
- getParam(int) - Method in class virtuoso.javax.BaseRowSet
-
- getParameterClassName(int) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getParameterCount() - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getParameterMetaData() - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- getParameterMetaData() - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Retrieves the number, types and properties of this
PreparedStatement object's parameters.
- getParameterMode(int) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getParameterType(int) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getParameterTypeName(int) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getParams() - Method in class virtuoso.javax.BaseRowSet
-
Get the parameters that were set on the rowset.
- getParentLogger() - Method in class virtuoso.jdbc4.Driver
-
Return the parent Logger of all the Loggers used by this driver.
- getParentLogger() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Return the parent Logger of all the Loggers used by this driver.
- getPassword() - Method in class virtuoso.javax.BaseRowSet
-
The password used to create a database connection.
- getPassword() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getPooledConnection() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Attempt to establish a database connection.
- getPooledConnection(String, String) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Attempts to establish a physical database connection that can
be used as a pooled connection.
- getPortNumber() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Get the port number on which oplrqb is listening for requests.
- getPrecision(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Get the designated column number of decimal digits.
- getPrecision(int) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getPrecision(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets a column number of decimal digits.
- getPrimaryKeys(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of a table's primary key columns.
- getProcedureColumns(String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of a catalog's stored procedure parameters
and result columns.
- getProcedures(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the stored procedures available in a
catalog.
- getProcedureTerm() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the database vendor's preferred term for "procedure"?
- getPropertyCycle() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Get the interval, in seconds, that the pool will wait
before enforcing the current policy defined by the
values of the above connection pool properties
- getPropertyInfo(String, Properties) - Method in class virtuoso.jdbc4.Driver
-
Gets information about the possible properties for this driver.
- getProvider() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getPseudoColumns(String, String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a description of the pseudo or hidden columns available
in a given table within the specified catalog and schema.
- getPstmtpoolsize() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getPwdClear() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getQualifierName() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Method uses to get the qualifier name of this connection.
- getQueryTimeout() - Method in class virtuoso.javax.BaseRowSet
-
The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- getQueryTimeout() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getQueryTimeout() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Retrieves the number of seconds the driver will
new wait for a Statement to execute.
- getRecvbs() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getRef(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get a REF(<structured-type>) column.
- getRef(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get a REF(<structured-type>) column.
- getRef(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getRef(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getRef(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC REF(<structured-type>)
parameter as a Ref object in the Java programming language.
- getRef(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets a REF(<structured-type>) column value from the current row.
- getRef(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get a REF(<structured-type>) column.
- getRef(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get a REF(<structured-type>) column.
- getRef(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getRef(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getRef(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getRef(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets a REF(<structured-type>) column value from the current row.
- getReference() - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
- getReference() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getReference() - Method in class virtuoso.jdbc4.VirtuosoXADataSource
-
- getResultSet() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getResultSet() - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves a result set that contains the elements of the SQL
ARRAY value
designated by this Array object.
- getResultSet() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the current result as a VirtuosoResultSet object.
- getResultSet(long, int) - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves a result set holding the elements of the subarray that
starts at index index and contains up to
count successive elements.
- getResultSet(long, int, Map<String, Class<?>>) - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves a result set holding the elements of the subarray that
starts at index index and contains up to
count successive elements.
- getResultSet(Map<String, Class<?>>) - Method in class virtuoso.jdbc4.VirtuosoArray
-
Retrieves a result set that contains the elements of the SQL
ARRAY value designated by this Array object.
- getResultSetConcurrency() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getResultSetConcurrency() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the result set concurrency.
- getResultSetHoldability() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getResultSetHoldability() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the default holdability of this ResultSet
object.
- getResultSetHoldability() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
- getResultSetType() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getResultSetType() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the result set type.
- getRoundrobin() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getRow() - Method in class virtuoso.javax.OPLCachedRowSet
-
Determine the current row number.
- getRow() - Method in class virtuoso.javax.OPLJdbcRowSet
-
Determine the current row number.
- getRow() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getRow() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the current row number.
- getRowId(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowId(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowId(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getRowId(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getRowId(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated JDBC ROWID parameter as a
java.sql.RowId object.
- getRowId(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowId(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowId(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowId(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getRowId(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getRowId(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated JDBC ROWID parameter as a
java.sql.RowId object.
- getRowId(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language.
- getRowIdLifetime() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Indicates whether or not this data source supports the SQL ROWID type,
and if so the lifetime for which a RowId object remains valid.
- getScale(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Gets the designated column number of digits to right of the decimal point.
- getScale(int) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
- getScale(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets a column number of digits to right of the decimal point.
- getSchema() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getSchema() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Retrieves this Connection object's current schema name.
- getSchemaName(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Get the designated column table's schema.
- getSchemaName(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets a column table's schema.
- getSchemas() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets the schema names available in this database.
- getSchemas(String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemaTerm() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
What's the database vendor's preferred term for "schema"?
- getSearchStringEscape() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets the string that can be used to escape wildcard characters.
- getSendbs() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getServerName() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getShort(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java short.
- getShort(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java short.
- getShort(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getShort(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getShort(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC SMALLINT parameter as a short
in the Java programming language.
- getShort(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java short.
- getShort(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java short.
- getShort(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java short.
- getShort(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getShort(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getShort(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getShort(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java short.
- getShowDeleted() - Method in class virtuoso.javax.OPLCachedRowSet
-
This property determines whether or not rows marked for deletion
appear in the set of current rows.
- getSQLKeywords() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a comma-separated list of all a database's SQL keywords
that are NOT also SQL92 keywords.
- getSQLStateType() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Indicates whether the SQLSTATEs returned by SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL99.
- getSQLXML(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getSQLXML(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getSQLXML(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated SQL XML parameter as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getSQLXML(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getSQLXML(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of the designated SQL XML parameter as a
java.sql.SQLXML object in the Java programming language.
- getSQLXML(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row of
this ResultSet as a
java.sql.SQLXML object in the Java programming language.
- getSsl() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getStatement() - Method in class virtuoso.javax.OPLCachedRowSet
-
Return the Statement that produced the ResultSet.
- getStatement() - Method in class virtuoso.javax.OPLJdbcRowSet
-
Return the Statement that produced the ResultSet.
- getStatement() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getStatement() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Returns the VirtuosoStatement object that produced this
VirtuosoResultSet object.
- getStmtOpts() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
- getString(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java String.
- getString(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java String.
- getString(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getString(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getString(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Retrieves the value of a JDBC CHAR, VARCHAR,
or LONGVARCHAR parameter as a String in
the Java programming language.
- getString(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java String.
- getString(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a Java String.
- getString(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a Java String.
- getString(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getString(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getString(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getString(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a Java String.
- getStringFunctions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a comma-separated list of string functions.
- getStrType() - Method in class virtuoso.jdbc4.VirtuosoExtendedString
-
- getStrType() - Method in interface virtuoso.sql.ExtendedString
-
- getSubString(long, int) - Method in class openlink.util.OPLHeapClob
-
Retrieves a copy of the specified substring
in the CLOB value
designated by this Clob object.
- getSubString(long, int) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Returns a copy of the specified substring
in the CLOB value
designated by this Clob object.
- getSuperTables(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a description of the table hierarchies defined in a particular
schema in this database.
- getSuperTypes(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies defined in a
particular schema in this database.
- getSystemFunctions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a comma-separated list of system functions.
- getTableName() - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns an identifier for the object (table) that was used to create this rowset.
- getTableName(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Gets the designated column table name.
- getTableName(int) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Gets a column table name.
- getTablePrivileges(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the access rights for each table available
in a catalog.
- getTables(String, String, String, String[]) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of tables available in a catalog.
- getTableTypes() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets the table types available in this database.
- getTime(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Time object.
- getTime(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Time object.
- getTime(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTime(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTime(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Get the value of a JDBC TIME parameter as a
java.sql.Time object.
- getTime(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Time object.
- getTime(int, Calendar) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Time
object.
- getTime(int, Calendar) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Time
object.
- getTime(int, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTime(int, Calendar) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTime(int, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using
the given Calendar object to construct the time.
- getTime(int, Calendar) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Time
object.
- getTime(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Time object.
- getTime(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Time object.
- getTime(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTime(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTime(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getTime(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Time object.
- getTime(String, Calendar) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Time
object.
- getTime(String, Calendar) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Time
object.
- getTime(String, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTime(String, Calendar) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTime(String, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getTime(String, Calendar) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Time
object.
- getTimeDateFunctions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a comma-separated list of time and date functions.
- getTimeout() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Method uses to get the I/O timeout.
- getTimestamp(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTimestamp(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTimestamp(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC TIMESTAMP parameter as a
java.sql.Timestamp object.
- getTimestamp(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(int, Calendar) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp
object.
- getTimestamp(int, Calendar) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp
object.
- getTimestamp(int, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTimestamp(int, Calendar) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTimestamp(int, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Gets the value of a JDBC TIMESTAMP parameter as a
java.sql.Timestamp object, using the given Calendar object to construct
the Timestamp object.
- getTimestamp(int, Calendar) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Timestamp
object.
- getTimestamp(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTimestamp(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTimestamp(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getTimestamp(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String, Calendar) - Method in class virtuoso.javax.OPLCachedRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp
object.
- getTimestamp(String, Calendar) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Get the value of a column in the current row as a java.sql.Timestamp
object.
- getTimestamp(String, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getTimestamp(String, Calendar) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getTimestamp(String, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getTimestamp(String, Calendar) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gets the value of a column in the current row as a java.sql.Timestamp
object.
- getTimezone() - Method in class virtuoso.jdbc4.VirtuosoDate
-
- getTimezone() - Method in class virtuoso.jdbc4.VirtuosoTime
-
- getTimezone() - Method in class virtuoso.jdbc4.VirtuosoTimestamp
-
- getTransactionIsolation() - Method in class virtuoso.javax.BaseRowSet
-
The transaction isolation property contains the JDBC transaction
isolation level used.
- getTransactionIsolation() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getTransactionIsolation() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Gets this Connection's current transaction isolation level.
- getTransactionTimeout() - Method in class virtuoso.jdbc4.VirtuosoXAResource
-
- getTruststorepass() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getTruststorepath() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getType() - Method in class virtuoso.javax.BaseRowSet
-
Return the type of this result set.
- getType() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getType() - Method in class virtuoso.jdbc4.VirtuosoRdfBox
-
- getType() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Returns the type of this result set.
- getType() - Method in interface virtuoso.sql.RdfBox
-
- getTypeInfo() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of all the standard SQL types supported by
this database.
- getTypeKey(String) - Method in class virtuoso.jdbc4.VirtuosoRdfBox
-
- getTypeKey(String) - Method in interface virtuoso.sql.RdfBox
-
- getTypeMap() - Method in class virtuoso.javax.BaseRowSet
-
Get the type-map object associated with this rowset.
- getTypeMap() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getTypeMap() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Gets the type map object associated with this connection.
- getUDTs(String, String, String, int[]) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of the user-defined types defined in a particular
schema.
- getUnicodeStream(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Deprecated.
- getUnicodeStream(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Deprecated.
- getUnicodeStream(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getUnicodeStream(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Deprecated.
- getUnicodeStream(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Deprecated.
- getUnicodeStream(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getUnicodeStream(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Deprecated.
- getUpdateCount() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getUpdateCount() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Method uses to retrieve the Update count.
- getUpdateCount() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns the current result as an update count;
if the result is a ResultSet or there are no more results, -1
is returned.
- getUrl() - Method in class virtuoso.javax.BaseRowSet
-
Get the url used to create a JDBC connection.
- getURL() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Method uses to get the url of this connection.
- getURL() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the URL which permits to access the database.
- getURL(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getURL(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getURL(int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getURL(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getURL(int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getURL(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getURL(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getURL(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getURL(String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- getURL(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getURL(String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- getURL(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a java.net.URL
object in the Java programming language.
- getUsepstmtpool() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getUser() - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- getUsername() - Method in class virtuoso.javax.BaseRowSet
-
The username used to create a database connection.
- getUserName() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Method uses to get the user name of this connection.
- getUserName() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns the user name as known to the database.
- getVersion() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Method uses to get the version of the database.
- getVersionColumns(String, String, String) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Gets a description of a table's columns that are automatically
updated when any value in a row is updated.
- getVersionNum() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
- getVirtuosoConnection() - Method in class virtuoso.jdbc4.VirtuosoPooledConnection
-
- getWarnings() - Method in class virtuoso.javax.OPLCachedRowSet
-
The first warning reported by calls on this ResultSet is
returned.
- getWarnings() - Method in class virtuoso.javax.OPLJdbcRowSet
-
The first warning reported by calls on this ResultSet is
returned.
- getWarnings() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- getWarnings() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- getWarnings() - Method in class virtuoso.jdbc4.StatementWrapper
-
- getWarnings() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Retrieves the first warning reported by calls on this Connection.
- getWarnings() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Retrieves the first warning reported by calls on this ResultSet.
- getWarnings() - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Retrieves the first warning reported by calls on this Statement.
- getWideBestRowIdText_case0 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getWideBestRowIdText_case2 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getWideBestVersionColsText_case0 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getWideBestVersionColsText_case2 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- getXAConnection() - Method in class virtuoso.jdbc4.VirtuosoXADataSource
-
- getXAConnection(String, String) - Method in class virtuoso.jdbc4.VirtuosoXADataSource
-
- getXAResource() - Method in class virtuoso.jdbc4.VirtuosoXAConnection
-
Retrieves an XAResource object that
the transaction manager will use
to manage this XAConnection object's participation in a
distributed transaction.
- S_GENERAL_ERR - Static variable in class openlink.util.BaseMessage
-
- scale - Variable in class virtuoso.javax.BaseRowSet.Parameter
-
- sendBlobData(Vector) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
- sendbs - Variable in class virtuoso.jdbc4.VirtuosoDataSource
-
- sendCloseEvent() - Method in class virtuoso.jdbc4.VirtuosoPooledConnection
-
- sendErrorEvent(SQLException) - Method in class virtuoso.jdbc4.VirtuosoPooledConnection
-
- sendQuery(String) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Executes a SQL statement that returns a single ResultSet.
- serverName - Variable in class virtuoso.jdbc4.VirtuosoDataSource
-
- setArray(int, Array) - Method in class virtuoso.javax.BaseRowSet
-
Set an Array parameter.
- setArray(int, Array) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setArray(int, Array) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets an Array parameter.
- setAsciiStream(int, InputStream) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setAsciiStream(int, InputStream) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(int, InputStream, int) - Method in class virtuoso.javax.BaseRowSet
-
When a very large ASCII value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setAsciiStream(int, InputStream, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(long) - Method in class openlink.util.OPLHeapClob
-
Retrieves a stream to be used to write Ascii characters to the
CLOB value that this Clob object represents,
starting at position pos.
- setAsciiStream(long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setAsciiStream(String, InputStream) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given input stream.
- setAsciiStream(String, InputStream) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setAsciiStream(String, InputStream) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given input stream.
- setAsciiStream(String, InputStream, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(String, InputStream, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setAsciiStream(String, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setAsciiStream(String, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAutoCommit(boolean) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setAutoCommit(boolean) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Sets this connection's auto-commit mode.
- setAutoIncrement(int, boolean) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify whether the is column automatically numbered, thus read-only.
- setBigDecimal(int, BigDecimal) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.lang.BigDecimal value.
- setBigDecimal(int, BigDecimal) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBigDecimal(int, BigDecimal) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.lang.BigDecimal value.
- setBigDecimal(String, BigDecimal) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given
java.math.BigDecimal value.
- setBigDecimal(String, BigDecimal) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBigDecimal(String, BigDecimal) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setBinaryStream(int, InputStream) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to the given input stream.
- setBinaryStream(int, InputStream) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(int, InputStream, int) - Method in class virtuoso.javax.BaseRowSet
-
When a very large binary value is input to a LONGVARBINARY
parameter, it may be more practical to send it via a
java.io.InputStream.
- setBinaryStream(int, InputStream, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(long) - Method in class openlink.util.OPLHeapBlob
-
Retrieves a stream that can be used to write to the BLOB
value that this Blob object represents.
- setBinaryStream(long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setBinaryStream(String, InputStream) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given input stream.
- setBinaryStream(String, InputStream) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBinaryStream(String, InputStream) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream(String, InputStream, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(String, InputStream, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBinaryStream(String, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBinaryStream(String, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBlob(int, InputStream) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBlob(int, InputStream) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBlob(int, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, Blob) - Method in class virtuoso.javax.BaseRowSet
-
Set a BLOB parameter.
- setBlob(int, Blob) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBlob(int, Blob) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets a BLOB parameter.
- setBlob(String, InputStream) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBlob(String, InputStream) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a InputStream object.
- setBlob(String, InputStream, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBlob(String, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(String, Blob) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(String, Blob) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBlob(String, Blob) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBoolean(int, boolean) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java boolean value.
- setBoolean(int, boolean) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBoolean(int, boolean) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java boolean value.
- setBoolean(String, boolean) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(String, boolean) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBoolean(String, boolean) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setByte(int, byte) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java byte value.
- setByte(int, byte) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setByte(int, byte) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java byte value.
- setByte(String, byte) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java byte value.
- setByte(String, byte) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setByte(String, byte) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setBytes(int, byte[]) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java array of bytes.
- setBytes(int, byte[]) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setBytes(int, byte[]) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java array of bytes.
- setBytes(long, byte[]) - Method in class openlink.util.OPLHeapBlob
-
Writes the given array of bytes to the BLOB value that
this Blob object represents, starting at position
pos, and returns the number of bytes written.
- setBytes(long, byte[]) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setBytes(long, byte[], int, int) - Method in class openlink.util.OPLHeapBlob
-
Writes all or part of the given byte array to the
BLOB value that this Blob object represents
and returns the number of bytes written.
- setBytes(long, byte[], int, int) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setBytes(String, byte[]) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(String, byte[]) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setBytes(String, byte[]) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setCacheParam(String, int, int, int) - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
- setCaseSensitive(int, boolean) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify whether the column is case sensitive.
- setCatalog(String) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setCatalog(String) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Sets a catalog name in order to select
a subspace of this Connection's database in which to work.
- setCatalogName(int, String) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column table's catalog name, if any.
- setCertificate(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setCharacterStream(int, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to the given Reader
object.
- setCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(int, Reader, int) - Method in class virtuoso.javax.BaseRowSet
-
When a very large UNICODE value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.Reader.
- setCharacterStream(int, Reader, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setCharacterStream(int, Reader, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(long) - Method in class openlink.util.OPLHeapClob
-
Retrieves a stream to be used to write a stream of Unicode characters
to the CLOB value that this Clob object
represents, at position pos.
- setCharacterStream(long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setCharacterStream(String, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(String, Reader, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(String, Reader, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setCharacterStream(String, Reader, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharset(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setClientInfo(String, String) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setClientInfo(String, String) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Sets the value of the client info property specified by name to the
value specified by value.
- setClientInfo(Properties) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setClientInfo(Properties) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Sets the value of the connection's client info properties.
- setClob(int, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setClob(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setClob(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Clob) - Method in class virtuoso.javax.BaseRowSet
-
Set a CLOB parameter.
- setClob(int, Clob) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setClob(int, Clob) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets a CLOB parameter.
- setClob(String, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setClob(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setClob(String, Reader, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setClob(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a Reader object.
- setClob(String, Clob) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(String, Clob) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setClob(String, Clob) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClosed(boolean) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
- setColumnCount(int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Set the number of columns in the RowSet.
- setColumnDisplaySize(int, int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column normal max width in chars.
- setColumnLabel(int, String) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the suggested column title for use in printouts and
displays, if any.
- setColumnName(int, String) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column name.
- setColumnName(int, String) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
- setColumnType(int, int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column SQL type.
- setColumnTypeName(int, String) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column data source specific type name, if any.
- setCommand(String) - Method in class virtuoso.javax.BaseRowSet
-
Set the rowset's command property.
- setCommand(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Sets this OPLCachedRowSet object's command property to the given
String object and clears the parameters, if any, that were set
for the previous command.
- setConcurrency(int) - Method in class virtuoso.javax.BaseRowSet
-
Set the rowset concurrency.
- setConcurrency(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Sets the concurrency for this rowset to the specified concurrency.
- setCurrency(int, boolean) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify whether the column is a cash value.
- setCursorName(String) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setCursorName(String) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Defines the SQL cursor name that will be used by
subsequent Statement execute methods.
- setDatabaseName(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setDataSourceName(String) - Method in class virtuoso.javax.BaseRowSet
-
Set the data source name.
- setDataSourceName(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Set the DataSource name.
- setDate(int, Date) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.sql.Date value.
- setDate(int, Date) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setDate(int, Date) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.Date value.
- setDate(int, Date, Calendar) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.sql.Date value.
- setDate(int, Date, Calendar) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setDate(int, Date, Calendar) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.Date value,
using the given Calendar object.
- setDate(String, Date) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Date value
using the default time zone of the virtual machine that is running
the application.
- setDate(String, Date) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setDate(String, Date) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setDate(String, Date, Calendar) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Date value,
using the given Calendar object.
- setDate(String, Date, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setDate(String, Date, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setDelegate(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setDescription(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setDouble(int, double) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java double value.
- setDouble(int, double) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setDouble(int, double) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java double value.
- setDouble(String, double) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java double value.
- setDouble(String, double) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setDouble(String, double) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setElementAt(Object, int) - Method in class openlink.util.Vector
-
Sets the component at the specified index of this
vector to be the specified object.
- setEscapeProcessing(boolean) - Method in class virtuoso.javax.BaseRowSet
-
If escape scanning is on (the default), the driver will do
escape substitution before sending the SQL to the database.
- setEscapeProcessing(boolean) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setEscapeProcessing(boolean) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Toggles on and off escape substitution before sending SQL to the
database.
- setFbs(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setFetchDirection(int) - Method in class virtuoso.javax.BaseRowSet
-
Give a hint as to the direction in which the rows in this result set
will be processed.
- setFetchDirection(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- setFetchDirection(int) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setFetchDirection(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Sets the default fetch direction of this result set.
- setFetchDirection(int) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Sets the default fetch direction for result sets generated by
this VirtuosoStatement object.
- setFetchSize(int) - Method in class virtuoso.javax.BaseRowSet
-
Give the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for this result
set.
- setFetchSize(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- setFetchSize(int) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setFetchSize(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed.
- setFetchSize(int) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed.
- setFloat(int, float) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java float value.
- setFloat(int, float) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setFloat(int, float) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java float value.
- setFloat(String, float) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java float value.
- setFloat(String, float) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setFloat(String, float) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setHoldability(int) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setHoldability(int) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
calls checkHoldability
- setInitialPoolSize(int) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Set the number of physical connections the pool
should contain when it is created
- setInputStream(InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Set the input stream.
- setInt(int, int) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java int value.
- setInt(int, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setInt(int, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java int value.
- setInt(String, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java int value.
- setInt(String, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setInt(String, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setKeyColumns(int[]) - Method in class virtuoso.javax.OPLCachedRowSet
-
Sets this OPLCachedRowSet object's keyCols field with the given array of column numbers,
which forms a key for uniquely identifying a row in this rowset.
- setKeystorepass(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setKeystorepath(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setLog_Enable(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setLogFileName(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Set the log Filename.
- setLoginTimeout(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setLogWriter(PrintWriter) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setLong(int, long) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java long value.
- setLong(int, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setLong(int, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java long value.
- setLong(String, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java long value.
- setLong(String, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setLong(String, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setMaxFieldSize(int) - Method in class virtuoso.javax.BaseRowSet
-
The maxFieldSize limit (in bytes) is set to limit the size of
data that can be returned for any column value; it only applies
to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and
LONGVARCHAR fields.
- setMaxFieldSize(int) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setMaxFieldSize(int) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Sets the limit for the maximum number of bytes in a column to
the given number of bytes.
- setMaxIdleTime(int) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Set the number of seconds that a physical connection
should remain unused in the pool before the
connection is closed.
- setMaxPoolSize(int) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Set the maximum number of physical conections that the pool should contain.
- setMaxRows(int) - Method in class virtuoso.javax.BaseRowSet
-
The maxRows limit is set to limit the number of rows that any
RowSet can contain.
- setMaxRows(int) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setMaxRows(int) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Sets the limit for the maximum number of rows that any
VirtuosoResultSet can contain to the given number.
- setMaxStatements(int) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Set the total number of statements that the pool should
keep open.
- setMetaData(RowSetMetaData) - Method in class virtuoso.javax.OPLCachedRowSet
-
Set the rowset's metadata.
- setMinPoolSize(int) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Set the number of physical connections the pool should keep available
at all times.
- setNCharacterStream(int, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter in this RowSet object's command
to a Reader object.
- setNCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNClob(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader, long) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNClob(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, NClob) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(int, NClob) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNClob(int, NClob) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(String, Reader) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNClob(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader, long) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a Reader object.
- setNClob(String, Reader, long) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNClob(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a Reader object.
- setNClob(String, NClob) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(String, NClob) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNClob(String, NClob) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNetworkTimeout(Executor, int) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setNetworkTimeout(Executor, int) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Sets the maximum period a Connection or
objects created from the Connection
will wait for the database to reply to any one request.
- setNString(int, String) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated paramter to the given String object.
- setNString(int, String) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNString(int, String) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated paramter to the given String object.
- setNString(String, String) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated paramter to the given String object.
- setNString(String, String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNString(String, String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given String object.
- setNull(int, int) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to SQL NULL.
- setNull(int, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNull(int, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int, String) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to SQL NULL.
- setNull(int, int, String) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setNull(int, int, String) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(String, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to SQL NULL.
- setNull(String, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNull(String, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setNull(String, int, String) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to SQL NULL.
- setNull(String, int, String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setNull(String, int, String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setNullable(int, int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify whether the column value can be set to NULL.
- setObject(int, Object) - Method in class virtuoso.javax.BaseRowSet
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setObject(int, Object) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object, int) - Method in class virtuoso.javax.BaseRowSet
-
This method is like setObject above, but the scale used is the scale
of the second parameter.
- setObject(int, Object, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setObject(int, Object, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object, int, int) - Method in class virtuoso.javax.BaseRowSet
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object, int, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setObject(int, Object, int, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the value of a parameter using an object.
- setObject(Object) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Set the object.
- setObject(String, Object) - Method in class virtuoso.javax.BaseRowSet
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setObject(String, Object) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setObject(String, Object, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setObject(String, Object, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setObject(String, Object, int, int) - Method in class virtuoso.javax.BaseRowSet
-
Sets the value of the designated parameter with the given object.
- setObject(String, Object, int, int) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setObject(String, Object, int, int) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setOriginal() - Method in class virtuoso.javax.OPLCachedRowSet
-
Marks all rows in this rowset as being original rows.
- setOriginalRow() - Method in class virtuoso.javax.OPLCachedRowSet
-
Marks the current row in this rowset as being an original row.
- setPassword(String) - Method in class virtuoso.javax.BaseRowSet
-
Set the password.
- setPassword(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setPoolable(boolean) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setPoolable(boolean) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Requests that a Statement be pooled or not pooled.
- setPortNumber(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Set the port number where the oplrqb is listening for requests.
- setPrecision(int, int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column number of decimal digits.
- setPropertyCycle(int) - Method in class virtuoso.jdbc4.VirtuosoConnectionPoolDataSource
-
Set the interval, in seconds, that the pool should wait
before enforcing the current policy defined by the
values of the above connection pool properties
- setProvider(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setPstmtpoolsize(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setPwdClear(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setQueryTimeout(int) - Method in class virtuoso.javax.BaseRowSet
-
The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- setQueryTimeout(int) - Method in class virtuoso.jdbc4.StatementWrapper
-
- setQueryTimeout(int) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Sets the number of seconds the driver will
new wait for a Statement to execute to the given number of seconds.
- setReader(Reader, long) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
Set the reader.
- setReadOnly(boolean) - Method in class virtuoso.javax.BaseRowSet
-
Set the read-onlyness of the rowset
- setReadOnly(boolean) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setReadOnly(boolean) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Puts this connection in read-only mode.
- setRecvbs(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setRef(int, Ref) - Method in class virtuoso.javax.BaseRowSet
-
Set a REF(<structured-type>) parameter.
- setRef(int, Ref) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setRef(int, Ref) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets a REF(<structured-type>) parameter.
- setRoundrobin(boolean) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setRowId(int, RowId) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(int, RowId) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setRowId(int, RowId) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(String, RowId) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.RowId object.
- setRowId(String, RowId) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setRowId(String, RowId) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setSavepoint() - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setSavepoint() - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Creates an unnamed savepoint in the current transaction and
returns the new Savepoint object that represents it.
- setSavepoint(String) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setSavepoint(String) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Creates an unnamed savepoint in the current transaction and
returns the new Savepoint object that represents it.
- setScale(int, int) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column number of digits to right of the decimal point.
- setSchema(String) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setSchema(String) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Sets the given schema name to access.
- setSchemaName(int, String) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column table's schema, if any.
- setSearchable(int, boolean) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify whether the column can be used in a where clause.
- setSendbs(int) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setServerName(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setShort(int, short) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java short value.
- setShort(int, short) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setShort(int, short) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java short value.
- setShort(String, short) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java short value.
- setShort(String, short) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setShort(String, short) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setShowDeleted(boolean) - Method in class virtuoso.javax.OPLCachedRowSet
-
Set the show deleted property.
- setSigned(int, boolean) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Speicfy whether the column is a signed number.
- setSize(int) - Method in class openlink.util.Vector
-
Sets the size of this vector.
- setSocketTimeout(int) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
- setSQLXML(int, SQLXML) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(int, SQLXML) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setSQLXML(int, SQLXML) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(String, SQLXML) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSQLXML(String, SQLXML) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setSQLXML(String, SQLXML) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setSsl(boolean) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setString(int, String) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a Java String value.
- setString(int, String) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setString(int, String) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java String value.
- setString(int, VirtuosoExplicitString) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
- setString(long, String) - Method in class openlink.util.OPLHeapClob
-
Writes the given Java String to the CLOB
value that this Clob object designates at the position
pos.
- setString(long, String) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setString(long, String, int, int) - Method in class openlink.util.OPLHeapClob
-
Writes len characters of str, starting
at character offset, to the CLOB value
that this Clob represents.
- setString(long, String, int, int) - Method in class virtuoso.jdbc4.VirtuosoBlob
-
- setString(String, String) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given Java String value.
- setString(String, String) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setString(String, String) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setTableName(int, String) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Specify the column table name, if any.
- setTableName(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Sets the identifier for the table from which this rowset was derived
to the given table name.
- setTime(int, Time) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.sql.Time value.
- setTime(int, Time) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setTime(int, Time) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.Time value.
- setTime(int, Time, Calendar) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.sql.Time value.
- setTime(int, Time, Calendar) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setTime(int, Time, Calendar) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.Time value,
using the given Calendar object.
- setTime(String, Time) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(String, Time) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setTime(String, Time) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setTime(String, Time, Calendar) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Time value,
using the given Calendar object.
- setTime(String, Time, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setTime(String, Time, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setTimestamp(int, Timestamp) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.sql.Timestamp value.
- setTimestamp(int, Timestamp) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setTimestamp(int, Timestamp) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class virtuoso.javax.BaseRowSet
-
Set a parameter to a java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setTimestamp(int, Timestamp, Calendar) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a java.sql.Timestamp value,
using the given Calendar object.
- setTimestamp(String, Timestamp) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(String, Timestamp) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setTimestamp(String, Timestamp) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.sql.Timestamp value,
using the given Calendar object.
- setTimestamp(String, Timestamp, Calendar) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setTimestamp(String, Timestamp, Calendar) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setTransactionIsolation(int) - Method in class virtuoso.javax.BaseRowSet
-
Set the transaction isolation.
- setTransactionIsolation(int) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setTransactionIsolation(int) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Attempts to change the transaction isolation level to the one given.
- setTransactionTimeout(int) - Method in class virtuoso.jdbc4.VirtuosoXAResource
-
- setTruststorepass(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setTruststorepath(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setType(int) - Method in class virtuoso.javax.BaseRowSet
-
Set the type of this result set.
- setTypeMap(Map<String, Class<?>>) - Method in class virtuoso.javax.BaseRowSet
-
Install a type-map object as the default type-map for
this rowset.
- setTypeMap(Map<String, Class<?>>) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- setTypeMap(Map<String, Class<?>>) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Installs the given type map as the type map for
this connection.
- setUnicodeStream(int, InputStream, int) - Method in class virtuoso.javax.BaseRowSet
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setUnicodeStream(int, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of unicode chars.
- setUpdateCount(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
- setUrl(String) - Method in class virtuoso.javax.BaseRowSet
-
Set the url used to create a connection.
- setURL(int, URL) - Method in class virtuoso.javax.BaseRowSet
-
Sets the designated parameter to the given java.net.URL value.
- setURL(int, URL) - Method in class virtuoso.jdbc4.PreparedStatementWrapper
-
- setURL(int, URL) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to the given java.net.URL value.
- setURL(String, URL) - Method in class virtuoso.jdbc4.CallableStatementWrapper
-
- setURL(String, URL) - Method in class virtuoso.jdbc4.VirtuosoCallableStatement
-
- setUsepstmtpool(boolean) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setUser(String) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
- setUsername(String) - Method in class virtuoso.javax.BaseRowSet
-
Set the user name.
- setVector(int, Vector) - Method in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
Sets the designated parameter to a Java Vector value.
- setWaitingTime(long) - Method in class virtuoso.jdbc4.VirtuosoPoolStatistic
-
- setWarning(SQLWarning) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
- setXAResource(VirtuosoXAResource) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- shutdown() - Method in class virtuoso.jdbc4.VirtuosoPoolManager
-
- size() - Method in class openlink.util.Vector
-
Returns the number of components in this vector.
- size() - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns the number of rows in this OPLCachedRowSet object.
- skip(long) - Method in class openlink.util.OPLHeapBlob.BlobInputStream
-
- skip(long) - Method in class openlink.util.OPLHeapClob.BlobInputReader
-
- sparql_executed - Variable in class virtuoso.jdbc4.VirtuosoStatement
-
- sql - Variable in class virtuoso.jdbc4.VirtuosoPreparedStatement
-
- sql_statistics_text_casemode_0 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- sql_statistics_text_casemode_2 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- sql_statistics_textw_casemode_0 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- sql_statistics_textw_casemode_2 - Static variable in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
- SQLERROR - Static variable in exception virtuoso.jdbc4.VirtuosoException
-
Error code which represents a SQL error done by the Virtuoso DBMS.
- sqlType - Variable in class virtuoso.javax.BaseRowSet.Parameter
-
- ssl - Variable in class virtuoso.jdbc4.VirtuosoDataSource
-
- start(Xid, int) - Method in class virtuoso.jdbc4.VirtuosoXAResource
-
- StatementWrapper - Class in virtuoso.jdbc4
-
- StatementWrapper(ConnectionWrapper, Statement) - Constructor for class virtuoso.jdbc4.StatementWrapper
-
- statid - Variable in class virtuoso.jdbc4.VirtuosoStatement
-
- stmt - Variable in class virtuoso.jdbc4.StatementWrapper
-
- stmt_co_last_in_batch - Variable in class virtuoso.jdbc4.VirtuosoResultSet
-
- stmt_current_of - Variable in class virtuoso.jdbc4.VirtuosoResultSet
-
- stmt_n_rows_to_get - Variable in class virtuoso.jdbc4.VirtuosoResultSet
-
- storesLowerCaseIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in lower case?
- storesLowerCaseQuotedIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in lower case?
- storesMixedCaseIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in mixed case?
- storesMixedCaseQuotedIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in mixed case?
- storesUpperCaseIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in upper case?
- storesUpperCaseQuotedIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in upper case?
- str - Variable in class virtuoso.jdbc4.VirtuosoExtendedString
-
- strType - Variable in class virtuoso.jdbc4.VirtuosoExtendedString
-
- supportsAlterTableWithAddColumn() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is "ALTER TABLE" with drop column supported?
- supportsANSI92EntryLevelSQL() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
- supportsANSI92FullSQL() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is the ANSI92 full SQL grammar supported?
- supportsANSI92IntermediateSQL() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is the ANSI92 intermediate SQL grammar supported?
- supportsBatchUpdates() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Indicates whether the driver supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a catalog name be used in an index definition statement?
- supportsCatalogsInPrivilegeDefinitions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a catalog name be used in a privilege definition statement?
- supportsCatalogsInProcedureCalls() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a catalog name be used in a table definition statement?
- supportsColumnAliasing() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is the CONVERT function between SQL types supported?
- supportsConvert(int, int) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are both data definition and data manipulation statements
within a transaction supported?
- supportsDataManipulationTransactionsOnly() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are only data manipulation statements within a transaction
supported?
- supportsDifferentTableCorrelationNames() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
If table correlation names are supported, are they restricted
to be different from the names of the tables?
- supportsExpressionsInOrderBy() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are full nested outer joins supported?
- supportsGetGeneratedKeys() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether auto-generated keys can be retrieved after
a statement has been executed.
- supportsGroupBy() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is some form of "GROUP BY" clause supported?
- supportsGroupByBeyondSelect() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a "GROUP BY" clause add columns not in the SELECT
provided it specifies all the columns in the SELECT?
- supportsGroupByUnrelated() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a "GROUP BY" clause use columns not in the SELECT?
- supportsIntegrityEnhancementFacility() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is the SQL Integrity Enhancement Facility supported?
- supportsLikeEscapeClause() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports specifying a
LIKE escape clause.
- supportsLimitedOuterJoins() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
- supportsMinimumSQLGrammar() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMultipleOpenResults() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether it is possible to have multiple ResultSet objects
returned from a CallableStatement object
simultaneously.
- supportsMultipleResultSets() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are multiple ResultSets from a single execute supported?
- supportsMultipleTransactions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can we have multiple transactions open at once (on different
connections)?
- supportsNamedParameters() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports named parameters to callable
statements.
- supportsNonNullableColumns() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can cursors remain open across commits?
- supportsOpenCursorsAcrossRollback() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can cursors remain open across rollbacks?
- supportsOpenStatementsAcrossCommit() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can statements remain open across commits?
- supportsOpenStatementsAcrossRollback() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can statements remain open across rollbacks?
- supportsOrderByUnrelated() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can an "ORDER BY" clause use columns not in the SELECT statement?
- supportsOuterJoins() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is some form of outer join supported?
- supportsPositionedDelete() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is positioned DELETE supported?
- supportsPositionedUpdate() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is positioned UPDATE supported?
- supportsResultSetConcurrency(int, int) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database support the concurrency type in combination
with the given result set type?
- supportsResultSetHoldability(int) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database support the given result set type?
- supportsSavepoints() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a schema name be used in a data manipulation statement?
- supportsSchemasInIndexDefinitions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a schema name be used in an index definition statement?
- supportsSchemasInPrivilegeDefinitions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a schema name be used in a privilege definition statement?
- supportsSchemasInProcedureCalls() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a schema name be used in a procedure call statement?
- supportsSchemasInTableDefinitions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Can a schema name be used in a table definition statement?
- supportsSelectForUpdate() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is SELECT for UPDATE supported?
- supportsStatementPooling() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves weather this database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports invoking user-defined or vendor functions
using the stored procedure escape syntax.
- supportsStoredProcedures() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are stored procedure calls using the stored procedure escape
syntax supported?
- supportsSubqueriesInComparisons() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports subqueries in
EXISTS expressions.
- supportsSubqueriesInIns() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports subqueries in
IN expressions.
- supportsSubqueriesInQuantifieds() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does this database support the given transaction isolation level?
- supportsTransactions() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Are transactions supported? If not, invoking the method
commit is a noop and the
isolation level is TRANSACTION_NONE.
- supportsUnion() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is SQL UNION supported?
- supportsUnionAll() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Is SQL UNION ALL supported?
- uncharsetBytes(String) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
- UNKNOWN - Static variable in exception virtuoso.jdbc4.VirtuosoException
-
Returned when an unknown error is occurred.
- unwrap(Class<T>) - Method in class virtuoso.javax.OPLCachedRowSet
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.javax.OPLRowSetMetaData
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.ConnectionWrapper
-
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.StatementWrapper
-
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoConnection
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoDataSource
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoParameterMetaData
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoResultSetMetaData
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class virtuoso.jdbc4.VirtuosoStatement
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- Update(byte) - Method in class openlink.util.MD5
-
Updates hash with a single byte
- Update(byte[]) - Method in class openlink.util.MD5
-
Updates hash with given array of bytes
- Update(byte[], int) - Method in class openlink.util.MD5
-
Plain update, updates this object
- Update(byte[], int, int) - Method in class openlink.util.MD5
-
Plain update, updates this object
- Update(int) - Method in class openlink.util.MD5
-
Update buffer with a single integer (only & 0xff part is used,
as a byte)
- Update(String) - Method in class openlink.util.MD5
-
Update buffer with given string.
- Update(MD5State, byte[], int, int) - Method in class openlink.util.MD5
-
Updates hash with the bytebuffer given (using at maximum length bytes from
that buffer)
- updateArray(int, Array) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(int, Array) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(int, Array) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateArray(int, Array) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(String, Array) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(String, Array) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(String, Array) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateArray(String, Array) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Array value.
- updateAsciiStream(int, InputStream) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(int, InputStream) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(int, InputStream) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateAsciiStream(int, InputStream) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(int, InputStream, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an ascii stream value.
- updateAsciiStream(int, InputStream, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an ascii stream value.
- updateAsciiStream(int, InputStream, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateAsciiStream(int, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an ascii stream value.
- updateAsciiStream(int, InputStream, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(int, InputStream, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(int, InputStream, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateAsciiStream(int, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateAsciiStream(String, InputStream) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an ascii stream value.
- updateAsciiStream(String, InputStream, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an ascii stream value.
- updateAsciiStream(String, InputStream, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateAsciiStream(String, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an ascii stream value.
- updateAsciiStream(String, InputStream, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateAsciiStream(String, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateBigDecimal(int, BigDecimal) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a BigDecimal value.
- updateBigDecimal(int, BigDecimal) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a BigDecimal value.
- updateBigDecimal(int, BigDecimal) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBigDecimal(int, BigDecimal) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a BigDecimal value.
- updateBigDecimal(String, BigDecimal) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a BigDecimal value.
- updateBigDecimal(String, BigDecimal) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a BigDecimal value.
- updateBigDecimal(String, BigDecimal) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBigDecimal(String, BigDecimal) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a BigDecimal value.
- updateBinaryStream(int, InputStream) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(int, InputStream) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(int, InputStream) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBinaryStream(int, InputStream) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(int, InputStream, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a binary stream value.
- updateBinaryStream(int, InputStream, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a binary stream value.
- updateBinaryStream(int, InputStream, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBinaryStream(int, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a binary stream value.
- updateBinaryStream(int, InputStream, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(int, InputStream, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(int, InputStream, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBinaryStream(int, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBinaryStream(String, InputStream) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a binary stream value.
- updateBinaryStream(String, InputStream, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a binary stream value.
- updateBinaryStream(String, InputStream, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBinaryStream(String, InputStream, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a binary stream value.
- updateBinaryStream(String, InputStream, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBinaryStream(String, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBlob(int, InputStream) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given input stream.
- updateBlob(int, InputStream) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given input stream.
- updateBlob(int, InputStream) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBlob(int, InputStream) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given input stream.
- updateBlob(int, InputStream, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(int, InputStream, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(int, InputStream, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBlob(int, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(int, Blob) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(int, Blob) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(int, Blob) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBlob(int, Blob) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(String, InputStream) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given input stream.
- updateBlob(String, InputStream) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given input stream.
- updateBlob(String, InputStream) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBlob(String, InputStream) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given input stream.
- updateBlob(String, InputStream, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(String, InputStream, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(String, InputStream, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBlob(String, InputStream, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(String, Blob) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(String, Blob) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(String, Blob) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBlob(String, Blob) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Blob value.
- updateBoolean(int, boolean) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a boolean value.
- updateBoolean(int, boolean) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a boolean value.
- updateBoolean(int, boolean) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBoolean(int, boolean) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a boolean value.
- updateBoolean(String, boolean) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a boolean value.
- updateBoolean(String, boolean) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a boolean value.
- updateBoolean(String, boolean) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBoolean(String, boolean) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a boolean value.
- updateByte(int, byte) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a byte value.
- updateByte(int, byte) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a byte value.
- updateByte(int, byte) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateByte(int, byte) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a byte value.
- updateByte(String, byte) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a byte value.
- updateByte(String, byte) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a byte value.
- updateByte(String, byte) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateByte(String, byte) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a byte value.
- updateBytes(int, byte[]) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a byte array value.
- updateBytes(int, byte[]) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a byte array value.
- updateBytes(int, byte[]) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBytes(int, byte[]) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a byte array value.
- updateBytes(String, byte[]) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a byte array value.
- updateBytes(String, byte[]) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a byte array value.
- updateBytes(String, byte[]) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateBytes(String, byte[]) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a byte array value.
- updateCharacterStream(int, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(int, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(int, Reader, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a character stream value.
- updateCharacterStream(int, Reader, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a character stream value.
- updateCharacterStream(int, Reader, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateCharacterStream(int, Reader, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a character stream value.
- updateCharacterStream(int, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(int, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a character stream value.
- updateCharacterStream(String, Reader, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a character stream value.
- updateCharacterStream(String, Reader, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateCharacterStream(String, Reader, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a character stream value.
- updateCharacterStream(String, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateClob(int, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object.
- updateClob(int, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object.
- updateClob(int, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateClob(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object.
- updateClob(int, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(int, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(int, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateClob(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(int, Clob) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(int, Clob) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(int, Clob) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateClob(int, Clob) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(String, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object.
- updateClob(String, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object.
- updateClob(String, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateClob(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object.
- updateClob(String, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(String, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(String, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateClob(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(String, Clob) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(String, Clob) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(String, Clob) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateClob(String, Clob) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Clob value.
- updateDate(int, Date) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Date value.
- updateDate(int, Date) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Date value.
- updateDate(int, Date) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateDate(int, Date) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Date value.
- updateDate(String, Date) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Date value.
- updateDate(String, Date) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Date value.
- updateDate(String, Date) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateDate(String, Date) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Date value.
- updateDouble(int, double) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Double value.
- updateDouble(int, double) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Double value.
- updateDouble(int, double) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateDouble(int, double) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Double value.
- updateDouble(String, double) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a double value.
- updateDouble(String, double) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a double value.
- updateDouble(String, double) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateDouble(String, double) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a double value.
- updateFloat(int, float) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a float value.
- updateFloat(int, float) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a float value.
- updateFloat(int, float) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateFloat(int, float) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a float value.
- updateFloat(String, float) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a float value.
- updateFloat(String, float) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a float value.
- updateFloat(String, float) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateFloat(String, float) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a float value.
- updateInt(int, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an integer value.
- updateInt(int, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an integer value.
- updateInt(int, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateInt(int, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an integer value.
- updateInt(String, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an integer value.
- updateInt(String, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an integer value.
- updateInt(String, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateInt(String, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an integer value.
- updateLong(int, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a long value.
- updateLong(int, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a long value.
- updateLong(int, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateLong(int, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a long value.
- updateLong(String, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a long value.
- updateLong(String, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a long value.
- updateLong(String, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateLong(String, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a long value.
- updateNCharacterStream(int, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(int, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNCharacterStream(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(int, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(int, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNCharacterStream(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(String, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNCharacterStream(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(String, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNCharacterStream(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNClob(int, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
The data will be read from the stream
as needed until end-of-stream is reached.
- updateNClob(int, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
The data will be read from the stream
as needed until end-of-stream is reached.
- updateNClob(int, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNClob(int, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
The data will be read from the stream
as needed until end-of-stream is reached.
- updateNClob(int, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(int, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(int, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNClob(int, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(int, NClob) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(int, NClob) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(int, NClob) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNClob(int, NClob) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(String, Reader) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object.
- updateNClob(String, Reader) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object.
- updateNClob(String, Reader) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNClob(String, Reader) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object.
- updateNClob(String, Reader, long) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(String, Reader, long) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(String, Reader, long) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNClob(String, Reader, long) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(String, NClob) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(String, NClob) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(String, NClob) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNClob(String, NClob) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.NClob value.
- updateNString(int, String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a String value.
- updateNString(int, String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a String value.
- updateNString(int, String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNString(int, String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a String value.
- updateNString(String, String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a String value.
- updateNString(String, String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a String value.
- updateNString(String, String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNString(String, String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a String value.
- updateNull(int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Give a nullable column a null value.
- updateNull(int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Give a nullable column a null value.
- updateNull(int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNull(int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Give a nullable column a null value.
- updateNull(String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a null value.
- updateNull(String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a null value.
- updateNull(String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateNull(String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a null value.
- updateObject(int, Object) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an Object value.
- updateObject(int, Object) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an Object value.
- updateObject(int, Object) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateObject(int, Object) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an Object value.
- updateObject(int, Object, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an Object value.
- updateObject(int, Object, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an Object value.
- updateObject(int, Object, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateObject(int, Object, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an Object value.
- updateObject(String, Object) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an Object value.
- updateObject(String, Object) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an Object value.
- updateObject(String, Object) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateObject(String, Object) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an Object value.
- updateObject(String, Object, int) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with an Object value.
- updateObject(String, Object, int) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with an Object value.
- updateObject(String, Object, int) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateObject(String, Object, int) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with an Object value.
- updateRef(int, Ref) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(int, Ref) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(int, Ref) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateRef(int, Ref) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(String, Ref) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(String, Ref) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(String, Ref) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateRef(String, Ref) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.Ref value.
- updateRow() - Method in class virtuoso.javax.OPLCachedRowSet
-
Marks the current row of this rowset as updated but it does not update
the row to the underlying data source.
- updateRow() - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update the underlying database with the new contents of the
current row.
- updateRow() - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateRow() - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the underlying database with the new contents of the
current row.
- updateRowId(int, RowId) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a RowId value.
- updateRowId(int, RowId) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a RowId value.
- updateRowId(int, RowId) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateRowId(int, RowId) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a RowId value.
- updateRowId(String, RowId) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a RowId value.
- updateRowId(String, RowId) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a RowId value.
- updateRowId(String, RowId) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateRowId(String, RowId) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a RowId value.
- updatesAreDetected(int) - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Indicates whether or not a visible row update can be detected by
calling the method ResultSet.rowUpdated.
- updateShort(int, short) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a short value.
- updateShort(int, short) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a short value.
- updateShort(int, short) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateShort(int, short) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a short value.
- updateShort(String, short) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a short value.
- updateShort(String, short) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a short value.
- updateShort(String, short) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateShort(String, short) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a short value.
- updateSQLXML(int, SQLXML) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(int, SQLXML) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(int, SQLXML) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateSQLXML(int, SQLXML) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(String, SQLXML) - Method in class virtuoso.javax.OPLCachedRowSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(String, SQLXML) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(String, SQLXML) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateSQLXML(String, SQLXML) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateString(int, String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a String value.
- updateString(int, String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a String value.
- updateString(int, String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateString(int, String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a String value.
- updateString(String, String) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a String value.
- updateString(String, String) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a String value.
- updateString(String, String) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateString(String, String) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a String value.
- updateTime(int, Time) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Time value.
- updateTime(int, Time) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Time value.
- updateTime(int, Time) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateTime(int, Time) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Time value.
- updateTime(String, Time) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Time value.
- updateTime(String, Time) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Time value.
- updateTime(String, Time) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateTime(String, Time) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Time value.
- updateTimestamp(int, Timestamp) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Timestamp value.
- updateTimestamp(int, Timestamp) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Timestamp value.
- updateTimestamp(int, Timestamp) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateTimestamp(int, Timestamp) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Timestamp value.
- updateTimestamp(String, Timestamp) - Method in class virtuoso.javax.OPLCachedRowSet
-
Update a column with a Timestamp value.
- updateTimestamp(String, Timestamp) - Method in class virtuoso.javax.OPLJdbcRowSet
-
Update a column with a Timestamp value.
- updateTimestamp(String, Timestamp) - Method in class virtuoso.jdbc4.ResultSetWrapper
-
- updateTimestamp(String, Timestamp) - Method in class virtuoso.jdbc4.VirtuosoResultSet
-
Updates a column with a Timestamp value.
- urlToInfo(String, Properties) - Method in class virtuoso.jdbc4.Driver
-
- usepstmtpool - Variable in class virtuoso.jdbc4.VirtuosoDataSource
-
- user - Variable in class virtuoso.jdbc4.VirtuosoDataSource
-
- usesLocalFilePerTable() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database use a file for each table?
- usesLocalFiles() - Method in class virtuoso.jdbc4.VirtuosoDatabaseMetaData
-
Does the database store tables in a local file?
- utf8_execs - Variable in class virtuoso.jdbc4.VirtuosoConnection
-