Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupportedSQL = errors.New("unsupported sql") ErrMultipleStatements = errors.New("multiple SQL statements are not supported") )
Functions ¶
func StructuralFeaturesSupported ¶
func StructuralFeaturesSupported() bool
func TableDependenciesSupported ¶
func TableDependenciesSupported() bool
Types ¶
type PostgresParser ¶
type PostgresParser struct{}
func NewPostgresParser ¶
func NewPostgresParser() *PostgresParser
Click to show internal directories.
Click to hide internal directories.