JdbcExecutor

org.beangle.data.jdbc.query.JdbcExecutor
See theJdbcExecutor companion class
object JdbcExecutor

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def convert(rs: ResultSet, types: Array[Int]): Array[Any]
def getColumnDisplaySizes(rs: ResultSet): Array[Int]
def getColumnNames(rs: ResultSet): Array[String]
def getColumnTypes(rs: ResultSet, engine: Engine): Array[Int]