⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sqltypes.dot

📁 JAVA 语言的函数式编程扩展
💻 DOT
字号:
digraph SQLTypes {  node [shape = record]  DataType [label = "{DataType|nullable: Boolean}"]  StringType [label = "{StringType|maxLength: Int}"]  CharacterStringType [label = "{CharacterStringType|encoding: String}"]  CharacterType [label = "{CharacterType|length: Int}"]  CharacterVaryingType [label = "{CharacterVaryingType|length: Int}"]  CharacterLargeObjectType [label = "CharacterLargeObjectType"]  BinaryStringType [label = "BinaryStringType"]  BinaryType [label = "{BinaryType|length: Int}"]  BinaryVaryingType [label = "{BinaryVaryingType|length: Int}"]  BinaryLargeObjectType [label = "BinaryLargeObjectType"]  BooleanType [label = "BooleanType"]  NumericType [label = "{NumericType|precisionRadix: Int\nprecision: Int}"]  ExactNumericType [label = "{ExactNumericType|scale: Int}"]  ApproximateNumericType [label = "ApproximateNumericType"]  DateTimeType [label = "DateTimeType"]  TimeType [label = "{TimeType|precisionRadix: Int\nsecondScale: Int}"]  TimeWithoutTimezoneType [label = "TimeWithoutTimezoneType"]  TimeWithTimezoneType [label = "TimeWithTimezoneType"]  TimestampType [label = "{TimestampType|precisionRadix: Int\nsecondScale: Int}"]  TimestampWithoutTimezoneType [label = "TimestampWithoutTimezoneType"]  TimestampWithTimezoneType [label = "TimestampWithTimezoneType"]  DateType [label = "DateType"]  IntervalType [label = "{IntervalType|precisionRadix: Int\nsecondScale: Int}"]  StringType -> DataType  BooleanType -> DataType  NumericType -> DataType  DateTimeType -> DataType  IntervalType -> DataType  CharacterStringType -> StringType  BinaryStringType -> StringType  ExactNumericType -> NumericType  ApproximateNumericType -> NumericType  TimeType -> DateTimeType  TimestampType -> DateTimeType  DateType -> DateTimeType  CharacterType -> CharacterStringType  CharacterVaryingType -> CharacterStringType  CharacterLargeObjectType -> CharacterStringType  BinaryType -> BinaryStringType  BinaryVaryingType -> BinaryStringType  BinaryLargeObjectType -> BinaryStringType  TimeWithoutTimezoneType -> TimeType  TimeWithTimezoneType -> TimeType  TimestampWithoutTimezoneType -> TimestampType  TimestampWithTimezoneType -> TimestampType}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -