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
 
close() - Method in class org.cloudgraph.rdb.service.StoredProcSequenceGenerator
 
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
 
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, List<String>, List<PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
createSelect(PlasmaType, List<String>, List<PropertyPair>, FilterAssembler, 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

DBCP_CONNECTIONINITSQLS - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
NOTE: Versions 1.3 and 1.4 of DBCP incorrectly use "initConnectionSqls" as the name of this property for JNDI object factory configuration.
DBCP_DEFAULTAUTOCOMMIT - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: true The default auto-commit state of connections created by this pool.
DBCP_DEFAULTCATALOG - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: The default catalog of connections created by this pool.
DBCP_DEFAULTREADONLY - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: driver default The default read-only state of connections created by this pool.
DBCP_DEFAULTTRANSACTIONISOLATION - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: driver default The default TransactionIsolation state of connections created by this pool.
DBCP_INITIALSIZE - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 0 The initial number of connections that are created when the pool is started.
DBCP_LOGABANDONED - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: false Flag to log stack traces for application code which abandoned a Statement or Connection.
DBCP_MAXACTIVE - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 8 The maximum number of active connections that can be allocated from this pool at the same time, or negative for no limit.
DBCP_MAXIDLE - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 8 The maximum number of connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
DBCP_MAXWAIT - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: indefinitely The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
DBCP_MINEVICTABLEIDLETIMEMILLIS - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 1000 * 60 * 30 The minimum amount of time an object may sit idle in the pool before it is eligable for eviction by the idle object evictor (if any).
DBCP_MINIDLE - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 0 The minimum number of connections that can remain idle in the pool, without extra ones being created, or zero to create none.
DBCP_NUMTESTSPEREVICTIONRUN - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 3 The number of objects to examine during each run of the idle object evictor thread (if any).
DBCP_REMOVEABANDONED - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: false Flag to remove abandoned connections if they exceed the removeAbandonedTimout.
DBCP_REMOVEABANDONEDTIMEOUT - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: 300 Timeout in seconds before an abandoned connection can be removed.
DBCP_TESTONBORROW - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: true The indication of whether objects will be validated before being borrowed from the pool.
DBCP_TESTONRETURN - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: false The indication of whether objects will be validated before being returned to the pool.
DBCP_TESTWHILEIDLE - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: false The indication of whether objects will be validated by the idle object evictor (if any).
DBCP_TIMEBETWEENEVICTIONRUNSMILLIS - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
Default: -1 The number of milliseconds to sleep between runs of the idle object evictor thread.
DBCP_VALIDATIONQUERY - Static variable in class org.cloudgraph.rdb.connect.RDBConnectionManager
The SQL query that will be used to validate connections from this pool before returning them to the caller.

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, Object[], Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
 
fetch(PlasmaDataObject, PlasmaProperty, StringBuilder, 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.RDBConnectionManager
 
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

get(DataObject) - Method in class org.cloudgraph.rdb.service.StoredProcSequenceGenerator
 
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 class org.cloudgraph.rdb.connect.RDBConnectionManager
 
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
 
getNumLockedProcesses() - Method in class org.cloudgraph.rdb.connect.RDBConnectionManager
getNumLockedProcesses - gets the number of currently locked processes on the MySQL db
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, PropertySelectionCollector, 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() - 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
 
initialize() - Method in class org.cloudgraph.rdb.service.StoredProcSequenceGenerator
 
instance() - Static method in class org.cloudgraph.rdb.connect.RDBConnectionManager
 
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
 

L

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

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

printDataObjectInfo(DataObject) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
printDriverStats() - Static method in class org.cloudgraph.rdb.connect.RDBConnectionManager
 
processWildcardExpression(Property, WildcardOperator, Literal) - Method in class org.cloudgraph.rdb.filter.FilterAssembler
 
processWildcardExpression(Property, WildcardOperator, Literal) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 

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

RDBConnectionManager - Class in org.cloudgraph.rdb.connect
 
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
 
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
 
StoredProcSequenceGenerator - Class in org.cloudgraph.rdb.service
 
StoredProcSequenceGenerator() - Constructor for class org.cloudgraph.rdb.service.StoredProcSequenceGenerator
 
SubqueryFilterAssembler - Class in org.cloudgraph.rdb.filter
 
SubqueryFilterAssembler(String, Query, List, Type) - Constructor for class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 

T

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 © 2013. All Rights Reserved.