コード例 #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)
}