Package ch.so.agi.filegdb
Class FileGdbEditSession
java.lang.Object
ch.so.agi.filegdb.FileGdbEditSession
- All Implemented Interfaces:
AutoCloseable
Exclusive, recoverable directory transaction. Foreign applications must close the GDB first.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcommit()database()static FileGdbEditSession
-
Method Details
-
open
public static FileGdbEditSession open(Path target, boolean create, Runnable cancellation) throws IOException - Throws:
IOException
-
database
-
commit
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-