Package tools.jdbc
Class ProxySequence
java.lang.Object
tools.jdbc.ProxySequence
- All Implemented Interfaces:
CharSequence
- Direct Known Subclasses:
JdbcBuilder.MarkerEnvelope,JdbcBuilder.SqlEnvelope
A proxy CharSequence implementation
- Author:
- Pavel Ponec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal charcharAt(int index) final intlength()final CharSequencesubSequence(int start, int end) final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
codePoints, chars, isEmpty
-
Constructor Details
-
ProxySequence
-
-
Method Details
-
length
public final int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public final char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-