- All Known Implementing Classes:
BindMaxLength.Standard,BindMaxLength.UTF8
public interface BindMaxLength
The max length check on bind values.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classStandard string length implementation.static final classLength check based on UTF8 bytes. -
Method Summary
Modifier and TypeMethodDescriptionlongReturn the length of the object.static BindMaxLengthReturn a standard implementation.static BindMaxLengthofUtf8()Return a UTF8 based implementation.
-
Method Details
-
ofUtf8
Return a UTF8 based implementation. -
ofStandard
Return a standard implementation. -
length
Return the length of the object.
-