Class StatementContext<T>
java.lang.Object
com.pyranid.StatementContext<T>
Data that represents a SQL statement.
- Since:
- 2.0.0
- Author:
- Mark Allen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder used to construct instances ofStatementContext
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
static <T> StatementContext.Builder
<T>
-
Method Details
-
hashCode
-
equals
-
toString
-
getStatement
-
getParameters
-
getResultSetRowType
-
getDatabaseType
-
getTimeZone
-
with
@Nonnull public static <T> StatementContext.Builder<T> with(@Nonnull Statement statement, @Nonnull Database database)
-