public class JDBCObjectId extends Object implements ch.agent.crnickl.api.DBObjectId
| Constructor and Description |
|---|
JDBCObjectId(int id)
Construct an object id from a positive integer.
|
JDBCObjectId(Object object)
Construct an object id from an object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
int |
value()
Return the JDBC object id.
|
public JDBCObjectId(int id)
id - a positive integerpublic JDBCObjectId(Object object) throws T2DBJException
object - T2DBJExceptionCopyright © 2017. All rights reserved.