org.jbundle.thin.base.db.FieldList.getTableNames()方法的使用及代码示例

x33g5p2x  于2022-01-19 转载在 其他  
字(4.9k)|赞(0)|评价(0)|浏览(159)

本文整理了Java中org.jbundle.thin.base.db.FieldList.getTableNames()方法的一些代码示例,展示了FieldList.getTableNames()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。FieldList.getTableNames()方法的具体详情如下:
包路径:org.jbundle.thin.base.db.FieldList
类名称:FieldList
方法名:getTableNames

FieldList.getTableNames介绍

[英]Get the name of this table. Override this to supply the name of the table. Note: This is almost always overidden (except for mapped files)
[中]获取此表的名称。重写此选项以提供表的名称。注意:这几乎总是隐藏的(映射文件除外)

代码示例

代码示例来源:origin: org.jbundle.thin.main/org.jbundle.thin.main

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? MessageProcessInfo.MESSAGE_PROCESS_INFO_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: org.jbundle.thin.main/org.jbundle.thin.main

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? MessageVersion.MESSAGE_VERSION_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: org.jbundle.thin.main/org.jbundle.thin.main

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? BaseFolder.BASE_FOLDER_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: org.jbundle.thin.main/org.jbundle.thin.main

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? AnnivMaster.ANNIV_MASTER_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: org.jbundle.thin.main/org.jbundle.thin.main

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? UserControl.USER_CONTROL_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: org.jbundle.thin.main/org.jbundle.thin.main

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? MessageControl.MESSAGE_CONTROL_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? BookingControl.BOOKING_CONTROL_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourgeek.thin/com.tourgeek.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? PaxCategory.PAX_CATEGORY_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourgeek.thin/com.tourgeek.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? ProductTerms.PRODUCT_TERMS_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourgeek.thin/com.tourgeek.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? BookingControl.BOOKING_CONTROL_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? ProductTerms.PRODUCT_TERMS_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? Continent.CONTINENT_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourgeek.thin/com.tourgeek.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? Product.PRODUCT_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? ProductList.PRODUCT_LIST_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? State.STATE_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? OTACodeTable.OTA_CODE_TABLE_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? PaxCategory.PAX_CATEGORY_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourgeek.thin/com.tourgeek.thin.tour.product

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? LandVaries.LAND_VARIES_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.assetdr

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? AssetDrControl.ASSET_DR_CONTROL_FILE : super.getTableNames(bAddQuotes);
}
/**

代码示例来源:origin: com.tourapp.thin/com.tourapp.thin.tour.genled

/**
 *  Get the table name.
 */
public String getTableNames(boolean bAddQuotes)
{
  return (m_tableName == null) ? NumberFormat.NUMBER_FORMAT_FILE : super.getTableNames(bAddQuotes);
}
/**

相关文章