Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nutzam/nutz
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed May 18, 2018
2 parents 6c3b06a + 407c9e8 commit 309f971
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 104 deletions.
7 changes: 7 additions & 0 deletions src/org/nutz/dao/Sqls.java
Expand Up @@ -350,6 +350,13 @@ public SqlCallback map() {
public SqlCallback maps() {
return QueryMapCallback.me;
}

/**
* @return 从 ResultSet 获得一个blob的回调对象
*/
public SqlCallback blob() {
return new FetchBlobCallback();
}
}

/**
Expand Down

0 comments on commit 309f971

Please sign in to comment.