Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UNKNOWN - Enum constant in enum com.aerospike.jdbc.model.QueryType
- unsupportedQueryType - Static variable in class com.aerospike.jdbc.util.Constants
- unwrap(Class<T>) - Method in interface com.aerospike.jdbc.sql.SimpleWrapper
- UPDATE - Enum constant in enum com.aerospike.jdbc.model.QueryType
- updateArray(int, Array) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateArray(String, Array) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateAsciiStream(int, InputStream) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateAsciiStream(int, InputStream, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateAsciiStream(int, InputStream, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateAsciiStream(String, InputStream) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateAsciiStream(String, InputStream, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateAsciiStream(String, InputStream, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBigDecimal(int, BigDecimal) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBigDecimal(String, BigDecimal) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBinaryStream(int, InputStream) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBinaryStream(int, InputStream, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBinaryStream(int, InputStream, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBinaryStream(String, InputStream) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBinaryStream(String, InputStream, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBinaryStream(String, InputStream, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBlob(int, InputStream) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBlob(int, InputStream, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBlob(int, Blob) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBlob(String, InputStream) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBlob(String, InputStream, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBlob(String, Blob) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBoolean(int, boolean) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBoolean(String, boolean) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateByte(int, byte) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateByte(String, byte) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBytes(int, byte[]) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateBytes(String, byte[]) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateCharacterStream(int, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateCharacterStream(int, Reader, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateCharacterStream(int, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateCharacterStream(String, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateCharacterStream(String, Reader, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateCharacterStream(String, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateClob(int, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateClob(int, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateClob(int, Clob) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateClob(String, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateClob(String, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateClob(String, Clob) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateDate(int, Date) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateDate(String, Date) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateDouble(int, double) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateDouble(String, double) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateFloat(int, float) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateFloat(String, float) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateInt(int, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateInt(String, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateLong(int, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateLong(String, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNCharacterStream(int, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNCharacterStream(int, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNCharacterStream(String, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNCharacterStream(String, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNClob(int, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNClob(int, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNClob(int, NClob) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNClob(String, Reader) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNClob(String, Reader, long) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNClob(String, NClob) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNString(int, String) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNString(String, String) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNull(int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateNull(String) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(int, Object) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(int, Object, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(int, Object, SQLType) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(int, Object, SQLType, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(String, Object) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(String, Object, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(String, Object, SQLType) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateObject(String, Object, SQLType, int) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- UpdateQueryHandler - Class in com.aerospike.jdbc.query
- UpdateQueryHandler(IAerospikeClient, Statement) - Constructor for class com.aerospike.jdbc.query.UpdateQueryHandler
- updateRef(int, Ref) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateRef(String, Ref) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- UpdateResultSet - Interface in com.aerospike.jdbc.sql
- updateRow() - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateRowId(int, RowId) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateRowId(String, RowId) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updatesAreDetected(int) - Method in class com.aerospike.jdbc.AerospikeDatabaseMetadata
- updateShort(int, short) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateShort(String, short) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateSQLXML(int, SQLXML) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateSQLXML(String, SQLXML) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateString(int, String) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateString(String, String) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateTime(int, Time) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateTime(String, Time) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateTimestamp(int, Timestamp) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- updateTimestamp(String, Timestamp) - Method in interface com.aerospike.jdbc.sql.UpdateResultSet
- URLParser - Class in com.aerospike.jdbc.util
- usesLocalFilePerTable() - Method in class com.aerospike.jdbc.AerospikeDatabaseMetadata
- usesLocalFiles() - Method in class com.aerospike.jdbc.AerospikeDatabaseMetadata
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form