Class BBTemplateProvider


  • public class BBTemplateProvider
    extends Object
    protected inner util class
    Author:
    damore
    • Constructor Detail

      • BBTemplateProvider

        public BBTemplateProvider()
    • Method Detail

      • createBBTemplate

        public static String createBBTemplate​(ResultSet resultSet,
                                              boolean extendedInfo)
      • createBBTemplateColumn

        public static String createBBTemplateColumn​(ResultSet rs,
                                                    int col,
                                                    int cols,
                                                    boolean extendedInfo)
        Creates and returns BB template definition for indexed column used by ResultSet.getBBTemplateColumn(java.lang.String, int, java.lang.Boolean)
        Parameters:
        col - Zero-based index of affected column
        cols - Total columns (used in checking if at end of record)
        extendedInfo - Adds more information to template if true
        Returns:
        String Column template definition