org.jbundle.base.db.Record.formatTableNames()方法的使用及代码示例

x33g5p2x  于2022-01-28 转载在 其他  
字(5.2k)|赞(0)|评价(0)|浏览(89)

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

Record.formatTableNames介绍

[英]Utility routine to add quotes to a string if the string contains a space.
[中]实用程序例程,用于在字符串包含空格时向字符串添加引号。

代码示例

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

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

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

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

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

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

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

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

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

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

代码示例来源:origin: org.jbundle.base/org.jbundle.base.mixed

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

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

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

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

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

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

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

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

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

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

代码示例来源:origin: com.tourapp.tour/com.tourapp.tour.booking.db

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

代码示例来源:origin: com.tourgeek.tour/com.tourgeek.tour.booking.db

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

相关文章

微信公众号

最新文章

更多

Record类方法