public class DataConverterRegistration extends Object
| Constructor and Description |
|---|
DataConverterRegistration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Returns the column for which this converter is defined.
|
SqlTypeConverter |
getConverter()
Returns the converter.
|
String |
getTable()
Returns the table for whose column this converter is defined.
|
int |
getTypeCode()
Returns the jdbc type.
|
void |
setClassName(String converterClassName)
Sets the converter class.
|
void |
setColumn(String column)
Sets the column for which this converter is defined.
|
void |
setJdbcType(String jdbcTypeName)
Sets the jdbc type.
|
void |
setTable(String table)
Sets the table for whose column this converter is defined.
|
public SqlTypeConverter getConverter()
public void setClassName(String converterClassName) throws org.apache.tools.ant.BuildException
converterClassName - The fully qualified converter class nameorg.apache.tools.ant.BuildExceptionpublic int getTypeCode()
public void setJdbcType(String jdbcTypeName) throws org.apache.tools.ant.BuildException
jdbcTypeName - The jdbc type nameorg.apache.tools.ant.BuildExceptionpublic String getColumn()
public void setColumn(String column) throws org.apache.tools.ant.BuildException
column - The columnorg.apache.tools.ant.BuildExceptionpublic String getTable()
public void setTable(String table) throws org.apache.tools.ant.BuildException
table - The tableorg.apache.tools.ant.BuildExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.