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 class
DbKey.Factory<T>
static class
DbKey.LinkKey
static class
DbKey.LinkKeyFactory<T>
static class
DbKey.LongKey
static class
DbKey.LongKeyFactory<T>
static class
DbKey.StringKey
static class
DbKey.StringKeyFactory<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
setPK(java.sql.PreparedStatement pstmt)
int
setPK(java.sql.PreparedStatement pstmt, int index)
-