Class SQLSourceTableSpec

    • Method Detail

      • newInstance

        public static SQLSourceTableSpec newInstance​(java.lang.String databaseName,
                                                     java.lang.String tableName)
        Creates a new instance.
        Parameters:
        databaseName - Name of the database
        tableName - Name of the table or view
      • newInstance

        public static SQLSourceTableSpec newInstance​(java.lang.String databaseName,
                                                     java.lang.String schemaName,
                                                     java.lang.String tableName)
        Creates a new instance.
        Parameters:
        databaseName - Name of the database
        schemaName - Name of the schema
        tableName - Name of the table or view
      • newInstance

        public static SQLSourceTableSpec newInstance​(javax.sql.DataSource dataSource,
                                                     java.lang.String tableName)
        Creates a new instance.
        Parameters:
        dataSource - Database data source
        tableName - Name of the table or view
      • newInstance

        public static SQLSourceTableSpec newInstance​(javax.sql.DataSource dataSource,
                                                     java.lang.String schemaName,
                                                     java.lang.String tableName)
        Creates a new instance.
        Parameters:
        dataSource - Database data source
        schemaName - Name of the schema
        tableName - Name of the table or view