Class Sqlite3TableSource

    • Constructor Detail

      • Sqlite3TableSource

        public Sqlite3TableSource​(java.lang.String tableName,
                                  java.lang.String... columnNames)
        Creates a new instance.
        See Also:
        TableSource(String, String...)
    • Method Detail

      • getPlatform

        public Sqlite3Platform getPlatform()
        Returns:
        the platform that can run this operator
      • getSupportedInputChannels

        public java.util.List<ChannelDescriptor> getSupportedInputChannels​(int index)
        Description copied from interface: ExecutionOperator
        Display the supported Channels for a certain InputSlot.
        Parameters:
        index - the index of the InputSlot
        Returns:
        an List of Channels' Classes, ordered by their preference of use