Package com.tsurugidb.iceaxe.sql.type
Class TgRemoteLobTempFile
- java.lang.Object
-
- com.tsurugidb.iceaxe.sql.type.TgRemoteLobInfo
-
- com.tsurugidb.iceaxe.sql.type.TgRemoteLobTempFile
-
- All Implemented Interfaces:
IceaxeTimeoutCloseable,java.lang.AutoCloseable
- Direct Known Subclasses:
TgRemoteBlobTempFile,TgRemoteClobTempFile
@IceaxeInternal public class TgRemoteLobTempFile extends TgRemoteLobInfo
Tsurugi uploaded large object with temporary file.- Since:
- 1.16.0
-
-
Constructor Summary
Constructors Constructor Description TgRemoteLobTempFile(com.tsurugidb.tsubakuro.common.LargeObjectInfo lowLargeObjectInfo, java.nio.file.Path path)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(long timeoutNanos)Closes this resource.-
Methods inherited from class com.tsurugidb.iceaxe.sql.type.TgRemoteLobInfo
close, getLowLargeObjectInfo, setOwner, toString
-
-
-
-
Method Detail
-
close
@OverridingMethodsMustInvokeSuper public void close(long timeoutNanos) throws java.io.IOExceptionDescription copied from interface:IceaxeTimeoutCloseableCloses this resource.- Specified by:
closein interfaceIceaxeTimeoutCloseable- Overrides:
closein classTgRemoteLobInfo- Parameters:
timeoutNanos- close timeout- Throws:
java.io.IOException
-
-