AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
EnumTypeInfo
Interface EnumTypeInfo
interface
EnumTypeInfo
{
name
:
string
;
schema
?:
string
;
values
:
readonly
string
[]
;
}
Index
Properties
name
schema?
values
Properties
Readonly
name
name
:
string
Optional
Readonly
schema
schema
?:
string
Readonly
values
values
:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
schema
values
GitHub
AskSQL API Reference (core v0.10.0)
Loading...