public interface IDatabaseTypeVisitor<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
visitBoolean() |
T |
visitChar() |
T |
visitDate() |
T |
visitDouble() |
T |
visitFloat() |
T |
visitInteger() |
T |
visitLong() |
T |
visitNumeric() |
T |
visitOther() |
T |
visitShort() |
T |
visitStrukt() |
T |
visitTimeStamp() |
T |
visitUnknown() |
T |
visitUnsupportedType() |
T |
visitVarchar() |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.