Home
Package
Class
Method
Package
groovy
.
sql
Examples of groovy.sql.Sql
groovy.sql.Sql
Represents an extent of objects @author Chris Stevenson @author
James Strachan
@version $Revision: 12702 $
31
32
33
34
35
36
37
this
.ds = ds;
}
@Override
public
Sql get
() {
return new
Sql
(
ds
)
;
}
View Full Code Here
TOP
Related Classes of groovy.sql.Sql
groovy.lang.Closure
groovy.lang.Tuple
ratpack.groovy.sql.SqlProvider
java.sql.ResultSetMetaData
java.security.PrivilegedExceptionAction
java.util.regex.Matcher
java.sql.SQLException
java.sql.CallableStatement
java.sql.PreparedStatement
java.sql.Statement
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.