Package org.apache.manifoldcf.jdbc
Class JDBCConstants
- java.lang.Object
-
- org.apache.manifoldcf.jdbc.JDBCConstants
-
public class JDBCConstants extends java.lang.Object
These are the constant strings needed by the Oracle connector.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
static java.lang.String
aclQueryNode
The node containing the acl querystatic java.lang.String
attributeName
The attribute name for an attribute querystatic java.lang.String
attributeQueryNode
The node containing an attribute querystatic java.lang.String
contentTypeReturnColumnName
The name of the content type return columnstatic java.lang.String
contentTypeReturnVariable
The name of the content type return variablestatic java.lang.String
databaseNameParameter
The database name config parameterstatic java.lang.String
databasePassword
The password config parameterstatic java.lang.String
databaseTokensQuery
Query returning user tokens parameter namestatic java.lang.String
databaseUserIdQuery
Query returning user Id parameter namestatic java.lang.String
databaseUserName
The user name config parameterstatic java.lang.String
dataQueryNode
The node containing the process querystatic java.lang.String
dataReturnColumnName
The name of the data return columnstatic java.lang.String
dataReturnVariable
The name of the data return variablestatic java.lang.String
driverStringParameter
The raw configuration stringstatic java.lang.String
endTimeVariable
The name of the end time variablestatic java.lang.String
hostParameter
The host machine config parameterstatic java.lang.String
idListVariable
The name of the id liststatic java.lang.String
idQueryNode
The node containing the identifier querystatic java.lang.String
idReturnColumnName
The name of the id return columnstatic java.lang.String
idReturnVariable
The name of the id return variablestatic java.lang.String
methodParameter
The column interrogation method name parameterstatic java.lang.String
providerParameter
The jdbc provider parameterstatic java.lang.String
startTimeVariable
The name of the start time variablestatic java.lang.String
tokenReturnColumnName
The name of the token return columnstatic java.lang.String
tokenReturnVariable
The name of token return variablestatic java.lang.String
urlReturnColumnName
The name of the url return columnstatic java.lang.String
urlReturnVariable
The name of the url return variablestatic java.lang.String
userIDVariable
The name of the user id variablestatic java.lang.String
userNameVariable
The name of the user name variablestatic java.lang.String
versionQueryNode
The node containing the version querystatic java.lang.String
versionReturnColumnName
The name of the version return columnstatic java.lang.String
versionReturnVariable
The name of the version return variable
-
Constructor Summary
Constructors Constructor Description JDBCConstants()
-
-
-
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
-
methodParameter
public static java.lang.String methodParameter
The column interrogation method name 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
-
driverStringParameter
public static java.lang.String driverStringParameter
The raw configuration string
-
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
-
aclQueryNode
public static java.lang.String aclQueryNode
The node containing the acl query
-
attributeQueryNode
public static java.lang.String attributeQueryNode
The node containing an attribute query
-
attributeName
public static java.lang.String attributeName
The attribute name for an attribute 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
-
contentTypeReturnColumnName
public static java.lang.String contentTypeReturnColumnName
The name of the content type return column
-
tokenReturnColumnName
public static java.lang.String tokenReturnColumnName
The name of the token 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
-
contentTypeReturnVariable
public static java.lang.String contentTypeReturnVariable
The name of the content type 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
-
tokenReturnVariable
public static java.lang.String tokenReturnVariable
The name of token return variable
-
databaseUserIdQuery
public static java.lang.String databaseUserIdQuery
Query returning user Id parameter name
-
databaseTokensQuery
public static java.lang.String databaseTokensQuery
Query returning user tokens parameter name
-
userNameVariable
public static java.lang.String userNameVariable
The name of the user name variable
-
userIDVariable
public static java.lang.String userIDVariable
The name of the user id variable
-
-