Package nxt.db

Class DbKey.LongKeyFactory<T>

  • Enclosing interface:
    DbKey

    public abstract static class DbKey.LongKeyFactory<T>
    extends DbKey.Factory<T>
    • Constructor Detail

      • LongKeyFactory

        public LongKeyFactory​(java.lang.String idColumn)
    • Method Detail

      • newKey

        public DbKey newKey​(java.sql.ResultSet rs)
                     throws java.sql.SQLException
        Specified by:
        newKey in class DbKey.Factory<T>
        Throws:
        java.sql.SQLException
      • newKey

        public DbKey newKey​(long id)