A C E F G H I J N O S U V 

A

autocommit(boolean) - Method in class com.jcabi.jdbc.JdbcSession
Shall we auto-commit?

C

com.jcabi.jdbc - package com.jcabi.jdbc
JDBC wrapper.
commit() - Method in class com.jcabi.jdbc.JdbcSession
Commit the transaction (calls Connection.commit() and then Connection.close()).

E

execute() - Method in class com.jcabi.jdbc.JdbcSession
Make SQL request expecting no response from the server.

F

fetch(PreparedStatement) - Method in interface com.jcabi.jdbc.JdbcSession.Fetcher
Fetch result set from statement.

G

getDate() - Method in class com.jcabi.jdbc.Utc
Get date that is encapsulated.
getTimestamp(ResultSet, int) - Static method in class com.jcabi.jdbc.Utc
Retrieve timestamp from the result set.

H

handle(ResultSet, Statement) - Method in interface com.jcabi.jdbc.Outcome
Process the result set and return some value.
handle(ResultSet, Statement) - Method in class com.jcabi.jdbc.SingleOutcome
 

I

insert(Outcome<T>) - Method in class com.jcabi.jdbc.JdbcSession
Make SQL INSERT request.

J

JdbcSession - Class in com.jcabi.jdbc
Universal JDBC wrapper.
JdbcSession(DataSource) - Constructor for class com.jcabi.jdbc.JdbcSession
Public ctor.
JdbcSession(Connection) - Constructor for class com.jcabi.jdbc.JdbcSession
Public ctor.
JdbcSession.Fetcher - Interface in com.jcabi.jdbc
The fetcher.

N

NOT_EMPTY - Static variable in interface com.jcabi.jdbc.Outcome
Returns TRUE if at least one SQL record found in ResultSet.

O

Outcome<T> - Interface in com.jcabi.jdbc
Outcome of ResultSet.

S

select(Outcome<T>) - Method in class com.jcabi.jdbc.JdbcSession
Make SQL SELECT request.
set(Object) - Method in class com.jcabi.jdbc.JdbcSession
Set new parameter for the query.
setTimestamp(PreparedStatement, int) - Method in class com.jcabi.jdbc.Utc
Convert date to timestamp and save to the statement.
SingleOutcome<T> - Class in com.jcabi.jdbc
Outcome that returns first column in the first row.
SingleOutcome(Class<T>) - Constructor for class com.jcabi.jdbc.SingleOutcome
Public ctor.
SingleOutcome(Class<T>, boolean) - Constructor for class com.jcabi.jdbc.SingleOutcome
Public ctor.
sql(String) - Method in class com.jcabi.jdbc.JdbcSession
Use this SQL query (with optional parameters inside).
statement(Connection) - Method in interface com.jcabi.jdbc.JdbcSession.Fetcher
Create prepare statement.

U

update(Outcome<T>) - Method in class com.jcabi.jdbc.JdbcSession
Make SQL UPDATE request.
UPDATE_COUNT - Static variable in interface com.jcabi.jdbc.Outcome
Outcome that returns the number of updated rows.
Utc - Class in com.jcabi.jdbc
UTC time zone manipulator.
Utc() - Constructor for class com.jcabi.jdbc.Utc
Public ctor, with current date.
Utc(Date) - Constructor for class com.jcabi.jdbc.Utc
Public ctor.

V

VOID - Static variable in interface com.jcabi.jdbc.Outcome
Outcome that does nothing (and always returns null).
A C E F G H I J N O S U V 

Copyright © 2012–2014 jcabi.com. All rights reserved.