메소드 | 설명 | |
---|---|---|
LockFile ( sqlite3_file, pFile, long offset, long length ) : void | ||
SharedLockFile ( sqlite3_file, pFile, long offset, long length ) : int | ||
UnlockFile ( sqlite3_file, pFile, long offset, long length ) : void |
메소드 | 설명 | |
---|---|---|
LockFileEx ( IntPtr hFile, uint dwFlags, uint dwReserved, uint nNumberOfBytesToLockLow, uint nNumberOfBytesToLockHigh, [ lpOverlapped ) : bool |
public LockFile ( sqlite3_file, pFile, long offset, long length ) : void | ||
pFile | sqlite3_file, | |
offset | long | |
length | long | |
리턴 | void |
public SharedLockFile ( sqlite3_file, pFile, long offset, long length ) : int | ||
pFile | sqlite3_file, | |
offset | long | |
length | long | |
리턴 | int |
public UnlockFile ( sqlite3_file, pFile, long offset, long length ) : void | ||
pFile | sqlite3_file, | |
offset | long | |
length | long | |
리턴 | void |