Module: DBI::DBD::SQLAnywhere
- Defined in:
- lib/dbd/sqlanywhere/driver.rb,
lib/dbd/SQLAnywhere.rb,
lib/dbd/sqlanywhere/database.rb,
lib/dbd/sqlanywhere/statement.rb
Overview
Copyright 2012 iAnywhere Solutions, Inc.
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
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.
While not a requirement of the license, if you do modify this file, we would appreciate hearing about it. Please email [email protected]
Defined Under Namespace
Modules: Utility Classes: Database, Driver, SA, Statement
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.driver_name ⇒ Object
43 44 45 |
# File 'lib/dbd/SQLAnywhere.rb', line 43 def self.driver_name "SQLAnywhere" end |