com.aneeshpu.dpdeppop.schema
Class Column
java.lang.Object
com.aneeshpu.dpdeppop.schema.Column
public class Column
- extends Object
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
- Constant Field Values
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
COLUMN_SIZE
public static final String COLUMN_SIZE
- See Also:
- Constant Field Values
IS_NULLABLE
public static final String IS_NULLABLE
- See Also:
- Constant Field Values
IS_AUTOINCREMENT
public static final String IS_AUTOINCREMENT
- See Also:
- Constant Field Values
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
buildColumn
public static Column.ColumnBuilder buildColumn()
getReferencingColumn
public Column getReferencingColumn()
nameValue
public NameValue nameValue(Map<String,Map<String,Object>> preassignedValues)
isAutoIncrement
public boolean isAutoIncrement()
populateGeneratedValue
public void populateGeneratedValue(ResultSet generatedKeys)
throws SQLException
- Throws:
SQLException
value
public Object value()
isPrimaryKey
public boolean isPrimaryKey()
isAssigned
public boolean isAssigned()
formattedName
public String formattedName(Map<String,Map<String,Object>> preassignedValues)
formattedValue
public String formattedValue(Map<String,Map<String,Object>> preassignedValues)
Copyright © 2013. All Rights Reserved.