|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ddlutils.io.DataConverterRegistration
public class DataConverterRegistration
Represents the registration of a data converter for tasks that work on data files.
Constructor Summary | |
---|---|
DataConverterRegistration()
|
Method Summary | |
---|---|
java.lang.String |
getColumn()
Returns the column for which this converter is defined. |
SqlTypeConverter |
getConverter()
Returns the converter. |
java.lang.String |
getTable()
Returns the table for whose column this converter is defined. |
int |
getTypeCode()
Returns the jdbc type. |
void |
setClassName(java.lang.String converterClassName)
Sets the converter class. |
void |
setColumn(java.lang.String column)
Sets the column for which this converter is defined. |
void |
setJdbcType(java.lang.String jdbcTypeName)
Sets the jdbc type. |
void |
setTable(java.lang.String table)
Sets the table for whose column this converter is defined. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataConverterRegistration()
Method Detail |
---|
public SqlTypeConverter getConverter()
public void setClassName(java.lang.String converterClassName) throws org.apache.tools.ant.BuildException
converterClassName
- The fully qualified converter class name
org.apache.tools.ant.BuildException
public int getTypeCode()
public void setJdbcType(java.lang.String jdbcTypeName) throws org.apache.tools.ant.BuildException
jdbcTypeName
- The jdbc type name
org.apache.tools.ant.BuildException
public java.lang.String getColumn()
public void setColumn(java.lang.String column) throws org.apache.tools.ant.BuildException
column
- The column
org.apache.tools.ant.BuildException
public java.lang.String getTable()
public void setTable(java.lang.String table) throws org.apache.tools.ant.BuildException
table
- The table
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |