Package nxt.db
Class DbKey.StringKey
- java.lang.Object
-
- nxt.db.DbKey.StringKey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nxt.db.DbKey
DbKey.Factory<T>, DbKey.LinkKey, DbKey.LinkKeyFactory<T>, DbKey.LongKey, DbKey.LongKeyFactory<T>, DbKey.StringKey, DbKey.StringKeyFactory<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetId()inthashCode()intsetPK(java.sql.PreparedStatement pstmt)intsetPK(java.sql.PreparedStatement pstmt, int index)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setPK
public int setPK(java.sql.PreparedStatement pstmt) throws java.sql.SQLException
-
setPK
public int setPK(java.sql.PreparedStatement pstmt, int index) throws java.sql.SQLException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-