Np Sql String Builder
class NpSqlStringBuilder @JvmOverloads constructor(val connection: Connection, startingString: String = "")
A convenient class that helps with building dynamic raw sql query
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Append a string to sql query
Link copied to clipboard
Create a NpCallableStatement with the previously added parameters
Link copied to clipboard
Create a NpPreparedStatement with the previously added parameters
Link copied to clipboard