Class JDBCConstants


  • public class JDBCConstants
    extends java.lang.Object
    These are the constant strings needed by the Oracle connector.
    • Field Detail

      • 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
    • Constructor Detail

      • JDBCConstants

        public JDBCConstants()