Java 类org.jooq.Row5 实例源码

项目:oneops    文件:CmsCiEventQueueRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Long, Long, String, Integer, Timestamp> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:oneops    文件:CmsCiEventQueueRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Long, Long, String, Integer, Timestamp> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:oneops    文件:MdRelationsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, String, Timestamp> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:oneops    文件:MdRelationsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, String, Timestamp> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:oneops    文件:CmsEventQueueRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Long, Long, String, Integer, Timestamp> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:oneops    文件:CmsEventQueueRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Long, Long, String, Integer, Timestamp> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:oneops    文件:CmsLockRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Long, String, String, Timestamp, Timestamp> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:oneops    文件:CmsLockRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Long, String, String, Timestamp, Timestamp> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:sunshine-security    文件:UserRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, String, Integer> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:sunshine-security    文件:UserRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, String, Integer> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:talk-observing-distributed-systems    文件:UsersRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<BigInteger, String, String, String, Boolean> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:talk-observing-distributed-systems    文件:UsersRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<BigInteger, String, String, String, Boolean> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:talk-observing-distributed-systems    文件:TweetsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<BigInteger, String, BigInteger, String, Boolean> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:talk-observing-distributed-systems    文件:TweetsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<BigInteger, String, BigInteger, String, Boolean> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:secrets-proxy    文件:MiscDocsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, Timestamp, Timestamp> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:secrets-proxy    文件:MiscDocsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, Timestamp, Timestamp> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:jdblender    文件:HelpRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, String, String> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:jdblender    文件:HelpRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, String, String, String> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:JOOQ    文件:OrderRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, Integer, Long, Byte, Timestamp> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:JOOQ    文件:OrderRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, Integer, Long, Byte, Timestamp> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:JOOQ    文件:UserwithorderRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, Integer, Byte, Long> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:JOOQ    文件:UserwithorderRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, String, Integer, Byte, Long> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:hmftools    文件:DensityTypeRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, UShort, Integer, Integer, DensityTypeValueType> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:hmftools    文件:DensityTypeRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, UShort, Integer, Integer, DensityTypeValueType> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:hmftools    文件:RepeatConsensusRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, String, String, String, String> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:hmftools    文件:RepeatConsensusRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, String, String, String, String> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:hmftools    文件:DitagRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, String, String, UShort, String> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:hmftools    文件:DitagRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, String, String, UShort, String> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:hmftools    文件:AnalysisDescriptionRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UShort, String, String, Byte, String> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:hmftools    文件:AnalysisDescriptionRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UShort, String, String, Byte, String> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:hmftools    文件:MiscFeatureRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, UInteger, UInteger, UInteger, Byte> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:hmftools    文件:MiscFeatureRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UInteger, UInteger, UInteger, UInteger, Byte> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:hmftools    文件:MiscSetRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UShort, String, String, String, UInteger> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:hmftools    文件:MiscSetRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<UShort, String, String, String, UInteger> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:jpa-samples-demo    文件:EnterpriseuserRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<String, Timestamp, Timestamp, Timestamp, Long> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:jpa-samples-demo    文件:EnterpriseuserRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<String, Timestamp, Timestamp, Timestamp, Long> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:sociallink    文件:AlignmentsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<String, Long, Float, Boolean, Short> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:sociallink    文件:AlignmentsRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<String, Long, Float, Boolean, Short> valuesRow() {
    return (Row5) super.valuesRow();
}
项目:university    文件:SellLogRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, Integer, Integer, Integer, Date> fieldsRow() {
    return (Row5) super.fieldsRow();
}
项目:university    文件:SellLogRecord.java   
/**
 * {@inheritDoc}
 */
@Override
public Row5<Integer, Integer, Integer, Integer, Date> valuesRow() {
    return (Row5) super.valuesRow();
}