public interface ISqliteTypeVisitor<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
result() |
void |
visitBoolean() |
void |
visitDouble() |
void |
visitFloat() |
void |
visitInteger() |
void |
visitLong() |
void |
visitShort() |
void |
visitUnknown() |
void |
visitUnsupportedType() |
void |
visitVarchar() |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.