Package | Description |
---|---|
org.apache.manifoldcf.core.database | |
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.crawler.jobs |
Modifier and Type | Method and Description |
---|---|
String |
BaseTable.buildConjunctionClause(List outputParameters,
ClauseDescription[] clauseDescriptions) |
String |
DBInterfaceHSQLDB.buildConjunctionClause(List outputParameters,
ClauseDescription[] clauseDescriptions) |
String |
DBInterfacePostgreSQL.buildConjunctionClause(List outputParameters,
ClauseDescription[] clauseDescriptions) |
String |
Database.buildConjunctionClause(List outputParameters,
ClauseDescription[] clauseDescriptions) |
int |
BaseTable.findConjunctionClauseMax(ClauseDescription[] otherClauseDescriptions) |
int |
DBInterfaceHSQLDB.findConjunctionClauseMax(ClauseDescription[] otherClauseDescriptions) |
int |
DBInterfacePostgreSQL.findConjunctionClauseMax(ClauseDescription[] otherClauseDescriptions) |
int |
Database.findConjunctionClauseMax(ClauseDescription[] otherClauseDescriptions) |
Modifier and Type | Class and Description |
---|---|
class |
JoinClause |
class |
MultiClause |
class |
NullCheckClause |
class |
UnitaryClause |
Modifier and Type | Method and Description |
---|---|
String |
IDBInterface.buildConjunctionClause(List outputParameters,
ClauseDescription[] clauseDescriptions) |
int |
IDBInterface.findConjunctionClauseMax(ClauseDescription[] otherClauseDescriptions) |
Modifier and Type | Method and Description |
---|---|
protected static ClauseDescription |
JobManager.buildOutstandingClause() |
protected static ClauseDescription |
JobManager.buildProcessedClause() |