public class SqlDynaProperty
extends org.apache.commons.beanutils.DynaProperty
| Constructor and Description |
|---|
SqlDynaProperty(Column column)
Creates a property instance for the given column that accepts any data type.
|
SqlDynaProperty(Column column,
Class type)
Creates a property instance for the given column that only accepts the given type.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn()
Returns the column for which this property is defined.
|
boolean |
isPrimaryKey()
Determines whether this property is for a primary key column.
|
public SqlDynaProperty(Column column)
column - The columnpublic Column getColumn()
public boolean isPrimaryKey()
true if the property is for a primary key columnCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.