A C G H I J N 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 transation (calls Connection.commit() and then Connection.close()).

G

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

H

handle(ResultSet) - Method in interface com.jcabi.jdbc.JdbcSession.Handler
Process the result set and return some value.
handle(ResultSet) - Method in class com.jcabi.jdbc.NotEmptyHandler
Process the result set and return some value.
handle(ResultSet) - Method in class com.jcabi.jdbc.SingleHandler
Process the result set and return some value.
handle(ResultSet) - Method in class com.jcabi.jdbc.VoidHandler
Process the result set and return some value.

I

insert(JdbcSession.Handler<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.Handler<T> - Interface in com.jcabi.jdbc
Handler or ResultSet.

N

NotEmptyHandler - Class in com.jcabi.jdbc
Returns TRUE if at least one SQL record found in ResultSet.
NotEmptyHandler() - Constructor for class com.jcabi.jdbc.NotEmptyHandler
 

S

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

U

update() - Method in class com.jcabi.jdbc.JdbcSession
Make SQL UPDATE request.
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

VoidHandler - Class in com.jcabi.jdbc
Handler that does nothing (and always returns null).
VoidHandler() - Constructor for class com.jcabi.jdbc.VoidHandler
 
A C G H I J N S U V 

Copyright © 2012 jcabi.com. All Rights Reserved.