com.bixuebihui.db.Record Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of c-dbtools Show documentation
Show all versions of c-dbtools Show documentation
a fast small database connection pool and a active record flavor mini framework
package com.bixuebihui.db;
import com.bixuebihui.DbException;
import com.bixuebihui.jdbc.entity.CountObject;
import com.bixuebihui.jdbc.entity.CountValue;
import java.util.List;
/**
* Record interface.
*
* @author xingwx
* @version $Id: $Id
*/
public interface Record {
/**
* getVector.
获得单个字段
*
* @param field a {@link java.lang.String} object.
* @return a {@link java.util.List} object.
* @throws DbException if any.
*/
List