예제 #1
0
func (tx *TX) AllTimestamps(instances interface{}) error {
	return rootx.SelectAll(tx, "all.sql", instances)
}
예제 #2
0
func (db *DB) AllTimestamps(instances interface{}) error {
	return rootx.SelectAll(db, "all.sql", instances)
}