📄 column.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="NO_NULLS"><!-- --></A><H3>
NO_NULLS</H3>
<PRE>
public static final <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> <B>NO_NULLS</B></PRE>
<DL>
<DD>Indicates that the column might not allow <code>NULL</code> values.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="NULLABLE"><!-- --></A><H3>
NULLABLE</H3>
<PRE>
public static final <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> <B>NULLABLE</B></PRE>
<DL>
<DD>Indicates that the column definitely allows <code>NULL</code> values.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="NULLABLE_UNKNOWN"><!-- --></A><H3>
NULLABLE_UNKNOWN</H3>
<PRE>
public static final <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> <B>NULLABLE_UNKNOWN</B></PRE>
<DL>
<DD>Indicates that the nullability of columns is unknown.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="Column(java.lang.String, org.dbunit.dataset.datatype.DataType)"><!-- --></A><H3>
Column</H3>
<PRE>
public <B>Column</B>(java.lang.String columnName, <A HREF="../../../org/dbunit/dataset/datatype/DataType.html" title="class in org.dbunit.dataset.datatype">DataType</A> dataType)</PRE>
<DL>
<DD>Creates a Column object. This contructor set nullable to true.
<P>
<DT><B>Parameters:</B><DD><CODE>columnName</CODE> - the column name<DD><CODE>dataType</CODE> - the data type</DL>
<HR>
<A NAME="Column(java.lang.String, org.dbunit.dataset.datatype.DataType, org.dbunit.dataset.Column.Nullable)"><!-- --></A><H3>
Column</H3>
<PRE>
public <B>Column</B>(java.lang.String columnName, <A HREF="../../../org/dbunit/dataset/datatype/DataType.html" title="class in org.dbunit.dataset.datatype">DataType</A> dataType, <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> nullable)</PRE>
<DL>
<DD>Creates a Column object.
<P>
</DL>
<HR>
<A NAME="Column(java.lang.String, org.dbunit.dataset.datatype.DataType, java.lang.String, org.dbunit.dataset.Column.Nullable)"><!-- --></A><H3>
Column</H3>
<PRE>
public <B>Column</B>(java.lang.String columnName, <A HREF="../../../org/dbunit/dataset/datatype/DataType.html" title="class in org.dbunit.dataset.datatype">DataType</A> dataType, java.lang.String sqlTypeName, <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> nullable)</PRE>
<DL>
<DD>Creates a Column object.
<P>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getColumnName()"><!-- --></A><H3>
getColumnName</H3>
<PRE>
public java.lang.String <B>getColumnName</B>()</PRE>
<DL>
<DD>Returns this column name.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDataType()"><!-- --></A><H3>
getDataType</H3>
<PRE>
public <A HREF="../../../org/dbunit/dataset/datatype/DataType.html" title="class in org.dbunit.dataset.datatype">DataType</A> <B>getDataType</B>()</PRE>
<DL>
<DD>Returns this column data type.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSqlTypeName()"><!-- --></A><H3>
getSqlTypeName</H3>
<PRE>
public java.lang.String <B>getSqlTypeName</B>()</PRE>
<DL>
<DD>Returns this column sql data type name.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNullable()"><!-- --></A><H3>
getNullable</H3>
<PRE>
public <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> <B>getNullable</B>()</PRE>
<DL>
<DD>Returns <code>true</code> if this column is nullable.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="nullableValue(int)"><!-- --></A><H3>
nullableValue</H3>
<PRE>
public static <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> <B>nullableValue</B>(int nullable)</PRE>
<DL>
<DD>Returns the appropriate Nullable constant according specified JDBC DatabaseMetaData constant.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nullable</CODE> - one of the following constants <CODE>DatabaseMetaData.columnNoNulls</CODE>, <CODE>DatabaseMetaData.columnNullable</CODE>, <CODE>DatabaseMetaData.columnNullableUnknown</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="nullableValue(boolean)"><!-- --></A><H3>
nullableValue</H3>
<PRE>
public static <A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset">Column.Nullable</A> <B>nullableValue</B>(boolean nullable)</PRE>
<DL>
<DD>Returns the appropriate Nullable constant.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nullable</CODE> - <code>true</code> if null is allowed</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object o)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Column.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/dbunit/dataset/CaseInsensitiveTable.html" title="class in org.dbunit.dataset"><B>PREV CLASS</B></A>
<A HREF="../../../org/dbunit/dataset/Column.Nullable.html" title="class in org.dbunit.dataset"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Column.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -