Documentation ¶
Index ¶
Constants ¶
View Source
const ( RecordType = "RECORD" ArrayType = "ARRAY" RerouteQuery = "SELECT ?" )
Variables ¶
This section is empty.
Functions ¶
func SetSchemaAdaptor ¶
func SetSchemaAdaptor(ctx context.Context, adaptorSchema SchemaAdaptor) context.Context
Types ¶
type SchemaAdaptor ¶
type SchemaAdaptor interface { // GetColumnAdaptor gets a specific column adapter that makes the column fit the "demand" GetColumnAdaptor(name string) SchemaColumnAdaptor }
SchemaAdaptor adapts row column results to fit the "demand"
func GetSchemaAdaptor ¶
func GetSchemaAdaptor(ctx context.Context) SchemaAdaptor
Click to show internal directories.
Click to hide internal directories.