protected static class LoggingPreparedSqlStatement.Parameter extends java.lang.Object implements java.lang.Comparable<LoggingPreparedSqlStatement.Parameter>
Constructor and Description |
---|
Parameter(java.lang.String type,
int batchIdx,
int key,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LoggingPreparedSqlStatement.Parameter o) |
java.lang.String |
toString() |
public Parameter(java.lang.String type, int batchIdx, int key, java.lang.Object value)
public int compareTo(LoggingPreparedSqlStatement.Parameter o)
compareTo
in interface java.lang.Comparable<LoggingPreparedSqlStatement.Parameter>
public java.lang.String toString()
toString
in class java.lang.Object