mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.7.3.1
This commit is contained in:
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
package gplx.dbs; import gplx.*;
|
||||
public class Db_cmd_mode {
|
||||
public static final byte Create = 1, Update = 2, Delete = 3, Ignore = 4;
|
||||
public static byte X_to_update(byte cur) {
|
||||
public static byte Xto_update(byte cur) {
|
||||
switch (cur) {
|
||||
case Create: // ignore update if item is already marked for create
|
||||
case Delete: // ignore update if item is already marked for delete (might want to throw error)
|
||||
|
||||
Reference in New Issue
Block a user