A C D E F G H I J L O P Q R S T

A

addAlias(PlasmaType) - Method in class org.cloudgraph.rdb.service.AliasMap
Adds and returns the table alias for the given type, or existing alias of already mapped
AliasMap - Class in org.cloudgraph.rdb.service
Simple collection managing SQL table aliases
AliasMap(PlasmaType) - Constructor for class org.cloudgraph.rdb.service.AliasMap
 
assemble(List<PropertyPair>) - Method in class org.cloudgraph.rdb.service.GraphAssembler
Initiates the assembly of a data graph based on the given results list.
assembleSubquery(Property, SubqueryOperator, Query) - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
assembleSubquery(Property, SubqueryOperator, Query) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 

C

clear() - Method in class org.cloudgraph.rdb.service.GraphAssembler
 
close() - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
close() - Method in class org.cloudgraph.rdb.service.GraphQuery
 
close() - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
commit(DataGraph[]) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
commit(DataGraph) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
commit(DataGraph, String) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
commit(DataGraph[], String) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
ConnectionProvider - Interface in org.cloudgraph.rdb.connect
Supplies connections from a source pool or data source.
converter - Variable in class org.cloudgraph.rdb.service.JDBCSupport
 
count(Query) - Method in class org.cloudgraph.rdb.service.GraphQuery
Returns a count of the given query.
count(Query) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
count(Query[]) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
createDelete(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createInsert(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createSelect(PlasmaType, Set<Property>, List<PropertyPair>, List<Object>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createSelect(PlasmaType, Set<Property>, List<PropertyPair>, FilterAssembler, List<Object>, AliasMap) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createSelectForUpdate(PlasmaType, List<PropertyPair>, int) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createUpdate(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createValue(PlasmaDataObject, Object, Property) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 

D

DataSourceProvder - Interface in org.cloudgraph.rdb.connect
Supplies connections from an underlying data source.

E

execute(PlasmaType, StringBuilder, Map<String, PropertyPair>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
executeInsert(PlasmaType, StringBuilder, Map<String, PropertyPair>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
executeInsertWithGeneratedKeys(PlasmaType, StringBuilder, Map<String, PropertyPair>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 

F

fetch(PlasmaType, StringBuilder, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
fetch(PlasmaType, StringBuilder, Set<Property>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
fetch(PlasmaType, StringBuilder, Set<Property>, Object[], Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
fetchRow(PlasmaType, StringBuilder, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
fetchRowMap(PlasmaType, StringBuilder, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
FilterAssembler - Class in org.cloudgraph.rdb.filter
 
FilterAssembler(Where, Type, AliasMap) - Constructor for class org.cloudgraph.rdb.filter.FilterAssembler
 
finalize() - Method in class org.cloudgraph.rdb.connect.ProviderManager
 
find(Query, Timestamp) - Method in class org.cloudgraph.rdb.service.GraphQuery
 
find(Query, int, Timestamp) - Method in class org.cloudgraph.rdb.service.GraphQuery
 
find(Query) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
find(Query, int) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
find(Query[]) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
fromJDBCDataType(ResultSet, int, int, PlasmaProperty) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 

G

getAlias(PlasmaType) - Method in class org.cloudgraph.rdb.service.AliasMap
Returns the table alias for the given type
getAliases() - Method in class org.cloudgraph.rdb.service.AliasMap
Returs the alias names for this map
getConnection() - Method in interface org.cloudgraph.rdb.connect.ConnectionProvider
Returns a connection from an underlying pool or data source.
getConnection() - Method in class org.cloudgraph.rdb.connect.JNDIDataSourceProvider
 
getConnection() - Method in class org.cloudgraph.rdb.connect.ProviderManager
 
getDataGraph() - Method in class org.cloudgraph.rdb.service.GraphAssembler
 
getGroupingDeclaration() - Method in class org.cloudgraph.rdb.filter.GroupingDeclarationAssembler
 
getImportDeclarations() - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
getJdbcTypeName(int) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
getOppositePriKeyProperty(Property) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
getOrderingDeclaration() - Method in class org.cloudgraph.rdb.filter.OrderingDeclarationAssembler
 
getParameterDeclarations() - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
getQualifiedPhysicalName(PlasmaType) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
getResults() - Method in class org.cloudgraph.rdb.service.QueryResults
 
getTypes() - Method in class org.cloudgraph.rdb.service.AliasMap
Return the types which are keys for this map.
getVariableDeclarations() - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
getVariables(Where) - Method in class org.cloudgraph.rdb.service.GraphQuery
 
GraphAssembler - Class in org.cloudgraph.rdb.service
 
GraphAssembler(PlasmaType, SelectionCollector, Timestamp, Connection) - Constructor for class org.cloudgraph.rdb.service.GraphAssembler
 
GraphDispatcher - Class in org.cloudgraph.rdb.service
 
GraphDispatcher(SnapshotMap, String, Connection) - Constructor for class org.cloudgraph.rdb.service.GraphDispatcher
 
GraphQuery - Class in org.cloudgraph.rdb.service
 
GraphQuery(Connection) - Constructor for class org.cloudgraph.rdb.service.GraphQuery
 
GroupingDeclarationAssembler - Class in org.cloudgraph.rdb.filter
 
GroupingDeclarationAssembler(GroupBy, PlasmaType, AliasMap) - Constructor for class org.cloudgraph.rdb.filter.GroupingDeclarationAssembler
 

H

hasImportDeclarations() - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
hasParameterDeclarations() - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
hasUpdatableProperties(Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
hasVariableDeclarations() - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 

I

initialize() - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
instance() - Static method in class org.cloudgraph.rdb.connect.ProviderManager
 
INSTANCE - Static variable in class org.cloudgraph.rdb.service.RDBDataConverter
 

J

JDBCSupport - Class in org.cloudgraph.rdb.service
 
JDBCSupport() - Constructor for class org.cloudgraph.rdb.service.JDBCSupport
 
JNDIDataSourceProvider - Class in org.cloudgraph.rdb.connect
Supplies connections using a JNDI registered datasource.
JNDIDataSourceProvider() - Constructor for class org.cloudgraph.rdb.connect.JNDIDataSourceProvider
 

L

log(Where) - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 

O

OrderingDeclarationAssembler - Class in org.cloudgraph.rdb.filter
 
OrderingDeclarationAssembler(OrderBy, PlasmaType, AliasMap) - Constructor for class org.cloudgraph.rdb.filter.OrderingDeclarationAssembler
 
org.cloudgraph.rdb.connect - package org.cloudgraph.rdb.connect
 
org.cloudgraph.rdb.filter - package org.cloudgraph.rdb.filter
 
org.cloudgraph.rdb.service - package org.cloudgraph.rdb.service
 

P

PoolProvder - Interface in org.cloudgraph.rdb.connect
Supplies connections from an underlying pool.
printDataObjectInfo(DataObject) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
processWildcardExpression(Property, WildcardOperator, Literal) - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
processWildcardExpression(Property, WildcardOperator, Literal) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
ProviderManager - Class in org.cloudgraph.rdb.connect
Instantiates a provider based on configuration setting and supplies singleton access to the shared provider.

Q

QueryResults - Class in org.cloudgraph.rdb.service
Encapsulates the collection resulting from query execution along with the Query object itself.
QueryResults(Collection) - Constructor for class org.cloudgraph.rdb.service.QueryResults
 

R

RDBDataConverter - Class in org.cloudgraph.rdb.service
 
RDBGraphService - Class in org.cloudgraph.rdb.service
 
RDBGraphService() - Constructor for class org.cloudgraph.rdb.service.RDBGraphService
 
RDBServiceException - Exception in org.cloudgraph.rdb.service
 
RDBServiceException(String) - Constructor for exception org.cloudgraph.rdb.service.RDBServiceException
 
RDBServiceException(Throwable) - Constructor for exception org.cloudgraph.rdb.service.RDBServiceException
 

S

start(Expression) - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
start(Property) - Method in class org.cloudgraph.rdb.filter.FilterAssembler
Handles a property query node, traversing the property path appending SQL 'AND' expressions based on key relationships until the property endpoint is reached.
start(Property) - Method in class org.cloudgraph.rdb.filter.GroupingDeclarationAssembler
 
start(Property) - Method in class org.cloudgraph.rdb.filter.OrderingDeclarationAssembler
 
start(Select) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
start(Where) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
start(Property) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
SubqueryFilterAssembler - Class in org.cloudgraph.rdb.filter
 
SubqueryFilterAssembler(String, Query, List, Type) - Constructor for class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 

T

toJDBCDataFlavor(PlasmaProperty) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
toJDBCDataType(PlasmaProperty, Object) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
toJDBCDataValue(PlasmaProperty, Object) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
toJDBCString(Type, PlasmaProperty, Object) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 

A C D E F G H I J L O P Q R S T

Copyright © 2014. All rights reserved.