|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tekann.remotesync.pda.PDASyncColumnSettings
public class PDASyncColumnSettings
This class contains some useful information about a column
| Constructor Summary | |
|---|---|
PDASyncColumnSettings(java.lang.String columnName,
int sqlType,
boolean isPK)
Constructs PDASyncColumnSettings |
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()
Gets the column name |
int |
getSqlType()
Gets the sql type |
boolean |
isPK()
Gets if the column is primary key or not |
void |
setColumnName(java.lang.String columnName)
Sets the column name |
void |
setIsPK(boolean isPK)
Sets if the column is primary key |
void |
setSqlType(int sqlType)
Sets the sql type |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDASyncColumnSettings(java.lang.String columnName,
int sqlType,
boolean isPK)
columnName - sqlType - isPK - | Method Detail |
|---|
public java.lang.String getColumnName()
public int getSqlType()
public boolean isPK()
public void setColumnName(java.lang.String columnName)
columnName - public void setIsPK(boolean isPK)
isPK - public void setSqlType(int sqlType)
sqlType - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||