コード例 #1
0
def get_all_locations():
    return tf.get_all_rows(Location)
コード例 #2
0
def get_all_badges():
    return tf.get_all_rows(Badge)
コード例 #3
0
def get_all_pic_likes():
    return tf.get_all_rows(PictureLike)
コード例 #4
0
def get_all_comments():
    return tf.get_all_rows(Comment)
コード例 #5
0
def get_all_users():
    return tf.get_all_rows(User)
コード例 #6
0
def get_all_pictures():
    return tf.get_all_rows(Picture)
コード例 #7
0
def get_all_rating():
    return tf.get_all_rows(Rating)
コード例 #8
0
def get_all_categories():
    return tf.get_all_rows(Category)
コード例 #9
0
def get_all_comment_likes():
    return tf.get_all_rows(CommentLike)
コード例 #10
0
def get_all_reviews():
    return tf.get_all_rows(Review)
コード例 #11
0
def get_all_user_has_badge():
    return tf.get_all_rows(UserBadge)
コード例 #12
0
def get_all_visited_location():
    return tf.get_all_rows(VisitedLocation)