butler.ext.authentication
Class PasswordDatatype

java.lang.Object
  extended by butler.sql.metadata.DefaultDatatype
      extended by butler.sql.metadata.StringDatatype
          extended by butler.ext.authentication.PasswordDatatype
All Implemented Interfaces:
Datatype

public class PasswordDatatype
extends StringDatatype

Author:
Fredrik Bertilsson

Nested Class Summary
static class PasswordDatatype.Parser
           
 
Nested classes/interfaces inherited from class butler.sql.metadata.StringDatatype
StringDatatype.StringLikeDatatype
 
Field Summary
 
Fields inherited from class butler.sql.metadata.StringDatatype
_maxLength, _minLength, _partialRegex, _regex
 
Constructor Summary
PasswordDatatype(int length)
           
 
Method Summary
 
Methods inherited from class butler.sql.metadata.StringDatatype
db2obj, format, getDatatype, getJavaClass, getLikeDatatype, getMaxLength, getMinLength, getPartialRegex, getRegex, getSize, getType, isTrim, isTruncate, obj2db, parseStringDatatype, setTrim, setTruncate, toXML, validate, xml2obj
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
getDecimalDigits, getFormat, getInstance, getMaskFormatter, getOperators, obj2xml, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordDatatype

public PasswordDatatype(int length)