java.lang.Object
com.aoapps.sql.wrapper.RowIdWrapperImpl
com.aoapps.sql.failfast.FailFastRowIdImpl
- All Implemented Interfaces:
RowIdWrapper
,Wrapper
,AutoCloseable
,RowId
,Wrapper
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
byte[]
getBytes()
protected FailFastConnectionImpl
int
hashCode()
toString()
Methods inherited from class com.aoapps.sql.wrapper.RowIdWrapperImpl
getWrapped, unwrapRowId
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
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastRowIdImpl
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classRowIdWrapperImpl
-
equals
- Specified by:
equals
in interfaceRowId
- Specified by:
equals
in interfaceRowIdWrapper
- Overrides:
equals
in classRowIdWrapperImpl
-
getBytes
public byte[] getBytes() -
toString
- Specified by:
toString
in interfaceRowId
- Specified by:
toString
in interfaceRowIdWrapper
- Overrides:
toString
in classRowIdWrapperImpl
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceRowId
- Specified by:
hashCode
in interfaceRowIdWrapper
- Overrides:
hashCode
in classRowIdWrapperImpl
-