Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
A
addJoinColumn(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable.Join
add a join condition (equality between columns)
alias
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
is the alias name the current table.
available()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
B
BasicRdbAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
.
BasicRdbAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
BasicRdbAdapter(String)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
blob
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
bprintln(String, byte, String)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
bufferId
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
bufferList
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
This arrayList contains buffers.
bufferSize
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
The size of the buffer stored in the buffer list
C
CONCAT
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
cause
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
clone()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable.Join
clone(Object, Map)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
Clone the current JoinedTable with a context.
close()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
do nothing
colT1
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable.Join
column names in the first table
colT2
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable.Join
column names in the second table
contains(JoinedTable)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
createChildren(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
Creates a new Join instance to a new JoinedTable
createChildren(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
Creates a new Join instance to a new JoinedTable
createChildren(JoinedTable)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
Creates a new Join instance to a given JoinedTable
currentBuffer
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
The current buffer.
currentPos
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
The current position in the last buffer
cursor
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
D
DATABASE_NAME_JDBC
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
This constant represents the data base name for a standard jdbc database
DEFAULT_BUFFER_SIZE
- Static variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
Db2Adapter
- class org.objectweb.jorm.mapper.rdb.adapter.
Db2Adapter
.
Db2Adapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
Db2Adapter
defaultBytearraySize
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
defaultChararraySize
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
E
existRelation(Connection, String, String[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
existRelation(Connection, String, String[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
HsqlAdapter
existRelation(Connection, String, String[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
existRelation(Connection, String, String[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
existSequence(Connection, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
existSequence(Connection, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
existSequence(Connection, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
existSequence(Connection, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
SequenceAdapter
checks the sequence existence
existTable(Connection, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
existTable(Connection, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
checks the table existence
existView(Connection, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
existView(Connection, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
checks the view existence
F
FIRSTLOCATE
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
FirebirdAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
.
This class is a sql adapter for the Firebird relational database.
FirebirdAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
fetchResultSetSize(ResultSet)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
This calculates the size of a result set.
fetchResultSetSize(ResultSet)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
This calculates the size of a result set.
fetchResultSetSize(ResultSet)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
This calculates the size of a result set.
fetchResultSetSize(ResultSet)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
This method calculates the size of a result set window.
flush()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
do nothing
G
getBigDecimal(ResultSet, int, BigDecimal)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getBigDecimal(ResultSet, int, BigDecimal)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a BigDecimal value from a ResultSet.
getBigInteger(ResultSet, int, BigInteger)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getBigInteger(ResultSet, int, BigInteger)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a BigInteger value from a ResultSet.
getBinaryStream()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
getBoolean(ResultSet, int, boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getBoolean(ResultSet, int, boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
getBoolean(ResultSet, int, boolean)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a boolean value from a ResultSet.
getByte(ResultSet, int, byte)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getByte(ResultSet, int, byte)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a byte value from a ResultSet.
getByteArray(ResultSet, int, byte[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getByteArray(ResultSet, int, byte[])
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a byte[] value from a ResultSet.
getBytes(long, int)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
getCACHEkeyWord()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getChar(ResultSet, int, char)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getChar(ResultSet, int, char)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getChar(ResultSet, int, char)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a char value from a ResultSet.
getCharArray(ResultSet, int, char[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getCharArray(Reader)
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getCharArray(Object)
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getCharArray(ResultSet, int, char[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
getCharArray(ResultSet, int, char[])
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a char[] value from a ResultSet.
getClone(JoinedTable, Map)
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
getColumnAliasExpr(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getColumnAliasExpr(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
Db2Adapter
getColumnAliasExpr(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getColumnAliasExpr(String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Returns a column alias expression.
getConcatExpression(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getConcatExpression(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
getConcatExpression(String, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
getCreateSequence(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getCreateSequence(String, Integer, Integer, Integer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ] [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ] [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]
getCreateSequence(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getCreateSequence(String, Integer, Integer, Integer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getCreateSequence(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
getCreateSequence(String, Integer, Integer, Integer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
getCreateSequence(String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
SequenceAdapter
getCreateSequence(String, Integer, Integer, Integer)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
SequenceAdapter
getDate(ResultSet, int, Date)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getDate(ResultSet, int, String, Date)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getDate(ResultSet, int, String, Date)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getDate(ResultSet, int, Date)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Date value from a ResultSet.
getDate(ResultSet, int, String, Date)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Date value from a ResultSet.
getDefaultSize(int)
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getDouble(ResultSet, int, double)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getDouble(ResultSet, int, double)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a double value from a ResultSet.
getExceptionCause()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
getFirstLocateExpression(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getFirstLocateExpression(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
getFirstLocateExpression(String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getFirstLocateExpression(String, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Returns the expression for searching the position of the first occurrence of a substring in a string.
getFloat(ResultSet, int, float)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getFloat(ResultSet, int, float)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a float value from a ResultSet.
getFromClause(JoinedTable, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getFromClause(JoinedTable, JoinedTable, JoinedTable.Join, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getFromClause(JoinedTable, StringBuffer, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
Oracle8Adapter
getINCREMENTkeyWord()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getINCREMENTkeyWord()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
getIndexedLocateExpression(String, String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getIndexedLocateExpression(String, String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
getIndexedLocateExpression(String, String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getIndexedLocateExpression(String, String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getIndexedLocateExpression(String, String, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
getIndexedLocateExpression(String, String, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Returns the expression for searching the position of the first occurrence of a substring in a string starting from a given index.
getInt(ResultSet, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getInt(ResultSet, int, int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a int value from a ResultSet.
getLengthOperator()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getLengthOperator()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
getLengthOperator()
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
getLong(ResultSet, int, long)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getLong(ResultSet, int, long)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a long value from a ResultSet.
getName()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getName()
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
getNextValInSequence(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getNextValInSequence(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getNextValInSequence(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SapdbAdapter
getNextValInSequence(String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
SequenceAdapter
getOboolean(ResultSet, int, Boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOboolean(ResultSet, int, Boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
getOboolean(ResultSet, int, Boolean)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Boolean value from a ResultSet.
getObyte(ResultSet, int, Byte)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getObyte(ResultSet, int, Byte)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Byte value from a ResultSet.
getOchar(ResultSet, int, Character)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOchar(ResultSet, int, Character)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getOchar(ResultSet, int, Character)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Character value from a ResultSet.
getOdouble(ResultSet, int, Double)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOdouble(ResultSet, int, Double)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Double value from a ResultSet.
getOfloat(ResultSet, int, Float)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOfloat(ResultSet, int, Float)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Float value from a ResultSet.
getOint(ResultSet, int, Integer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOint(ResultSet, int, Integer)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Integer value from a ResultSet.
getOlong(ResultSet, int, Long)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOlong(ResultSet, int, Long)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Long value from a ResultSet.
getOshort(ResultSet, int, Short)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getOshort(ResultSet, int, Short)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Short value from a ResultSet.
getProductName2Adapter()
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
getQuery(String, List, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getQuery(String, List, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
Oracle8Adapter
getQuery(String, List, String, int, int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Builds a query with join and table alias.
getSTARTkeyWord()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getSTARTkeyWord()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
getSerialized(ResultSet, int, Serializable)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getSerialized(ResultSet, int, Serializable)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a Serializable value from a ResultSet.
getShort(ResultSet, int, short)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getShort(ResultSet, int, short)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a short value from a ResultSet.
getSize()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
Db2Adapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
getSqlType(int, boolean, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
getSqlType(int, boolean, int, int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
This method returns the SQL type linked to the java type
getSqlTypeCode(int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
This methods return the SQL type code linked to the java type specified in parameter.
getSqlTypeCode(int, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
This methods return the SQL type code linked to the java type specified in parameter.
getSqlTypeCode(int, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
getSqlTypeCode(int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
This method returns the SQL type code linked to the java type specified in parameter.
getSqlTypeCode(int, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
This method returns the SQL type code linked to the java type specified in parameter.
getString(ResultSet, int, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getString(ResultSet, int, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
Get a String value from a ResultSet.
getSubqueryAlias()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getSubqueryAlias()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
getSubqueryAlias()
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
In the case the subquery needs to be aliased (Postgres), returns a string to be appended to the subquery.
getSubstringName()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getSubstringName()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
getSubstringName()
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
getTypeConverter(String)
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
This first possibility permits to specify the name for which a RdbAdapter is needed.
getTypeConverter(DataSource)
- Static method in class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
getValueAsSQLString(Object, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(byte)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(char)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(short)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(long)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(float)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(double)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getValueAsSQLString(boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
getValueAsSQLString(Object, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
getValueAsSQLString(Object, int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a value.
getValueAsSQLString(boolean)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a boolean value.
getValueAsSQLString(byte)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a byte value.
getValueAsSQLString(char)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a char value.
getValueAsSQLString(short)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a short value.
getValueAsSQLString(int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a int value.
getValueAsSQLString(long)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a long value.
getValueAsSQLString(float)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a float value.
getValueAsSQLString(double)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
This method returns a String value that represents a double value.
getWhereClause(List, StringBuffer, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
getWhereClause(JoinedTable, StringBuffer, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
Oracle8Adapter
H
HsqlAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
HsqlAdapter
.
RdbAdapter for the Hsql Database.
HsqlAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
HsqlAdapter
handleOrderBy(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
handleOrderBy(String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
handleOrderBy(String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
I
INDEXEDLOCATE
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
J
JoinedTable
- class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
.
is a recursive structure representing join between tables.
JoinedTable()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
no arg constructor required for cloning, but must not be used in usual case.
JoinedTable(String)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
Build a JoinedTable with a particular table name.
JoinedTable(String, String)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
Build a JoinedTable with a particular table name and alias name.
JoinedTable.Join
- class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable.Join
.
defines a join between two tables.
JoinedTable.Join()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable.Join
joinedTables
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
List of JoinedTable.
joins
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
List of Join instaces.
L
length()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
M
MYSQLINDEXEDLOCATE
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
MckoiAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
.
MckoiAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
MckoiAdapter
MysqlAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
.
MySql 4.0.12
MysqlAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
mark(int)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
Does not support by this implementation
markSupported()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
This implementation does not support the mark/reset operations
modifySelectClauseWithRange(StringBuffer, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
modifySelectClauseWithRange(StringBuffer, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
HsqlAdapter
modifyWhereClauseWithRange(StringBuffer, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
modifyWhereClauseWithRange(StringBuffer, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
modifyWhereClauseWithRange(StringBuffer, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
modifyWhereClauseWithRange(StringBuffer, String, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
N
NOSIZE
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
name
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
Is the name of the RdbAdapter.
O
ORACLEFIRSTLOCATE
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
ORACLESUBSTRING
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
Oracle8Adapter
- class org.objectweb.jorm.mapper.rdb.adapter.
Oracle8Adapter
.
Oracle8Adapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
Oracle8Adapter
OracleAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
.
OracleAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
OracleAdapter(String)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
org.objectweb.jorm.mapper.rdb.adapter
- package org.objectweb.jorm.mapper.rdb.adapter
org.objectweb.jorm.mapper.rdb.adapter.api
- package org.objectweb.jorm.mapper.rdb.adapter.api
org.objectweb.jorm.mapper.rdb.lib
- package org.objectweb.jorm.mapper.rdb.lib
P
POSTGRESCONCAT
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
PROPS
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
PROP_BASE
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
PostgresAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
.
PostgresAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
PreparedStatementAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
.
Adapter for PreparedStatement management
position(byte[], long)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
position(Blob, long)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
printStackTrace()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
println(String)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
product2adapter
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
Map between DatabaseProductName to adapter class name
properties
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
R
RdbAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapter
.
Deprecated.
see org.objectweb.jorm.mapper.rdb.adapter.api.RdbAdapter
RdbAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
.
This interface permits to adapte the use of a JDBC driver and the SQL type for the non conformance of a Database.
RdbAdapterException
- exception org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
.
Exception occuring in the RdbAdapter management or implementation.
RdbAdapterException()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
RdbAdapterException(String)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
RdbAdapterException(String, Exception)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
RdbAdapterException(Exception, String)
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapterException
RdbAdapterFactory
- class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
.
This factory permits to create new instances of RdbAdapter.
RdbAdapterFactory()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
RdbAdapterFactory
RdbBlob
- class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
.
RdbBlob(Serializable)
- Constructor for class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
This constructor calculates the size of the serialized object.
RdbBlob(Serializable, int)
- Constructor for class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
This constructor calculates the size of the serialized object.
RdbBlob.RdbInputStream
- class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
.
RdbBlob.RdbInputStream(RdbBlob)
- Constructor for class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
ResultsetAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.api.
ResultsetAdapter
.
Adapter for Resultset management
read()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
reset()
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
Does not support by this implementation
S
SUBSTRING
- Static variable in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
SapdbAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
SapdbAdapter
.
This class is a sql adapter for the SapDB relational database.
SapdbAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
SapdbAdapter
SequenceAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.api.
SequenceAdapter
.
Adapter for sequence management.
SqlserverAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
.
This class is a sql adapter for the SQL Server relational database.
SqlserverAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
SybaseAdapter
- class org.objectweb.jorm.mapper.rdb.adapter.
SybaseAdapter
.
This class is a sql adapter for the Sybase relational database.
SybaseAdapter()
- Constructor for class org.objectweb.jorm.mapper.rdb.adapter.
SybaseAdapter
setBigDecimal(PreparedStatement, int, BigDecimal)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setBigDecimal(PreparedStatement, int, BigDecimal)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setBigInteger(PreparedStatement, int, BigInteger)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setBigInteger(PreparedStatement, int, BigInteger)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setBinaryStream(long)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
setBoolean(PreparedStatement, int, boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setBoolean(PreparedStatement, int, boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
setBoolean(PreparedStatement, int, boolean)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setByte(PreparedStatement, int, byte)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setByte(PreparedStatement, int, byte)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setByteArray(PreparedStatement, int, byte[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setByteArray(PreparedStatement, int, byte[])
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setBytes(long, byte[])
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
setBytes(long, byte[], int, int)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
setChar(PreparedStatement, int, char)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setChar(PreparedStatement, int, char)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setCharArray(PreparedStatement, int, char[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setCharArray(PreparedStatement, int, char[])
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
setCharArray(PreparedStatement, int, char[])
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setDate(PreparedStatement, int, Date, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setDate(PreparedStatement, int, Date, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
setDate(PreparedStatement, int, Date, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setDouble(PreparedStatement, int, double)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setDouble(PreparedStatement, int, double)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setFloat(PreparedStatement, int, float)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setFloat(PreparedStatement, int, float)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setInt(PreparedStatement, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setInt(PreparedStatement, int, int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setLong(PreparedStatement, int, long)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setLong(PreparedStatement, int, long)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setNull(PreparedStatement, int, int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setNull(PreparedStatement, int, int)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a null value into a PreparedStatement
setOboolean(PreparedStatement, int, Boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOboolean(PreparedStatement, int, Boolean)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
setOboolean(PreparedStatement, int, Boolean)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setObyte(PreparedStatement, int, Byte)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setObyte(PreparedStatement, int, Byte)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
setObyte(PreparedStatement, int, Byte)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setOchar(PreparedStatement, int, Character)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOchar(PreparedStatement, int, Character)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
setOchar(PreparedStatement, int, Character)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SqlserverAdapter
setOchar(PreparedStatement, int, Character)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setOdouble(PreparedStatement, int, Double)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOdouble(PreparedStatement, int, Double)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setOfloat(PreparedStatement, int, Float)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOfloat(PreparedStatement, int, Float)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setOint(PreparedStatement, int, Integer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOint(PreparedStatement, int, Integer)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setOlong(PreparedStatement, int, Long)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOlong(PreparedStatement, int, Long)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setOshort(PreparedStatement, int, Short)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setOshort(PreparedStatement, int, Short)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setSerialized(PreparedStatement, int, Serializable)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setSerialized(PreparedStatement, int, Serializable)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setShort(PreparedStatement, int, short)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setShort(PreparedStatement, int, short)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setString(PreparedStatement, int, String)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
setString(PreparedStatement, int, String)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
PreparedStatementAdapter
Assignes a value into a PreparedStatement
setVarcharSize(int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
setVarcharSize(int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
setVarcharSizeInPk(int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
setVarcharSizeInPk(int)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
size
- Variable in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
The total length
skip(long)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob.RdbInputStream
supportBatchPreparedStatement()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
supportBatchPreparedStatement()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
HsqlAdapter
supportBatchPreparedStatement()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
supportBatchPreparedStatement()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
supportBatchPreparedStatement()
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
PostgresAdapter
supportBatchPreparedStatement()
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Indicates if the driver supports the batch of PreparedStatement
T
TYPECODE_BIGDECIMAL
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.util.BigDecimal type.
TYPECODE_BIGINTEGER
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.util.BigInteger type.
TYPECODE_BOOLEAN
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the boolean type.
TYPECODE_BYTE
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the byte type.
TYPECODE_BYTEARRAY
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the byte[] type.
TYPECODE_CHAR
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the char type.
TYPECODE_CHARARRAY
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the char[] type.
TYPECODE_DATE
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.util.Date type.
TYPECODE_DOUBLE
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the double type.
TYPECODE_FLOAT
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the float type.
TYPECODE_INT
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the int type.
TYPECODE_LONG
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the long type.
TYPECODE_OBJBOOLEAN
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Boolean type.
TYPECODE_OBJBYTE
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Character type.
TYPECODE_OBJCHAR
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Boolean type.
TYPECODE_OBJDOUBLE
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Double type.
TYPECODE_OBJFLOAT
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Float type.
TYPECODE_OBJINT
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Integer type.
TYPECODE_OBJLONG
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Long type.
TYPECODE_OBJSHORT
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.Short type.
TYPECODE_SERIALIZED
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.io.Serializable type.
TYPECODE_SHORT
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the short type.
TYPECODE_STRING
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
Defines the java.lang.String type.
TYPE_NAMES
- Static variable in interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
the name of the types TYPE_NAMES[TYPECODE_XXX]
TypeAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.api.
TypeAdapter
.
The supported type in the adapter.
tableName
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.api.
JoinedTable
the name of the current table. never null
truncate(long)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
V
ValueAsSQLStringAdapter
- interface org.objectweb.jorm.mapper.rdb.adapter.api.
ValueAsSQLStringAdapter
.
varbinarySize
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
varbinarySizeInPk
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
varcharSize
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
varcharSize
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
varcharSizeInPk
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
MysqlAdapter
varcharSizeInPk
- Variable in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
W
write(byte[])
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
write(byte[], int, int)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
write(int)
- Method in class org.objectweb.jorm.mapper.rdb.lib.
RdbBlob
writeColumnAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
writeColumnAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
Db2Adapter
OL: I'm not sure of this, i didn't manage to have the exact syntax for column alaiases with DB2 :o(
writeColumnAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
writeColumnAlias(String, StringBuffer)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Append a column alias to an SQL expression.
writeTableAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
BasicRdbAdapter
writeTableAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
FirebirdAdapter
writeTableAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
OracleAdapter
writeTableAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SapdbAdapter
writeTableAlias(String, StringBuffer)
- Method in class org.objectweb.jorm.mapper.rdb.adapter.
SybaseAdapter
writeTableAlias(String, StringBuffer)
- Method in interface org.objectweb.jorm.mapper.rdb.adapter.api.
RdbAdapter
Append a table alias to an SQL expression.
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes