Package nxt.db
Interface DbKey
-
- All Known Implementing Classes:
DbKey.LinkKey,DbKey.LongKey,DbKey.StringKey
public interface DbKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDbKey.Factory<T>static classDbKey.LinkKeystatic classDbKey.LinkKeyFactory<T>static classDbKey.LongKeystatic classDbKey.LongKeyFactory<T>static classDbKey.StringKeystatic classDbKey.StringKeyFactory<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsetPK(java.sql.PreparedStatement pstmt)intsetPK(java.sql.PreparedStatement pstmt, int index)
-