Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
addColumnName(String)
- Method in class org.apache.gora.sql.statement.
InsertStatement
addField(String, String)
- Method in class org.apache.gora.sql.store.
SqlMapping
addField(String, String, SqlTypeInterface.JdbcType, String, int, int)
- Method in class org.apache.gora.sql.store.
SqlMapping
addPart(String)
- Method in class org.apache.gora.sql.statement.
Where
Adds a part to the Where clause connected with AND
addToSelectList(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
addWhere(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
Adds a part to the Where clause connected with AND
C
clear()
- Method in class org.apache.gora.sql.statement.
InsertStatement
close()
- Method in class org.apache.gora.sql.query.
SqlResult
close()
- Method in class org.apache.gora.sql.store.
SqlStore
close(ResultSet)
- Static method in class org.apache.gora.sql.util.
SqlUtils
Closes the ResultSet silently
close(Statement)
- Static method in class org.apache.gora.sql.util.
SqlUtils
Closes the Statement silently
column
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement.ColumnData
Column
- Class in
org.apache.gora.sql.store
Column()
- Constructor for class org.apache.gora.sql.store.
Column
Column(String)
- Constructor for class org.apache.gora.sql.store.
Column
Column(String, boolean, SqlTypeInterface.JdbcType, String, int, int)
- Constructor for class org.apache.gora.sql.store.
Column
Column(String, boolean, SqlTypeInterface.JdbcType, int, int)
- Constructor for class org.apache.gora.sql.store.
Column
Column(String, boolean)
- Constructor for class org.apache.gora.sql.store.
Column
Column.MappingStrategy
- Enum in
org.apache.gora.sql.store
columnMap
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement
createSchema()
- Method in class org.apache.gora.sql.store.
SqlStore
createSqlTable(SqlMapping)
- Method in class org.apache.gora.sql.store.
SqlStore
createStatement(SqlStore<K, T>, SqlMapping, SqlStore.DBVendor)
- Static method in class org.apache.gora.sql.statement.
InsertUpdateStatementFactory
D
DEFAULT_MAPPING_FILE
- Static variable in class org.apache.gora.sql.store.
SqlStore
Delete
- Class in
org.apache.gora.sql.statement
A SQL DELETE statement, for generating a Prepared Statement
Delete()
- Constructor for class org.apache.gora.sql.statement.
Delete
delete(K)
- Method in class org.apache.gora.sql.store.
SqlStore
deleteByQuery(Query<K, T>)
- Method in class org.apache.gora.sql.store.
SqlStore
deleteSchema()
- Method in class org.apache.gora.sql.store.
SqlStore
DRIVER_CLASS_PROPERTY
- Static variable in class org.apache.gora.sql.store.
SqlStore
The JDBC Driver class name
E
equals(String, String)
- Method in class org.apache.gora.sql.statement.
Where
execute(Query<K, T>)
- Method in class org.apache.gora.sql.store.
SqlStore
F
flush()
- Method in class org.apache.gora.sql.store.
SqlStore
from()
- Method in class org.apache.gora.sql.statement.
Delete
from(String)
- Method in class org.apache.gora.sql.statement.
Delete
G
get(K, String[])
- Method in class org.apache.gora.sql.store.
SqlStore
get(int)
- Static method in enum org.apache.gora.sql.store.
SqlTypeInterface.JdbcType
Returns a JdbcType enum from a jdbc type in java.sql.Types
getBytes(ResultSet, int, Schema, Column)
- Method in class org.apache.gora.sql.store.
SqlStore
getColumn(String)
- Method in class org.apache.gora.sql.store.
SqlMapping
getColumnNames()
- Method in class org.apache.gora.sql.statement.
InsertStatement
getConnection()
- Method in class org.apache.gora.sql.store.
SqlStore
getFields()
- Method in class org.apache.gora.sql.store.
SqlMapping
getFrom()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getGroupBy()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getHaving()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getIdentifier(String)
- Method in class org.apache.gora.sql.store.
SqlStore
getJdbcType()
- Method in class org.apache.gora.sql.store.
Column
getJdbcType(Schema, int, int)
- Static method in class org.apache.gora.sql.store.
SqlTypeInterface
getJdbcType(Class<?>, int, int)
- Static method in class org.apache.gora.sql.store.
SqlTypeInterface
getLength()
- Method in class org.apache.gora.sql.store.
Column
getLimit()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getMappingStrategy()
- Method in class org.apache.gora.sql.store.
Column
getName()
- Method in class org.apache.gora.sql.store.
Column
getOffset()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getOrder()
- Method in enum org.apache.gora.sql.store.
SqlTypeInterface.JdbcType
getOrderBy()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getPartitions(Query<K, T>)
- Method in class org.apache.gora.sql.store.
SqlStore
getPrimaryColumn()
- Method in class org.apache.gora.sql.store.
SqlMapping
getPrimaryColumnName()
- Method in class org.apache.gora.sql.store.
SqlMapping
getProgress()
- Method in class org.apache.gora.sql.query.
SqlResult
getScale()
- Method in class org.apache.gora.sql.store.
Column
getScaleOrLength()
- Method in class org.apache.gora.sql.store.
Column
getSchemaName()
- Method in class org.apache.gora.sql.store.
SqlStore
getSelectList()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getSelectStatement()
- Method in class org.apache.gora.sql.statement.
SelectStatement
getSqlType()
- Method in class org.apache.gora.sql.store.
Column
getSqlType(Class<?>)
- Static method in class org.apache.gora.sql.store.
SqlTypeInterface
getSqlType()
- Method in enum org.apache.gora.sql.store.
SqlTypeInterface.JdbcType
getTableName()
- Method in class org.apache.gora.sql.statement.
InsertStatement
getTableName()
- Method in class org.apache.gora.sql.store.
Column
getTableName()
- Method in class org.apache.gora.sql.store.
SqlMapping
getWhere()
- Method in class org.apache.gora.sql.statement.
SelectStatement
greaterThan(String, String)
- Method in class org.apache.gora.sql.statement.
Where
greaterThanEq(String, String)
- Method in class org.apache.gora.sql.statement.
Where
H
HSqlInsertUpdateStatement
<
K
,
T
extends
Persistent
> - Class in
org.apache.gora.sql.statement
HSqlInsertUpdateStatement(SqlStore<K, T>, SqlMapping, String)
- Constructor for class org.apache.gora.sql.statement.
HSqlInsertUpdateStatement
I
initDbMetadata()
- Method in class org.apache.gora.sql.store.
SqlStore
initialize(Class<K>, Class<T>, Properties)
- Method in class org.apache.gora.sql.store.
SqlStore
InsertStatement
- Class in
org.apache.gora.sql.statement
An SQL INSERT statement, for generating a Prepared Statement
InsertStatement(SqlMapping, String)
- Constructor for class org.apache.gora.sql.statement.
InsertStatement
InsertStatement(SqlMapping, String, String...)
- Constructor for class org.apache.gora.sql.statement.
InsertStatement
InsertUpdateStatement
<
K
,
V
extends
Persistent
> - Class in
org.apache.gora.sql.statement
InsertUpdateStatement(SqlStore<K, V>, SqlMapping, String)
- Constructor for class org.apache.gora.sql.statement.
InsertUpdateStatement
InsertUpdateStatement.ColumnData
- Class in
org.apache.gora.sql.statement
InsertUpdateStatement.ColumnData(Object, Schema, Column)
- Constructor for class org.apache.gora.sql.statement.
InsertUpdateStatement.ColumnData
InsertUpdateStatementFactory
- Class in
org.apache.gora.sql.statement
InsertUpdateStatementFactory()
- Constructor for class org.apache.gora.sql.statement.
InsertUpdateStatementFactory
isEmpty()
- Method in class org.apache.gora.sql.statement.
Where
isOrderByAsc()
- Method in class org.apache.gora.sql.statement.
SelectStatement
isPrimaryKey()
- Method in class org.apache.gora.sql.store.
Column
isSemicolon()
- Method in class org.apache.gora.sql.statement.
SelectStatement
L
lessThan(String, String)
- Method in class org.apache.gora.sql.statement.
Where
lessThanEq(String, String)
- Method in class org.apache.gora.sql.statement.
Where
M
mapping
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement
MySqlInsertUpdateStatement
<
K
,
V
extends
Persistent
> - Class in
org.apache.gora.sql.statement
MySqlInsertUpdateStatement(SqlStore<K, V>, SqlMapping, String)
- Constructor for class org.apache.gora.sql.statement.
MySqlInsertUpdateStatement
N
newQuery()
- Method in class org.apache.gora.sql.store.
SqlStore
nextInner()
- Method in class org.apache.gora.sql.query.
SqlResult
O
object
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement.ColumnData
org.apache.gora.sql.query
- package org.apache.gora.sql.query
org.apache.gora.sql.statement
- package org.apache.gora.sql.statement
org.apache.gora.sql.store
- package org.apache.gora.sql.store
org.apache.gora.sql.util
- package org.apache.gora.sql.util
P
PASSWORD_PROPERTY
- Static variable in class org.apache.gora.sql.store.
SqlStore
Password to access the database
put(K, T)
- Method in class org.apache.gora.sql.store.
SqlStore
R
readField(ResultSet, int, Object, Schema, Column)
- Method in class org.apache.gora.sql.store.
SqlStore
readMapping(String)
- Method in class org.apache.gora.sql.store.
SqlStore
readObject(ResultSet, T, String[])
- Method in class org.apache.gora.sql.store.
SqlStore
readPrimaryKey(ResultSet)
- Method in class org.apache.gora.sql.store.
SqlStore
S
schema
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement.ColumnData
schemaExists()
- Method in class org.apache.gora.sql.store.
SqlStore
SelectStatement
- Class in
org.apache.gora.sql.statement
A SQL SELECT statement
SelectStatement()
- Constructor for class org.apache.gora.sql.statement.
SelectStatement
SelectStatement(String)
- Constructor for class org.apache.gora.sql.statement.
SelectStatement
SelectStatement(String, String, String, String)
- Constructor for class org.apache.gora.sql.statement.
SelectStatement
SelectStatement(String, String, Where, String, String, String, boolean, int, int, boolean)
- Constructor for class org.apache.gora.sql.statement.
SelectStatement
setBytes(PreparedStatement, Column, int, byte[])
- Method in class org.apache.gora.sql.store.
SqlStore
setColumnNames(String...)
- Method in class org.apache.gora.sql.statement.
InsertStatement
setField(PreparedStatement, Column, Schema, int, Object)
- Method in class org.apache.gora.sql.store.
SqlStore
Serializes the field using Avro to a BLOB field
setFrom(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setGroupBy(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setHaving(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setJdbcType(SqlTypeInterface.JdbcType)
- Method in class org.apache.gora.sql.store.
Column
setLength(int)
- Method in class org.apache.gora.sql.store.
Column
setLimit(long)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setMappingStrategy(Column.MappingStrategy)
- Method in class org.apache.gora.sql.store.
Column
setName(String)
- Method in class org.apache.gora.sql.store.
Column
setObject(Object, Schema, Column)
- Method in class org.apache.gora.sql.statement.
InsertUpdateStatement
setObject(PreparedStatement, int, Object, Schema, Column)
- Method in class org.apache.gora.sql.store.
SqlStore
Sets the object to the preparedStatement by it's schema
setObject(PreparedStatement, int, V, int, Column)
- Method in class org.apache.gora.sql.store.
SqlStore
setOffset(long)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setOrderBy(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setOrderByAsc(boolean)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setPrimaryKey(String, SqlTypeInterface.JdbcType, int, int)
- Method in class org.apache.gora.sql.store.
SqlMapping
setScale(int)
- Method in class org.apache.gora.sql.store.
Column
setSelectList(ArrayList<String>)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setSelectStatement(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setSemicolon(boolean)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setSqlType(String)
- Method in class org.apache.gora.sql.store.
Column
setTableName(String)
- Method in class org.apache.gora.sql.statement.
InsertStatement
setTableName(String)
- Method in class org.apache.gora.sql.store.
Column
setTableName(String)
- Method in class org.apache.gora.sql.store.
SqlMapping
setWhere(Where)
- Method in class org.apache.gora.sql.statement.
SelectStatement
setWhere(String)
- Method in class org.apache.gora.sql.statement.
SelectStatement
SqlMapping
- Class in
org.apache.gora.sql.store
SqlMapping()
- Constructor for class org.apache.gora.sql.store.
SqlMapping
SqlQuery
<
K
,
T
extends
Persistent
> - Class in
org.apache.gora.sql.query
Query implementation covering SQL queries
SqlQuery()
- Constructor for class org.apache.gora.sql.query.
SqlQuery
SqlQuery(SqlStore<K, T>)
- Constructor for class org.apache.gora.sql.query.
SqlQuery
SqlResult
<
K
,
T
extends
Persistent
> - Class in
org.apache.gora.sql.query
SqlResult(DataStore<K, T>, Query<K, T>, ResultSet, PreparedStatement)
- Constructor for class org.apache.gora.sql.query.
SqlResult
SqlStore
<
K
,
T
extends
Persistent
> - Class in
org.apache.gora.sql.store
A DataStore implementation for RDBMS with a SQL interface.
SqlStore()
- Constructor for class org.apache.gora.sql.store.
SqlStore
SqlStore.DBVendor
- Enum in
org.apache.gora.sql.store
The vendor of the DB
SqlTypeInterface
- Class in
org.apache.gora.sql.store
Contains utility methods related to type conversion between java, avro and SQL types.
SqlTypeInterface()
- Constructor for class org.apache.gora.sql.store.
SqlTypeInterface
SqlTypeInterface.JdbcType
- Enum in
org.apache.gora.sql.store
Encapsules java.sql.Types as an enum
SqlUtils
- Class in
org.apache.gora.sql.util
SQL related utilities
SqlUtils()
- Constructor for class org.apache.gora.sql.util.
SqlUtils
store
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement
stringToJdbcType(String)
- Static method in class org.apache.gora.sql.store.
SqlTypeInterface
T
tableName
- Variable in class org.apache.gora.sql.statement.
InsertUpdateStatement
toStatement(Connection)
- Method in class org.apache.gora.sql.statement.
HSqlInsertUpdateStatement
toStatement(Connection)
- Method in class org.apache.gora.sql.statement.
InsertUpdateStatement
toStatement(Connection)
- Method in class org.apache.gora.sql.statement.
MySqlInsertUpdateStatement
toString()
- Method in class org.apache.gora.sql.statement.
Delete
toString()
- Method in class org.apache.gora.sql.statement.
InsertStatement
toString()
- Method in class org.apache.gora.sql.statement.
SelectStatement
toString()
- Method in class org.apache.gora.sql.statement.
Where
U
URL_PROPERTY
- Static variable in class org.apache.gora.sql.store.
SqlStore
JDBC Database access URL
USERNAME_PROPERTY
- Static variable in class org.apache.gora.sql.store.
SqlStore
User name to access the database
V
valueOf(String)
- Static method in enum org.apache.gora.sql.store.
Column.MappingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.gora.sql.store.
SqlStore.DBVendor
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.apache.gora.sql.store.
SqlTypeInterface.JdbcType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.gora.sql.store.
Column.MappingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.gora.sql.store.
SqlStore.DBVendor
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.apache.gora.sql.store.
SqlTypeInterface.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
W
where(Where)
- Method in class org.apache.gora.sql.statement.
Delete
where()
- Method in class org.apache.gora.sql.statement.
Delete
Where
- Class in
org.apache.gora.sql.statement
A WHERE clause in an SQL statement
Where()
- Constructor for class org.apache.gora.sql.statement.
Where
Where(String)
- Constructor for class org.apache.gora.sql.statement.
Where
A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
The Apache Software Foundation
. All Rights Reserved.