Uses of Class
com.norconex.committer.sql.SqlCommitterConfig
Packages that use SqlCommitterConfig
-
Uses of SqlCommitterConfig in com.norconex.committer.sql
Methods in com.norconex.committer.sql that return SqlCommitterConfigModifier and TypeMethodDescriptionSqlCommitter.getConfiguration()SqlCommitterConfig.setConnectionUrl(String connectionUrl) JDBC connection URL.SqlCommitterConfig.setCreateFieldSQL(String createFieldSQL) The ALTER statement used to create missing table fields.SqlCommitterConfig.setCreateTableSQL(String createTableSQL) The CREATE statement used to create a table if it does not already exist.SqlCommitterConfig.setCredentials(Credentials credentials) SqlCommitterConfig.setDriverClass(String driverClass) Class name of the JDBC driver to use.SqlCommitterConfig.setDriverPath(String driverPath) Path to JDBC driver.SqlCommitterConfig.setFixFieldNames(boolean fixFieldNames) Whether to attempt preventing insertion errors by converting characters that are not underscores or alphanumeric to underscores.SqlCommitterConfig.setFixFieldValues(boolean fixFieldValues) Attempts to prevent insertion errors by truncating values that are larger than their defined maximum field length.SqlCommitterConfig.setMultiValuesJoiner(String multiValuesJoiner) One or more characters to join multi-value fields.SqlCommitterConfig.setPrimaryKey(String primaryKey) The name of the table primary key field where the document reference will be stored, unless it is already set by a field of the same name in the source document.SqlCommitterConfig.setProperties(Properties properties) SqlCommitterConfig.setTableName(String tableName) The target database table name where documents will be committed.SqlCommitterConfig.setTargetContentField(String targetContentField) Table field name where to store the document content stream.