Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
O
R
S
T
U
A
AbstractDbAccessible
<
I
> - Class in
com.googlecode.jinahya.sql
Abstract implementation of DatabaseAccessible.
AbstractDbAccessible(String, String, int)
- Constructor for class com.googlecode.jinahya.sql.
AbstractDbAccessible
Creates a new instance.
AbstractDbCollectable
<
A
extends
DbAccessible
<?>> - Class in
com.googlecode.jinahya.sql
Abstract implementation of DatabaseCollection.
AbstractDbCollectable(Class<A>)
- Constructor for class com.googlecode.jinahya.sql.
AbstractDbCollectable
Creates a new instance.
C
com.googlecode.jinahya.sql
- package com.googlecode.jinahya.sql
com.googlecode.jinahya.sql.oracle
- package com.googlecode.jinahya.sql.oracle
D
DbAccessible
<
I
> - Interface in
com.googlecode.jinahya.sql
Interface for database mapped elements.
DbAccessibleWithLong
- Class in
com.googlecode.jinahya.sql
Abstract implementation of DatabaseAccessible with
idType
of
Long
.
DbAccessibleWithLong(String, String)
- Constructor for class com.googlecode.jinahya.sql.
DbAccessibleWithLong
Creates a new instance.
DbAccessibleWithLong(String, String, int)
- Constructor for class com.googlecode.jinahya.sql.
DbAccessibleWithLong
Creates a new instance.
DbAccessibleWithString
- Class in
com.googlecode.jinahya.sql
Abstract implementation of DatabaseAccessible with
idType
of
String
.
DbAccessibleWithString(String, String)
- Constructor for class com.googlecode.jinahya.sql.
DbAccessibleWithString
Creates a new instance.
DbAccessibleWithString(String, String, int)
- Constructor for class com.googlecode.jinahya.sql.
DbAccessibleWithString
Creates a new instance.
DbCollectable
<
A
extends
DbAccessible
<?>> - Interface in
com.googlecode.jinahya.sql
Interface for collection type of accessible.
delete(Connection)
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
delete(Connection)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Deletes this element.
F
fetchNextValues(Connection, String, List<Long>, int)
- Method in class com.googlecode.jinahya.sql.oracle.
OracleSequenceManager
fetchNextValues(Connection, String, List<Long>, int)
- Method in class com.googlecode.jinahya.sql.
SequenceManager
Fetch sequence values.
fetchNextValues(Connection, String, List<Long>, int)
- Method in class com.googlecode.jinahya.sql.
TableSequenceManager
G
getByte(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a Byte from given ResultSet.
getByte(ResultSet, String, byte)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a byte value from given ResultSet.
getConnection()
- Method in class com.googlecode.jinahya.sql.
SequenceManager
Returns a Connection.
getDouble(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads an Float from given ResultSet.
getDouble(ResultSet, String, float)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a double value from given ResultSet.
getFloat(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads an Float from given ResultSet.
getFloat(ResultSet, String, float)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a float value from given ResultSet.
getId()
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
getId()
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Returns id.
getIdColumnName()
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
getIdColumnName()
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Return id column name.
getIdType()
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
getIdType()
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Returns the type of id.
getInt(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads an Integer from given ResultSet.
getInt(ResultSet, String, int)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads an int value from given ResultSet.
getLong(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a Long value from given ResultSet.
getLong(ResultSet, String, long)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a long value from given ResultSet.
getMaximumSize()
- Method in class com.googlecode.jinahya.sql.
SequenceManager
Returns maximumSize.
getMinimumSize()
- Method in class com.googlecode.jinahya.sql.
SequenceManager
Returns minimumSize.
getNextValue(String)
- Method in class com.googlecode.jinahya.sql.
SequenceManager
Returns next id value identified by given
name
.
getShort(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a Short value from given ResultSet mapped to specified
columnLabel
.
getShort(ResultSet, String, short)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Reads a short value from given
resultSet
.
getTableName()
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
getTableName()
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Returns table name.
getTimestamp(ResultSet, String)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
Retrieves the value of the designated column in the current row of specified
resultSet
object as a
java.util.Date
object in the Java programming language.
getTimestamp(ResultSet, String, Calendar)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
I
idColumnName
- Variable in class com.googlecode.jinahya.sql.
AbstractDbAccessible
id column name.
insert(Connection)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Inserts this element.
O
OracleSequenceManager
- Class in
com.googlecode.jinahya.sql.oracle
Default implementation.
OracleSequenceManager(DataSource)
- Constructor for class com.googlecode.jinahya.sql.oracle.
OracleSequenceManager
Creates a new instance.
OracleSequenceManager(DataSource, int, int)
- Constructor for class com.googlecode.jinahya.sql.oracle.
OracleSequenceManager
Creates a new instance.
R
read(ResultSet)
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
read(ResultSet)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Reads information from given
resultSet
.
read(ResultSet, String)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Reads information from given
resultSet
.
S
select(Connection)
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
select(Connection)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Selects this instance.
SequenceManager
- Class in
com.googlecode.jinahya.sql
Abstract SequenceGenerator implementation.
SequenceManager(DataSource, int, int)
- Constructor for class com.googlecode.jinahya.sql.
SequenceManager
Creates a new instance.
setId(I)
- Method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
setId(I)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Sets id.
setTimestamp(CallableStatement, int, Long)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
setTimestamp(PreparedStatement, int, Long)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
setTimestamp(CallableStatement, int, Date)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
setTimestamp(PreparedStatement, int, Date)
- Static method in class com.googlecode.jinahya.sql.
AbstractDbAccessible
T
tableName
- Variable in class com.googlecode.jinahya.sql.
AbstractDbAccessible
table name.
TableSequenceManager
- Class in
com.googlecode.jinahya.sql
TableSequenceManager(DataSource, int, int, String, String, String)
- Constructor for class com.googlecode.jinahya.sql.
TableSequenceManager
Creates a new instance.
U
update(Connection)
- Method in interface com.googlecode.jinahya.sql.
DbAccessible
Updates this instance.
A
C
D
F
G
I
O
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.