Package com.pyranid
Class Statement
java.lang.Object
com.pyranid.Statement
Represents a SQL statement and an identifier for it.
- Since:
- 2.0.0
- Author:
- Mark Allen
-
Method Summary
-
Method Details
-
of
Factory method for providingStatement
instances.- Parameters:
id
- the statment's identifiersql
- the SQL being identified- Returns:
- a statement instance
-
hashCode
-
equals
-
toString
-
getId
-
getSql
-