Class SVNSqlJetInsertStatement

    • Field Detail

      • conflictAction

        protected org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction
    • Constructor Detail

      • SVNSqlJetInsertStatement

        public SVNSqlJetInsertStatement​(SVNSqlJetDb sDb,
                                        java.lang.Enum<?> tableName,
                                        org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction)
                                 throws SVNException
        Throws:
        SVNException
    • Method Detail

      • beforeInsert

        private void beforeInsert​(org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction,
                                  org.tmatesoft.sqljet.core.table.ISqlJetTable table,
                                  java.util.Map<java.lang.String,​java.lang.Object> insertValues)
      • getInsertValues

        protected abstract java.util.Map<java.lang.String,​java.lang.Object> getInsertValues()
                                                                                           throws SVNException
        Throws:
        SVNException