Class FromItemTable


  • public class FromItemTable
    extends FromItem
    Represents a table referenced in the from list
    • Constructor Detail

      • FromItemTable

        protected FromItemTable​(String tableName)
        Protected constructor
        Parameters:
        tableName -
      • FromItemTable

        protected FromItemTable​(String tableName,
                                Alias alias)
        Protected constructor
        Parameters:
        tableName -
        alias -
      • FromItemTable

        protected FromItemTable​(String schemaName,
                                String tableName,
                                Alias alias)
        Protected constructor
        Parameters:
        schemaName -
        tableName -
        alias -
      • FromItemTable

        protected FromItemTable​(String schemaName,
                                String tableName)
        Protected constructor
        Parameters:
        schemaName -
        tableName -