Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Attribute

Type

Description

scolumn(String schema, String table, String column, String dataType)

String

Format the provided attribute depending on its data type.

column(String schema, String table, String column, String dataType, String wrapper, String wrapperEnding)

String

Format the provided attribute depending on its data type with encapsulation.

column(String tableAlias, String column, String dataType)

String

Format the provided attribute depending on its data type.

column(String tableAlias, String column, String dataType, String wrapper, String wrapperEnding)

String

Format the provided attribute depending on its data type with encapsulation.

column(String tableAlias, String schema, String table, String column, String dataType, String wrapper, String wrapperEnding)

String

Format the provided attribute depending on its data type with encapsulation.