com
.
websudos
.
phantom
.
builder
QueryBuilder
abstract
class
QueryBuilder
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
QueryBuilder
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
QueryBuilder
(
config:
QueryBuilderConfig
=
QueryBuilderConfig.Default
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
object
Alter
extends
AlterQueryBuilder
with
Product
with
Serializable
object
Batch
extends
BatchQueryBuilder
with
Product
with
Serializable
object
Collections
extends
CollectionModifiers
with
Product
with
Serializable
object
Create
extends
CreateTableBuilder
with
Product
with
Serializable
object
Delete
extends
DeleteQueryBuilder
with
Product
with
Serializable
object
Insert
extends
InsertQueryBuilder
with
Product
with
Serializable
object
Select
extends
SelectQueryBuilder
with
Product
with
Serializable
object
Update
extends
UpdateQueryBuilder
with
Product
with
Serializable
object
Utils
extends
Utils
with
Product
with
Serializable
object
Where
extends
IndexModifiers
with
Product
with
Serializable
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
config
:
QueryBuilderConfig
def
consistencyLevel
(
level:
String
)
:
CQLQuery
def
consistencyLevel
(
qb:
CQLQuery
,
level:
String
)
:
CQLQuery
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
ifNotExists
(
qb:
CQLQuery
)
:
CQLQuery
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keyspace
(
keySpace:
String
,
table:
String
)
:
CQLQuery
def
keyspace
(
space:
String
,
tableQuery:
CQLQuery
)
:
CQLQuery
def
limit
(
qb:
CQLQuery
,
value:
Int
)
:
CQLQuery
def
limit
(
value:
Int
)
:
CQLQuery
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tableDef
(
tableName:
String
)
:
CQLQuery
def
timestamp
(
seconds:
String
)
:
CQLQuery
def
timestamp
(
qb:
CQLQuery
,
seconds:
String
)
:
CQLQuery
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
truncate
(
table:
String
)
:
CQLQuery
def
ttl
(
seconds:
String
)
:
CQLQuery
def
ttl
(
qb:
CQLQuery
,
seconds:
String
)
:
CQLQuery
def
using
(
qb:
CQLQuery
)
:
CQLQuery
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped