Skip navigation links
A B C D E F G I L M N P R S T U V W 

A

abort(Executor) - Method in class net.kut3.data.ConnectionAdapter
 
absolute(int) - Method in class net.kut3.data.ResultSetAdapter
 
addBatch() - Method in class net.kut3.data.PreparedStatementAdapter
 
addBatch(String) - Method in class net.kut3.data.PreparedStatementAdapter
 
afterLast() - Method in class net.kut3.data.ResultSetAdapter
 
authDbName() - Method in class net.kut3.data.DbClientBuilder
 
authDbName(String) - Method in class net.kut3.data.DbClientBuilder
 
autoCommit() - Method in class net.kut3.data.DbClientBuilder
Default true
autoCommit(boolean) - Method in class net.kut3.data.DbClientBuilder
 

B

beforeFirst() - Method in class net.kut3.data.ResultSetAdapter
 
build() - Method in class net.kut3.data.DbClientBuilder
 

C

cancel() - Method in class net.kut3.data.PreparedStatementAdapter
 
cancelRowUpdates() - Method in class net.kut3.data.ResultSetAdapter
 
clearBatch() - Method in class net.kut3.data.PreparedStatementAdapter
 
clearParameters() - Method in class net.kut3.data.PreparedStatementAdapter
 
clearWarnings() - Method in class net.kut3.data.ConnectionAdapter
 
clearWarnings() - Method in class net.kut3.data.PreparedStatementAdapter
 
clearWarnings() - Method in class net.kut3.data.ResultSetAdapter
 
close() - Method in class net.kut3.data.ConnectionAdapter
 
close() - Method in interface net.kut3.data.DataSource
 
close() - Method in class net.kut3.data.PreparedStatementAdapter
 
close() - Method in class net.kut3.data.ResultSetAdapter
 
closeOnCompletion() - Method in class net.kut3.data.PreparedStatementAdapter
 
commit() - Method in class net.kut3.data.ConnectionAdapter
 
ConnectionAdapter - Class in net.kut3.data
 
ConnectionAdapter() - Constructor for class net.kut3.data.ConnectionAdapter
 
connectionTimeout() - Method in class net.kut3.data.DbClientBuilder
Default value is 5000ms.
connectionTimeout(int) - Method in class net.kut3.data.DbClientBuilder
 
createArrayOf(String, Object[]) - Method in class net.kut3.data.ConnectionAdapter
 
createBlob() - Method in class net.kut3.data.ConnectionAdapter
 
createClob() - Method in class net.kut3.data.ConnectionAdapter
 
createNClob() - Method in class net.kut3.data.ConnectionAdapter
 
createSQLXML() - Method in class net.kut3.data.ConnectionAdapter
 
createStatement() - Method in class net.kut3.data.ConnectionAdapter
 
createStatement(int, int) - Method in class net.kut3.data.ConnectionAdapter
 
createStatement(int, int, int) - Method in class net.kut3.data.ConnectionAdapter
 
createStruct(String, Object[]) - Method in class net.kut3.data.ConnectionAdapter
 

D

DataSource - Interface in net.kut3.data
 
DbClient - Class in net.kut3.data
 
DbClient(DbClientBuilder) - Constructor for class net.kut3.data.DbClient
 
DbClientBuilder - Class in net.kut3.data
 
DbClientFactory - Interface in net.kut3.data
 
DbClientManager - Enum in net.kut3.data
 
DbType - Enum in net.kut3.data
 
deleteRow() - Method in class net.kut3.data.ResultSetAdapter
 

E

enableConnectionsPool() - Method in class net.kut3.data.DbClientBuilder
Default true.
enableConnectionsPool(boolean) - Method in class net.kut3.data.DbClientBuilder
 
execute() - Method in class net.kut3.data.PreparedStatementAdapter
 
execute(String) - Method in class net.kut3.data.PreparedStatementAdapter
 
execute(String, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
execute(String, int[]) - Method in class net.kut3.data.PreparedStatementAdapter
 
execute(String, String[]) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeBatch() - Method in class net.kut3.data.PreparedStatementAdapter
 
executeLargeBatch() - Method in class net.kut3.data.PreparedStatementAdapter
 
executeLargeUpdate() - Method in class net.kut3.data.PreparedStatementAdapter
 
executeLargeUpdate(String) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeLargeUpdate(String, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeLargeUpdate(String, int[]) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeLargeUpdate(String, String[]) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeQuery() - Method in class net.kut3.data.PreparedStatementAdapter
 
executeQuery(String) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeUpdate() - Method in class net.kut3.data.PreparedStatementAdapter
 
executeUpdate(String) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeUpdate(String, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeUpdate(String, int[]) - Method in class net.kut3.data.PreparedStatementAdapter
 
executeUpdate(String, String[]) - Method in class net.kut3.data.PreparedStatementAdapter
 

F

findColumn(String) - Method in class net.kut3.data.ResultSetAdapter
 
first() - Method in class net.kut3.data.ResultSetAdapter
 

G

get(DbClientBuilder) - Method in interface net.kut3.data.DbClientFactory
 
getArray(int) - Method in class net.kut3.data.ResultSetAdapter
 
getArray(String) - Method in class net.kut3.data.ResultSetAdapter
 
getAsciiStream(int) - Method in class net.kut3.data.ResultSetAdapter
 
getAsciiStream(String) - Method in class net.kut3.data.ResultSetAdapter
 
getAutoCommit() - Method in class net.kut3.data.ConnectionAdapter
 
getBigDecimal(int, int) - Method in class net.kut3.data.ResultSetAdapter
 
getBigDecimal(String, int) - Method in class net.kut3.data.ResultSetAdapter
 
getBigDecimal(int) - Method in class net.kut3.data.ResultSetAdapter
 
getBigDecimal(String) - Method in class net.kut3.data.ResultSetAdapter
 
getBinaryStream(int) - Method in class net.kut3.data.ResultSetAdapter
 
getBinaryStream(String) - Method in class net.kut3.data.ResultSetAdapter
 
getBlob(int) - Method in class net.kut3.data.ResultSetAdapter
 
getBlob(String) - Method in class net.kut3.data.ResultSetAdapter
 
getBoolean(int) - Method in class net.kut3.data.ResultSetAdapter
 
getBoolean(String) - Method in class net.kut3.data.ResultSetAdapter
 
getByName(String) - Static method in enum net.kut3.data.DbClientManager
 
getByte(int) - Method in class net.kut3.data.ResultSetAdapter
 
getByte(String) - Method in class net.kut3.data.ResultSetAdapter
 
getBytes(int) - Method in class net.kut3.data.ResultSetAdapter
 
getBytes(String) - Method in class net.kut3.data.ResultSetAdapter
 
getCatalog() - Method in class net.kut3.data.ConnectionAdapter
 
getCharacterStream(int) - Method in class net.kut3.data.ResultSetAdapter
 
getCharacterStream(String) - Method in class net.kut3.data.ResultSetAdapter
 
getClientInfo(String) - Method in class net.kut3.data.ConnectionAdapter
 
getClientInfo() - Method in class net.kut3.data.ConnectionAdapter
 
getClob(int) - Method in class net.kut3.data.ResultSetAdapter
 
getClob(String) - Method in class net.kut3.data.ResultSetAdapter
 
getConcurrency() - Method in class net.kut3.data.ResultSetAdapter
 
getConnection() - Method in interface net.kut3.data.DataSource
 
getConnection() - Method in class net.kut3.data.PreparedStatementAdapter
 
getCursorName() - Method in class net.kut3.data.ResultSetAdapter
 
getDate(int) - Method in class net.kut3.data.ResultSetAdapter
 
getDate(String) - Method in class net.kut3.data.ResultSetAdapter
 
getDate(int, Calendar) - Method in class net.kut3.data.ResultSetAdapter
 
getDate(String, Calendar) - Method in class net.kut3.data.ResultSetAdapter
 
getDouble(int) - Method in class net.kut3.data.ResultSetAdapter
 
getDouble(String) - Method in class net.kut3.data.ResultSetAdapter
 
getFetchDirection() - Method in class net.kut3.data.PreparedStatementAdapter
 
getFetchDirection() - Method in class net.kut3.data.ResultSetAdapter
 
getFetchSize() - Method in class net.kut3.data.PreparedStatementAdapter
 
getFetchSize() - Method in class net.kut3.data.ResultSetAdapter
 
getFloat(int) - Method in class net.kut3.data.ResultSetAdapter
 
getFloat(String) - Method in class net.kut3.data.ResultSetAdapter
 
getGeneratedKeys() - Method in class net.kut3.data.PreparedStatementAdapter
 
getHoldability() - Method in class net.kut3.data.ConnectionAdapter
 
getHoldability() - Method in class net.kut3.data.ResultSetAdapter
 
getInt(int) - Method in class net.kut3.data.ResultSetAdapter
 
getInt(String) - Method in class net.kut3.data.ResultSetAdapter
 
getLargeMaxRows() - Method in class net.kut3.data.PreparedStatementAdapter
 
getLargeUpdateCount() - Method in class net.kut3.data.PreparedStatementAdapter
 
getLong(int) - Method in class net.kut3.data.ResultSetAdapter
 
getLong(String) - Method in class net.kut3.data.ResultSetAdapter
 
getMaxFieldSize() - Method in class net.kut3.data.PreparedStatementAdapter
 
getMaxRows() - Method in class net.kut3.data.PreparedStatementAdapter
 
getMetaData() - Method in class net.kut3.data.ConnectionAdapter
 
getMetaData() - Method in class net.kut3.data.PreparedStatementAdapter
 
getMetaData() - Method in class net.kut3.data.ResultSetAdapter
 
getMoreResults() - Method in class net.kut3.data.PreparedStatementAdapter
 
getMoreResults(int) - Method in class net.kut3.data.PreparedStatementAdapter
 
getNCharacterStream(int) - Method in class net.kut3.data.ResultSetAdapter
 
getNCharacterStream(String) - Method in class net.kut3.data.ResultSetAdapter
 
getNClob(int) - Method in class net.kut3.data.ResultSetAdapter
 
getNClob(String) - Method in class net.kut3.data.ResultSetAdapter
 
getNetworkTimeout() - Method in class net.kut3.data.ConnectionAdapter
 
getNString(int) - Method in class net.kut3.data.ResultSetAdapter
 
getNString(String) - Method in class net.kut3.data.ResultSetAdapter
 
getObject(int) - Method in class net.kut3.data.ResultSetAdapter
 
getObject(String) - Method in class net.kut3.data.ResultSetAdapter
 
getObject(int, Map<String, Class<?>>) - Method in class net.kut3.data.ResultSetAdapter
 
getObject(String, Map<String, Class<?>>) - Method in class net.kut3.data.ResultSetAdapter
 
getObject(int, Class<T>) - Method in class net.kut3.data.ResultSetAdapter
 
getObject(String, Class<T>) - Method in class net.kut3.data.ResultSetAdapter
 
getParameterMetaData() - Method in class net.kut3.data.PreparedStatementAdapter
 
getQueryTimeout() - Method in class net.kut3.data.PreparedStatementAdapter
 
getRef(int) - Method in class net.kut3.data.ResultSetAdapter
 
getRef(String) - Method in class net.kut3.data.ResultSetAdapter
 
getResultSet() - Method in class net.kut3.data.PreparedStatementAdapter
 
getResultSetConcurrency() - Method in class net.kut3.data.PreparedStatementAdapter
 
getResultSetHoldability() - Method in class net.kut3.data.PreparedStatementAdapter
 
getResultSetType() - Method in class net.kut3.data.PreparedStatementAdapter
 
getRow() - Method in class net.kut3.data.ResultSetAdapter
 
getRowId(int) - Method in class net.kut3.data.ResultSetAdapter
 
getRowId(String) - Method in class net.kut3.data.ResultSetAdapter
 
getSchema() - Method in class net.kut3.data.ConnectionAdapter
 
getShort(int) - Method in class net.kut3.data.ResultSetAdapter
 
getShort(String) - Method in class net.kut3.data.ResultSetAdapter
 
getSQLXML(int) - Method in class net.kut3.data.ResultSetAdapter
 
getSQLXML(String) - Method in class net.kut3.data.ResultSetAdapter
 
getStatement() - Method in class net.kut3.data.ResultSetAdapter
 
getString(int) - Method in class net.kut3.data.ResultSetAdapter
 
getString(String) - Method in class net.kut3.data.ResultSetAdapter
 
getTime(int) - Method in class net.kut3.data.ResultSetAdapter
 
getTime(String) - Method in class net.kut3.data.ResultSetAdapter
 
getTime(int, Calendar) - Method in class net.kut3.data.ResultSetAdapter
 
getTime(String, Calendar) - Method in class net.kut3.data.ResultSetAdapter
 
getTimestamp(int) - Method in class net.kut3.data.ResultSetAdapter
 
getTimestamp(String) - Method in class net.kut3.data.ResultSetAdapter
 
getTimestamp(int, Calendar) - Method in class net.kut3.data.ResultSetAdapter
 
getTimestamp(String, Calendar) - Method in class net.kut3.data.ResultSetAdapter
 
getTransactionIsolation() - Method in class net.kut3.data.ConnectionAdapter
 
getType() - Method in class net.kut3.data.ResultSetAdapter
 
getTypeMap() - Method in class net.kut3.data.ConnectionAdapter
 
getUnicodeStream(int) - Method in class net.kut3.data.ResultSetAdapter
 
getUnicodeStream(String) - Method in class net.kut3.data.ResultSetAdapter
 
getUpdateCount() - Method in class net.kut3.data.PreparedStatementAdapter
 
getURL(int) - Method in class net.kut3.data.ResultSetAdapter
 
getURL(String) - Method in class net.kut3.data.ResultSetAdapter
 
getWarnings() - Method in class net.kut3.data.ConnectionAdapter
 
getWarnings() - Method in class net.kut3.data.PreparedStatementAdapter
 
getWarnings() - Method in class net.kut3.data.ResultSetAdapter
 

I

info - Variable in class net.kut3.data.DbClient
Information of the database will be connected
InitializationException - Exception in net.kut3.data
 
InitializationException(String) - Constructor for exception net.kut3.data.InitializationException
 
insertRow() - Method in class net.kut3.data.ResultSetAdapter
 
isAfterLast() - Method in class net.kut3.data.ResultSetAdapter
 
isBeforeFirst() - Method in class net.kut3.data.ResultSetAdapter
 
isClosed() - Method in class net.kut3.data.ConnectionAdapter
 
isClosed() - Method in class net.kut3.data.PreparedStatementAdapter
 
isClosed() - Method in class net.kut3.data.ResultSetAdapter
 
isCloseOnCompletion() - Method in class net.kut3.data.PreparedStatementAdapter
 
isFirst() - Method in class net.kut3.data.ResultSetAdapter
 
isLast() - Method in class net.kut3.data.ResultSetAdapter
 
isPoolable() - Method in class net.kut3.data.PreparedStatementAdapter
 
isReadOnly() - Method in class net.kut3.data.ConnectionAdapter
 
isReused() - Method in class net.kut3.data.DbClientBuilder
Default true.
isReused(boolean) - Method in class net.kut3.data.DbClientBuilder
 
isValid(int) - Method in class net.kut3.data.ConnectionAdapter
 
isWrapperFor(Class<?>) - Method in class net.kut3.data.ConnectionAdapter
 
isWrapperFor(Class<?>) - Method in class net.kut3.data.PreparedStatementAdapter
 
isWrapperFor(Class<?>) - Method in class net.kut3.data.ResultSetAdapter
 

L

last() - Method in class net.kut3.data.ResultSetAdapter
 

M

moveToCurrentRow() - Method in class net.kut3.data.ResultSetAdapter
 
moveToInsertRow() - Method in class net.kut3.data.ResultSetAdapter
 

N

name() - Method in class net.kut3.data.DbClientBuilder
 
name(String) - Method in class net.kut3.data.DbClientBuilder
 
nativeSQL(String) - Method in class net.kut3.data.ConnectionAdapter
 
net.kut3.data - package net.kut3.data
 
newBuilder(DbType) - Static method in enum net.kut3.data.DbClientManager
 
next() - Method in class net.kut3.data.ResultSetAdapter
 

P

prepareCall(String) - Method in class net.kut3.data.ConnectionAdapter
 
prepareCall(String, int, int) - Method in class net.kut3.data.ConnectionAdapter
 
prepareCall(String, int, int, int) - Method in class net.kut3.data.ConnectionAdapter
 
PreparedStatementAdapter - Class in net.kut3.data
 
PreparedStatementAdapter() - Constructor for class net.kut3.data.PreparedStatementAdapter
 
prepareStatement(String) - Method in class net.kut3.data.ConnectionAdapter
 
prepareStatement(String, int, int) - Method in class net.kut3.data.ConnectionAdapter
 
prepareStatement(String, int, int, int) - Method in class net.kut3.data.ConnectionAdapter
 
prepareStatement(String, int) - Method in class net.kut3.data.ConnectionAdapter
 
prepareStatement(String, int[]) - Method in class net.kut3.data.ConnectionAdapter
 
prepareStatement(String, String[]) - Method in class net.kut3.data.ConnectionAdapter
 
previous() - Method in class net.kut3.data.ResultSetAdapter
 
pwd() - Method in class net.kut3.data.DbClientBuilder
 
pwd(char[]) - Method in class net.kut3.data.DbClientBuilder
 

R

refreshRow() - Method in class net.kut3.data.ResultSetAdapter
 
relative(int) - Method in class net.kut3.data.ResultSetAdapter
 
releaseSavepoint(Savepoint) - Method in class net.kut3.data.ConnectionAdapter
 
ResultSetAdapter - Class in net.kut3.data
 
ResultSetAdapter() - Constructor for class net.kut3.data.ResultSetAdapter
 
rollback() - Method in class net.kut3.data.ConnectionAdapter
 
rollback(Savepoint) - Method in class net.kut3.data.ConnectionAdapter
 
rowDeleted() - Method in class net.kut3.data.ResultSetAdapter
 
rowInserted() - Method in class net.kut3.data.ResultSetAdapter
 
rowUpdated() - Method in class net.kut3.data.ResultSetAdapter
 

S

setArray(int, Array) - Method in class net.kut3.data.PreparedStatementAdapter
 
setAsciiStream(int, InputStream, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setAsciiStream(int, InputStream, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setAsciiStream(int, InputStream) - Method in class net.kut3.data.PreparedStatementAdapter
 
setAutoCommit(boolean) - Method in class net.kut3.data.ConnectionAdapter
 
setBigDecimal(int, BigDecimal) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBinaryStream(int, InputStream, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBinaryStream(int, InputStream, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBinaryStream(int, InputStream) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBlob(int, Blob) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBlob(int, InputStream, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBlob(int, InputStream) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBoolean(int, boolean) - Method in class net.kut3.data.PreparedStatementAdapter
 
setByte(int, byte) - Method in class net.kut3.data.PreparedStatementAdapter
 
setBytes(int, byte[]) - Method in class net.kut3.data.PreparedStatementAdapter
 
setCatalog(String) - Method in class net.kut3.data.ConnectionAdapter
 
setCharacterStream(int, Reader, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setCharacterStream(int, Reader, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setCharacterStream(int, Reader) - Method in class net.kut3.data.PreparedStatementAdapter
 
setClientInfo(String, String) - Method in class net.kut3.data.ConnectionAdapter
 
setClientInfo(Properties) - Method in class net.kut3.data.ConnectionAdapter
 
setClob(int, Clob) - Method in class net.kut3.data.PreparedStatementAdapter
 
setClob(int, Reader, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setClob(int, Reader) - Method in class net.kut3.data.PreparedStatementAdapter
 
setCursorName(String) - Method in class net.kut3.data.PreparedStatementAdapter
 
setDate(int, Date) - Method in class net.kut3.data.PreparedStatementAdapter
 
setDate(int, Date, Calendar) - Method in class net.kut3.data.PreparedStatementAdapter
 
setDouble(int, double) - Method in class net.kut3.data.PreparedStatementAdapter
 
setEscapeProcessing(boolean) - Method in class net.kut3.data.PreparedStatementAdapter
 
setFetchDirection(int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setFetchDirection(int) - Method in class net.kut3.data.ResultSetAdapter
 
setFetchSize(int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setFetchSize(int) - Method in class net.kut3.data.ResultSetAdapter
 
setFloat(int, float) - Method in class net.kut3.data.PreparedStatementAdapter
 
setHoldability(int) - Method in class net.kut3.data.ConnectionAdapter
 
setInt(int, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setLargeMaxRows(long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setLong(int, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setMaxFieldSize(int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setMaxRows(int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNCharacterStream(int, Reader, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNCharacterStream(int, Reader) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNClob(int, NClob) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNClob(int, Reader, long) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNClob(int, Reader) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNetworkTimeout(Executor, int) - Method in class net.kut3.data.ConnectionAdapter
 
setNString(int, String) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNull(int, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setNull(int, int, String) - Method in class net.kut3.data.PreparedStatementAdapter
 
setObject(int, Object, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setObject(int, Object) - Method in class net.kut3.data.PreparedStatementAdapter
 
setObject(int, Object, int, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setObject(int, Object, SQLType, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setObject(int, Object, SQLType) - Method in class net.kut3.data.PreparedStatementAdapter
 
setPoolable(boolean) - Method in class net.kut3.data.PreparedStatementAdapter
 
setQueryTimeout(int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setReadOnly(boolean) - Method in class net.kut3.data.ConnectionAdapter
 
setRef(int, Ref) - Method in class net.kut3.data.PreparedStatementAdapter
 
setRowId(int, RowId) - Method in class net.kut3.data.PreparedStatementAdapter
 
setSavepoint() - Method in class net.kut3.data.ConnectionAdapter
 
setSavepoint(String) - Method in class net.kut3.data.ConnectionAdapter
 
setSchema(String) - Method in class net.kut3.data.ConnectionAdapter
 
setShort(int, short) - Method in class net.kut3.data.PreparedStatementAdapter
 
setSQLXML(int, SQLXML) - Method in class net.kut3.data.PreparedStatementAdapter
 
setString(int, String) - Method in class net.kut3.data.PreparedStatementAdapter
 
setTime(int, Time) - Method in class net.kut3.data.PreparedStatementAdapter
 
setTime(int, Time, Calendar) - Method in class net.kut3.data.PreparedStatementAdapter
 
setTimestamp(int, Timestamp) - Method in class net.kut3.data.PreparedStatementAdapter
 
setTimestamp(int, Timestamp, Calendar) - Method in class net.kut3.data.PreparedStatementAdapter
 
setTransactionIsolation(int) - Method in class net.kut3.data.ConnectionAdapter
 
setTypeMap(Map<String, Class<?>>) - Method in class net.kut3.data.ConnectionAdapter
 
setUnicodeStream(int, InputStream, int) - Method in class net.kut3.data.PreparedStatementAdapter
 
setURL(int, URL) - Method in class net.kut3.data.PreparedStatementAdapter
 

T

toString() - Method in class net.kut3.data.DbClientBuilder
 

U

unwrap(Class<T>) - Method in class net.kut3.data.ConnectionAdapter
 
unwrap(Class<T>) - Method in class net.kut3.data.PreparedStatementAdapter
 
unwrap(Class<T>) - Method in class net.kut3.data.ResultSetAdapter
 
updateArray(int, Array) - Method in class net.kut3.data.ResultSetAdapter
 
updateArray(String, Array) - Method in class net.kut3.data.ResultSetAdapter
 
updateAsciiStream(int, InputStream, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateAsciiStream(String, InputStream, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateAsciiStream(int, InputStream, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateAsciiStream(String, InputStream, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateAsciiStream(int, InputStream) - Method in class net.kut3.data.ResultSetAdapter
 
updateAsciiStream(String, InputStream) - Method in class net.kut3.data.ResultSetAdapter
 
updateBigDecimal(int, BigDecimal) - Method in class net.kut3.data.ResultSetAdapter
 
updateBigDecimal(String, BigDecimal) - Method in class net.kut3.data.ResultSetAdapter
 
updateBinaryStream(int, InputStream, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateBinaryStream(String, InputStream, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateBinaryStream(int, InputStream, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateBinaryStream(String, InputStream, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateBinaryStream(int, InputStream) - Method in class net.kut3.data.ResultSetAdapter
 
updateBinaryStream(String, InputStream) - Method in class net.kut3.data.ResultSetAdapter
 
updateBlob(int, Blob) - Method in class net.kut3.data.ResultSetAdapter
 
updateBlob(String, Blob) - Method in class net.kut3.data.ResultSetAdapter
 
updateBlob(int, InputStream, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateBlob(String, InputStream, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateBlob(int, InputStream) - Method in class net.kut3.data.ResultSetAdapter
 
updateBlob(String, InputStream) - Method in class net.kut3.data.ResultSetAdapter
 
updateBoolean(int, boolean) - Method in class net.kut3.data.ResultSetAdapter
 
updateBoolean(String, boolean) - Method in class net.kut3.data.ResultSetAdapter
 
updateByte(int, byte) - Method in class net.kut3.data.ResultSetAdapter
 
updateByte(String, byte) - Method in class net.kut3.data.ResultSetAdapter
 
updateBytes(int, byte[]) - Method in class net.kut3.data.ResultSetAdapter
 
updateBytes(String, byte[]) - Method in class net.kut3.data.ResultSetAdapter
 
updateCharacterStream(int, Reader, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateCharacterStream(String, Reader, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateCharacterStream(int, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateCharacterStream(String, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateCharacterStream(int, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateCharacterStream(String, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateClob(int, Clob) - Method in class net.kut3.data.ResultSetAdapter
 
updateClob(String, Clob) - Method in class net.kut3.data.ResultSetAdapter
 
updateClob(int, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateClob(String, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateClob(int, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateClob(String, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateDate(int, Date) - Method in class net.kut3.data.ResultSetAdapter
 
updateDate(String, Date) - Method in class net.kut3.data.ResultSetAdapter
 
updateDouble(int, double) - Method in class net.kut3.data.ResultSetAdapter
 
updateDouble(String, double) - Method in class net.kut3.data.ResultSetAdapter
 
updateFloat(int, float) - Method in class net.kut3.data.ResultSetAdapter
 
updateFloat(String, float) - Method in class net.kut3.data.ResultSetAdapter
 
updateInt(int, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateInt(String, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateLong(int, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateLong(String, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateNCharacterStream(int, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateNCharacterStream(String, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateNCharacterStream(int, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateNCharacterStream(String, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateNClob(int, NClob) - Method in class net.kut3.data.ResultSetAdapter
 
updateNClob(String, NClob) - Method in class net.kut3.data.ResultSetAdapter
 
updateNClob(int, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateNClob(String, Reader, long) - Method in class net.kut3.data.ResultSetAdapter
 
updateNClob(int, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateNClob(String, Reader) - Method in class net.kut3.data.ResultSetAdapter
 
updateNString(int, String) - Method in class net.kut3.data.ResultSetAdapter
 
updateNString(String, String) - Method in class net.kut3.data.ResultSetAdapter
 
updateNull(int) - Method in class net.kut3.data.ResultSetAdapter
 
updateNull(String) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(int, Object, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(int, Object) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(String, Object, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(String, Object) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(int, Object, SQLType, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(String, Object, SQLType, int) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(int, Object, SQLType) - Method in class net.kut3.data.ResultSetAdapter
 
updateObject(String, Object, SQLType) - Method in class net.kut3.data.ResultSetAdapter
 
updateRef(int, Ref) - Method in class net.kut3.data.ResultSetAdapter
 
updateRef(String, Ref) - Method in class net.kut3.data.ResultSetAdapter
 
updateRow() - Method in class net.kut3.data.ResultSetAdapter
 
updateRowId(int, RowId) - Method in class net.kut3.data.ResultSetAdapter
 
updateRowId(String, RowId) - Method in class net.kut3.data.ResultSetAdapter
 
updateShort(int, short) - Method in class net.kut3.data.ResultSetAdapter
 
updateShort(String, short) - Method in class net.kut3.data.ResultSetAdapter
 
updateSQLXML(int, SQLXML) - Method in class net.kut3.data.ResultSetAdapter
 
updateSQLXML(String, SQLXML) - Method in class net.kut3.data.ResultSetAdapter
 
updateString(int, String) - Method in class net.kut3.data.ResultSetAdapter
 
updateString(String, String) - Method in class net.kut3.data.ResultSetAdapter
 
updateTime(int, Time) - Method in class net.kut3.data.ResultSetAdapter
 
updateTime(String, Time) - Method in class net.kut3.data.ResultSetAdapter
 
updateTimestamp(int, Timestamp) - Method in class net.kut3.data.ResultSetAdapter
 
updateTimestamp(String, Timestamp) - Method in class net.kut3.data.ResultSetAdapter
 
url() - Method in class net.kut3.data.DbClientBuilder
 
url(String) - Method in class net.kut3.data.DbClientBuilder
 
user() - Method in class net.kut3.data.DbClientBuilder
 
user(String) - Method in class net.kut3.data.DbClientBuilder
 
useSSL() - Method in class net.kut3.data.DbClientBuilder
Default value is false
useSSL(boolean) - Method in class net.kut3.data.DbClientBuilder
 

V

valueOf(String) - Static method in enum net.kut3.data.DbClientManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.kut3.data.DbType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.kut3.data.DbClientManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.kut3.data.DbType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in class net.kut3.data.ResultSetAdapter
 
A B C D E F G I L M N P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.