You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Attribute

Type

Description

column(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.

  • No labels