Builder

org.beangle.data.jdbc.engine.TypeNames.Builder
class Builder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def build(): TypeNames
def put(typecode: Int, value: String): Unit
def put(typecode: Int, capacity: Int, pattern: String): Unit

注册类型代码和模式

注册类型代码和模式

Value parameters

capacity

该类型的length或者precision

pattern

类型的模式

typecode

类型代码

Attributes