Class JdbcUtils

java.lang.Object
xyz.cofe.data.table.JdbcUtils

public class JdbcUtils
extends java.lang.Object
Вспомогательные функции
Author:
Kamnev Georgiy
  • Constructor Summary

    Constructors 
    Constructor Description
    JdbcUtils()  
  • Method Summary

    Modifier and Type Method Description
    static DataTable tableOf​(java.sql.ResultSet rs)
    Создание таблицы из SQL набора

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • tableOf

      public static DataTable tableOf​(java.sql.ResultSet rs) throws java.sql.SQLException, java.lang.ClassNotFoundException
      Создание таблицы из SQL набора
      Parameters:
      rs - SQL набор
      Returns:
      таблица
      Throws:
      java.sql.SQLException - проблемы с SQL
      java.lang.ClassNotFoundException - Указанный класс в metaData не может быть найден