package extra; public class Constants { public static final String TWEET_QUERY = "INSERT INTO tweets(datecreation, geolocation,key_word, post) VALUES (?, ?, ?, ?);"; }