Documentation ¶
Overview ¶
Copyright 2021 SANGFOR TECHNOLOGIES
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type OpenGaussBackend
- func (o *OpenGaussBackend) Config(option map[string]interface{})
- func (o *OpenGaussBackend) CreateDatabase() error
- func (o *OpenGaussBackend) DBHandler() (db *sql.DB, err error)
- func (o *OpenGaussBackend) DeployCheck() (string, bool)
- func (o *OpenGaussBackend) SchemaInit(schema []string)
- func (o *OpenGaussBackend) StatementDialect(statement string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenGaussBackend ¶
type OpenGaussBackend struct { }
func (*OpenGaussBackend) Config ¶
func (o *OpenGaussBackend) Config(option map[string]interface{})
func (*OpenGaussBackend) CreateDatabase ¶
func (o *OpenGaussBackend) CreateDatabase() error
func (*OpenGaussBackend) DeployCheck ¶
func (o *OpenGaussBackend) DeployCheck() (string, bool)
func (*OpenGaussBackend) SchemaInit ¶
func (o *OpenGaussBackend) SchemaInit(schema []string)
func (*OpenGaussBackend) StatementDialect ¶
func (o *OpenGaussBackend) StatementDialect(statement string) (string, error)
Click to show internal directories.
Click to hide internal directories.