org.apache.manifoldcf.crawler.connectors.jdbc
Class JDBCConstants

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.jdbc.JDBCConstants

public class JDBCConstants
extends java.lang.Object

These are the constant strings needed by the Oracle connector.


Field Summary
static java.lang.String _rcsid
           
static java.lang.String databaseNameParameter
          The database name config parameter
static java.lang.String databasePassword
          The password config parameter
static java.lang.String databaseUserName
          The user name config parameter
static java.lang.String dataQueryNode
          The node containing the process query
static java.lang.String dataReturnColumnName
          The name of the data return column
static java.lang.String dataReturnVariable
          The name of the data return variable
static java.lang.String endTimeVariable
          The name of the end time variable
static java.lang.String hostParameter
          The host machine config parameter
static java.lang.String idListVariable
          The name of the id list
static java.lang.String idQueryNode
          The node containing the identifier query
static java.lang.String idReturnColumnName
          The name of the id return column
static java.lang.String idReturnVariable
          The name of the id return variable
static java.lang.String providerParameter
          The jdbc provider parameter
static java.lang.String startTimeVariable
          The name of the start time variable
static java.lang.String urlReturnColumnName
          The name of the url return column
static java.lang.String urlReturnVariable
          The name of the url return variable
static java.lang.String versionQueryNode
          The node containing the version query
static java.lang.String versionReturnColumnName
          The name of the version return column
static java.lang.String versionReturnVariable
          The name of the version return variable
 
Constructor Summary
JDBCConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values

providerParameter

public static java.lang.String providerParameter
The jdbc provider parameter


hostParameter

public static java.lang.String hostParameter
The host machine config parameter


databaseNameParameter

public static java.lang.String databaseNameParameter
The database name config parameter


databaseUserName

public static java.lang.String databaseUserName
The user name config parameter


databasePassword

public static java.lang.String databasePassword
The password config parameter


idQueryNode

public static java.lang.String idQueryNode
The node containing the identifier query


versionQueryNode

public static java.lang.String versionQueryNode
The node containing the version query


dataQueryNode

public static java.lang.String dataQueryNode
The node containing the process query


idReturnColumnName

public static java.lang.String idReturnColumnName
The name of the id return column


versionReturnColumnName

public static java.lang.String versionReturnColumnName
The name of the version return column


urlReturnColumnName

public static java.lang.String urlReturnColumnName
The name of the url return column


dataReturnColumnName

public static java.lang.String dataReturnColumnName
The name of the data return column


idReturnVariable

public static java.lang.String idReturnVariable
The name of the id return variable


versionReturnVariable

public static java.lang.String versionReturnVariable
The name of the version return variable


urlReturnVariable

public static java.lang.String urlReturnVariable
The name of the url return variable


dataReturnVariable

public static java.lang.String dataReturnVariable
The name of the data return variable


startTimeVariable

public static java.lang.String startTimeVariable
The name of the start time variable


endTimeVariable

public static java.lang.String endTimeVariable
The name of the end time variable


idListVariable

public static java.lang.String idListVariable
The name of the id list

Constructor Detail

JDBCConstants

public JDBCConstants()