|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.BasePoemType
org.melati.poem.AtomPoemType
org.melati.poem.SizedAtomPoemType
org.melati.poem.StringPoemType
org.melati.poem.PasswordPoemType
public class PasswordPoemType
A password.
| Field Summary |
|---|
| Fields inherited from class org.melati.poem.StringPoemType |
|---|
nullableInstance |
| Fields inherited from class org.melati.poem.AtomPoemType |
|---|
sqlTypeName |
| Fields inherited from class org.melati.poem.BasePoemType |
|---|
nullable |
| Constructor Summary | |
|---|---|
PasswordPoemType(boolean nullable,
int size)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
_saveColumnInfo(ColumnInfo columnInfo)
|
java.lang.String |
toDsdType()
The field type used in the Data Structure Definition language. |
java.lang.String |
toString()
|
| Methods inherited from class org.melati.poem.StringPoemType |
|---|
_assertValidRaw, _canRepresent, _getRaw, _quotedRaw, _rawOfString, _setRaw, _sqlDefinition |
| Methods inherited from class org.melati.poem.SizedAtomPoemType |
|---|
getSize, sizeGreaterEqual, withSize |
| Methods inherited from class org.melati.poem.AtomPoemType |
|---|
_assertValidCooked, _cookedOfRaw, _rawOfCooked, _stringOfCooked, _stringOfRaw, _toString, sqlDefaultValue |
| Methods inherited from class org.melati.poem.BasePoemType |
|---|
_possibleRaws, assertValidCooked, assertValidRaw, canRepresent, clone, cookedOfRaw, getLimitRaw, getLowRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, withNullable |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordPoemType(boolean nullable,
int size)
nullable - whether value may be nullsize - how big the field may be| Method Detail |
|---|
public java.lang.String toString()
toString in class StringPoemTypeStringPoemType.toString()public java.lang.String toDsdType()
toDsdType in interface PoemTypetoDsdType in class StringPoemTypeStringPoemType.toDsdType()
protected void _saveColumnInfo(ColumnInfo columnInfo)
throws AccessPoemException
_saveColumnInfo in class StringPoemTypeAccessPoemException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||