Sha256: 32013a03a74e9ceb6d2976f3244d6393715c50dc4ef76a1194045fb1a934cc49

Contents?: true

Size: 1.68 KB

Versions: 7

Compression:

Stored size: 1.68 KB

Contents

=begin
Copyright 2011 Inside Systems, 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

  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.
=end

module CassandraCQL; end;
unless CassandraCQL.respond_to?(:CASSANDRA_VERSION)
  require "cassandra-cql/1.1"
end

here = File.expand_path(File.dirname(__FILE__))
require "#{here}/../vendor/#{CassandraCQL.CASSANDRA_VERSION}/gen-rb/cassandra"

require 'bigdecimal'
require 'date'
require 'thrift_client'
require 'cassandra-cql/types/abstract_type'
require 'cassandra-cql/types/ascii_type'
require 'cassandra-cql/types/boolean_type'
require 'cassandra-cql/types/bytes_type'
require 'cassandra-cql/types/date_type'
require 'cassandra-cql/types/decimal_type'
require 'cassandra-cql/types/double_type'
require 'cassandra-cql/types/float_type'
require 'cassandra-cql/types/integer_type'
require 'cassandra-cql/types/long_type'
require 'cassandra-cql/types/utf8_type'
require 'cassandra-cql/types/uuid_type'
require 'cassandra-cql/utility'
require 'cassandra-cql/uuid'
require 'cassandra-cql/database'
require 'cassandra-cql/schema'
require 'cassandra-cql/statement'
require 'cassandra-cql/result'
require 'cassandra-cql/row'

require "cassandra-cql/#{CassandraCQL.CASSANDRA_VERSION}/result"
require "cassandra-cql/#{CassandraCQL.CASSANDRA_VERSION}/statement"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
cassandra-cql-1.1.5 lib/cassandra-cql.rb
cassandra-cql-1.1.4 lib/cassandra-cql.rb
cassandra-cql-1.1.3 lib/cassandra-cql.rb
cassandra-cql-1.1.2 lib/cassandra-cql.rb
cassandra-cql-1.1.1 lib/cassandra-cql.rb
cassandra-cql-1.1.0 lib/cassandra-cql.rb
hallelujah-cassandra-cql-1.0.4 lib/cassandra-cql.rb