Class SQLServerTable

    • Constructor Detail

      • SQLServerTable

        public SQLServerTable​(JdbcTemplate jdbcTemplate,
                              SQLServerDatabase database,
                              String databaseName,
                              SQLServerSchema schema,
                              String name)
        Creates a new SQLServer table.
        Parameters:
        jdbcTemplate - The Jdbc Template for communicating with the DB.
        database - The database-specific support.
        databaseName - The database this table lives in.
        schema - The schema this table lives in.
        name - The name of the table.