Class DatabaseUtil.ColumnCheckInfo

java.lang.Object
org.apache.ofbiz.entity.jdbc.DatabaseUtil.ColumnCheckInfo
All Implemented Interfaces:
Serializable
Enclosing class:
DatabaseUtil

public static class DatabaseUtil.ColumnCheckInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • ColumnCheckInfo

      public ColumnCheckInfo()
  • Method Details

    • getDecimalDigits

      public int getDecimalDigits()
      Gets decimal digits.
      Returns:
      the decimal digits
    • isPk

      public boolean isPk()
      Is pk boolean.
      Returns:
      the boolean
    • getColumnName

      public String getColumnName()
      Gets column name.
      Returns:
      the column name
    • getTypeName

      public String getTypeName()
      Gets type name.
      Returns:
      the type name
    • getColumnSize

      public int getColumnSize()
      Gets column size.
      Returns:
      the column size
    • getIsNullable

      public String getIsNullable()
      Gets is nullable.
      Returns:
      the is nullable
    • fixupTableName

      public static String fixupTableName(String rawTableName, String lookupSchemaName, boolean needsUpperCase)