|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object salto.tool.sql.data.TypeInfo
public class TypeInfo
Constructor Summary | |
---|---|
TypeInfo(java.sql.ResultSet rs)
Constructor for TypeInfo. |
Method Summary | |
---|---|
boolean |
getAutoIncrement()
Gets the autoIncrement. |
boolean |
getCaseSensitive()
Gets the caseSensitive. |
java.lang.String |
getCreateParams()
Gets the createParams. |
short |
getDataTyp()
Gets the dataTyp. |
boolean |
getIxedPrecScale()
Gets the ixedPrecScale. |
java.lang.String |
getLiteralPrefix()
Gets the literalPrefix. |
java.lang.String |
getLiteralsuffix()
Gets the literalsuffix. |
java.lang.String |
getLocalTypeName()
Gets the localTypeName. |
short |
getMaximumScale()
Gets the maximumScale. |
short |
getMinimumScale()
Gets the minimumScale. |
short |
getNullable()
Gets the nullable. |
int |
getNumPrecRadix()
Gets the numPrecRadix. |
int |
getPrecision()
Gets the precision. |
short |
getSearchable()
Gets the searchable. |
int |
getSqlDataTyp()
Gets the sqlDataTyp. |
int |
getSqlDateTimeSub()
Gets the sqlDateTimeSub. |
java.lang.String |
getTypeName()
Gets the typeName. |
boolean |
getUnsignedAttribute()
Gets the unsignedAttribute. |
void |
setAutoIncrement(boolean autoIncrement)
Sets the autoIncrement. |
void |
setCaseSensitive(boolean caseSensitive)
Sets the caseSensitive. |
void |
setCreateParams(java.lang.String createParams)
Sets the createParams. |
void |
setDataTyp(short dataTyp)
Sets the dataTyp. |
void |
setIxedPrecScale(boolean ixedPrecScale)
Sets the ixedPrecScale. |
void |
setLiteralPrefix(java.lang.String literalPrefix)
Sets the literalPrefix. |
void |
setLiteralsuffix(java.lang.String literalsuffix)
Sets the literalsuffix. |
void |
setLocalTypeName(java.lang.String localTypeName)
Sets the localTypeName. |
void |
setMaximumScale(short maximumScale)
Sets the maximumScale. |
void |
setMinimumScale(short minimumScale)
Sets the minimumScale. |
void |
setNullable(short nullable)
Sets the nullable. |
void |
setNumPrecRadix(int numPrecRadix)
Sets the numPrecRadix. |
void |
setPrecision(int precision)
Sets the precision. |
void |
setSearchable(short searchable)
Sets the searchable. |
void |
setSqlDataTyp(int sqlDataTyp)
Sets the sqlDataTyp. |
void |
setSqlDateTimeSub(int sqlDateTimeSub)
Sets the sqlDateTimeSub. |
void |
setTypeName(java.lang.String typeName)
Sets the typeName. |
void |
setUnsignedAttribute(boolean unsignedAttribute)
Sets the unsignedAttribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeInfo(java.sql.ResultSet rs)
Method Detail |
---|
public java.lang.String getLiteralPrefix()
public void setLiteralPrefix(java.lang.String literalPrefix)
literalPrefix
- The literalPrefix to setpublic java.lang.String getLiteralsuffix()
public void setLiteralsuffix(java.lang.String literalsuffix)
literalsuffix
- The literalsuffix to setpublic java.lang.String getLocalTypeName()
public void setLocalTypeName(java.lang.String localTypeName)
localTypeName
- The localTypeName to setpublic short getMaximumScale()
public void setMaximumScale(short maximumScale)
maximumScale
- The maximumScale to setpublic short getMinimumScale()
public void setMinimumScale(short minimumScale)
minimumScale
- The minimumScale to setpublic short getNullable()
public void setNullable(short nullable)
nullable
- The nullable to setpublic int getNumPrecRadix()
public void setNumPrecRadix(int numPrecRadix)
numPrecRadix
- The numPrecRadix to setpublic int getPrecision()
public void setPrecision(int precision)
precision
- The precision to setpublic short getSearchable()
public void setSearchable(short searchable)
searchable
- The searchable to setpublic int getSqlDataTyp()
public void setSqlDataTyp(int sqlDataTyp)
sqlDataTyp
- The sqlDataTyp to setpublic boolean getAutoIncrement()
public void setAutoIncrement(boolean autoIncrement)
autoIncrement
- The autoIncrement to setpublic boolean getCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive
- The caseSensitive to setpublic java.lang.String getCreateParams()
public void setCreateParams(java.lang.String createParams)
createParams
- The createParams to setpublic short getDataTyp()
public void setDataTyp(short dataTyp)
dataTyp
- The dataTyp to setpublic boolean getIxedPrecScale()
public void setIxedPrecScale(boolean ixedPrecScale)
ixedPrecScale
- The ixedPrecScale to setpublic int getSqlDateTimeSub()
public void setSqlDateTimeSub(int sqlDateTimeSub)
sqlDateTimeSub
- The sqlDateTimeSub to setpublic java.lang.String getTypeName()
public void setTypeName(java.lang.String typeName)
typeName
- The typeName to setpublic boolean getUnsignedAttribute()
public void setUnsignedAttribute(boolean unsignedAttribute)
unsignedAttribute
- The unsignedAttribute to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |