butler.sql.record
Class RecordValidator.BaseImpl

java.lang.Object
  extended by butler.sql.record.RecordValidator.BaseImpl
All Implemented Interfaces:
RecordValidator
Direct Known Subclasses:
FilterRecordValidator
Enclosing interface:
RecordValidator

public static class RecordValidator.BaseImpl
extends java.lang.Object
implements RecordValidator


Nested Class Summary
 
Nested classes/interfaces inherited from interface butler.sql.record.RecordValidator
RecordValidator.BaseImpl
 
Constructor Summary
RecordValidator.BaseImpl()
           
 
Method Summary
 void validate(Column col, Record rec)
           
 void validate(Record rec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordValidator.BaseImpl

public RecordValidator.BaseImpl()
Method Detail

validate

public void validate(Record rec)
              throws java.lang.Exception
Specified by:
validate in interface RecordValidator
Throws:
java.lang.Exception

validate

public void validate(Column col,
                     Record rec)
              throws java.lang.Exception
Specified by:
validate in interface RecordValidator
Throws:
java.lang.Exception