java.lang.Object
com.aoapps.sql.wrapper.RowIdWrapperImpl
- All Implemented Interfaces:
RowIdWrapper
,Wrapper
,AutoCloseable
,RowId
,Wrapper
Wraps a
RowId
.- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected ConnectionWrapperImpl
Gets the connection wrapper.Gets the row ID that is wrapped.int
hashCode()
toString()
protected RowId
unwrapRowId
(RowId rowId) Unwraps aRowId
, if wrapped by this wrapper.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.RowIdWrapper
close, getBytes
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
RowIdWrapperImpl
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:RowIdWrapper
Gets the row ID that is wrapped.- Specified by:
getWrapped
in interfaceRowIdWrapper
- Specified by:
getWrapped
in interfaceWrapper
-
unwrapRowId
Unwraps aRowId
, if wrapped by this wrapper.- See Also:
-
equals
-
toString
-
hashCode
public int hashCode()
-