Serialized Form

  • Package com.norconex.committer.sql

    • Class com.norconex.committer.sql.SQLCommitterConfig

      class SQLCommitterConfig extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • connectionUrl
          String connectionUrl
          JDBC connection URL.
        • createFieldSQL
          String createFieldSQL
          SQL used to add a new column when a field has no matching column.
        • createTableSQL
          String createTableSQL
          SQL used to create the target table when it does not exist.
        • credentials
          Credentials credentials
          Database authentication credentials.
        • driverClass
          String driverClass
          Fully-qualified JDBC driver class name.
        • driverPath
          String driverPath
          Path to the JDBC driver JAR file.
        • fixFieldNames
          boolean fixFieldNames
          Whether to sanitize field names to match SQL identifier rules.
        • fixFieldValues
          boolean fixFieldValues
          Whether to truncate field values that exceed the column length.
        • multiValuesJoiner
          String multiValuesJoiner
          Separator used to join multi-valued fields into a single string.
        • primaryKey
          String primaryKey
          Primary key column name.
        • properties
          Properties properties
          Additional JDBC connection properties.
        • tableName
          String tableName
          Target table name.
        • targetContentField
          String targetContentField
          SQL column name where the document content is stored.