Package nxt.db

Class DbKey.StringKeyFactory<T>

  • Enclosing interface:
    DbKey

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

      • StringKeyFactory

        public StringKeyFactory​(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​(java.lang.String id)