Skip to content

Instantly share code, notes, and snippets.

View angoca's full-sized avatar
🏠
Working from home

Andres Gomez Casanova angoca

🏠
Working from home
View GitHub Profile
@angoca
angoca / TweetTable.java
Created February 29, 2012 20:18
Access Twitter from DB2 via a select
import java.util.Iterator;
import twitter4j.Query;
import twitter4j.QueryResult;
import twitter4j.Tweet;
import twitter4j.Twitter;
import twitter4j.TwitterFactory;
import COM.ibm.db2.app.UDF;
/**