|
|||||||||
| 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 | |
|---|---|
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. |
| 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(String converterClassName)
throws org.apache.tools.ant.BuildException
converterClassName - The fully qualified converter class name
org.apache.tools.ant.BuildExceptionpublic int getTypeCode()
public void setJdbcType(String jdbcTypeName)
throws org.apache.tools.ant.BuildException
jdbcTypeName - The jdbc type name
org.apache.tools.ant.BuildExceptionpublic String getColumn()
public void setColumn(String column)
throws org.apache.tools.ant.BuildException
column - The column
org.apache.tools.ant.BuildExceptionpublic String getTable()
public void setTable(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 | ||||||||