Class: SqlStmtLib::SqlTable

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqlstmt/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



4
5
6
# File 'lib/sqlstmt/data.rb', line 4

def alias
  @alias
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



4
5
6
# File 'lib/sqlstmt/data.rb', line 4

def index
  @index
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/sqlstmt/data.rb', line 4

def name
  @name
end

#strObject

Returns the value of attribute str

Returns:

  • (Object)

    the current value of str



4
5
6
# File 'lib/sqlstmt/data.rb', line 4

def str
  @str
end