DataColumn
Contents
[
Hide
]Inheritance: java.lang.Object
public class DataColumn
DataColumn class.
Constructors
| Constructor | Description |
|---|---|
| DataColumn() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getColumnName() | Getter for the field columnName. |
| getOrdinal() | Getter for the field ordinal. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setAllowDBNull(boolean allowDBNull) | setAllowDBNull. |
| setColumnName(String columnName) | Setter for the field columnName. |
| setOrdinal(int ordinal) | Setter for the field ordinal. |
| setReadOnly(boolean readOnly) | setReadOnly. |
| setUnique(boolean unique) | setUnique. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
DataColumn()
public DataColumn()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumnName()
public String getColumnName()
Getter for the field columnName.
Returns: java.lang.String - a java.lang.String object.
getOrdinal()
public int getOrdinal()
Getter for the field ordinal.
Returns: int - a int.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAllowDBNull(boolean allowDBNull)
public void setAllowDBNull(boolean allowDBNull)
setAllowDBNull.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| allowDBNull | boolean | a boolean. |
setColumnName(String columnName)
public void setColumnName(String columnName)
Setter for the field columnName.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| columnName | java.lang.String | a java.lang.String object. |
setOrdinal(int ordinal)
public void setOrdinal(int ordinal)
Setter for the field ordinal.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| ordinal | int | a int. |
setReadOnly(boolean readOnly)
public void setReadOnly(boolean readOnly)
setReadOnly.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| readOnly | boolean | a boolean. |
setUnique(boolean unique)
public void setUnique(boolean unique)
setUnique.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| unique | boolean | a boolean. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |