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 boolean
equals(java.lang.Object o)
java.lang.String
getId()
int
hashCode()
int
setPK(java.sql.PreparedStatement pstmt)
int
setPK(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-