Class SqlDescriber.DbRow

java.lang.Object
com.valqueries.automapper.SqlDescriber.DbRow
Enclosing class:
SqlDescriber

public static class SqlDescriber.DbRow extends Object
  • Constructor Details

    • DbRow

      public DbRow(String field, String type, boolean allowsNull)
  • Method Details

    • getField

      public String getField()
    • setField

      public void setField(String field)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isAllowsNull

      public boolean isAllowsNull()
    • setAllowsNull

      public void setAllowsNull(boolean allowsNull)
    • matches

      public boolean matches(String sqlType)