Package nxt.db

Class DbKey.LinkKeyFactory<T>

  • Enclosing interface:
    DbKey

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

      • LinkKeyFactory

        public LinkKeyFactory​(java.lang.String idColumnA,
                              java.lang.String idColumnB)
    • 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 idA,
                            long idB)