com.alibaba.druid.mock
Class MockRowId

java.lang.Object
  extended by com.alibaba.druid.mock.MockRowId
All Implemented Interfaces:
RowId

public class MockRowId
extends Object
implements RowId


Constructor Summary
MockRowId()
           
MockRowId(byte[] bytes)
           
 
Method Summary
 byte[] getBytes()
           
 void setBytes(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.RowId
equals, hashCode, toString
 

Constructor Detail

MockRowId

public MockRowId()

MockRowId

public MockRowId(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface RowId

setBytes

public void setBytes(byte[] bytes)


Copyright © 2012 Alibaba Group. All Rights Reserved.