Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sqlsync
v1.0.0
Top Level Namespace
Config
ConfigSqlsync
Table
Domain
Sqlsync
Data
DataError
Row
Diff
Domain
Condition
Error
Driver
CrystalDB
Error
Factory
Fsocket
CallResult
Call
Calls
FsocketConnection
FsocketFactory
FsocketFreeswitch
FsocketFreeswitchFactory
Postgres
Quoter
Sqlite3
Quoter
Driverer
Quoter
Table
ColumnContent
ColumnValue
Descriptor
Column
Type
Integer
Integer32
String
Typer
ColumnCollection
ColumnMapping
Identifier
IdentifierMultiColumnPrimaryKey
Row
Value
Built with Crystal 1.9.2
2023-10-07 18:57:11 UTC
class
Sqlsync::Driver::Fsocket::CallResult
Sqlsync::Driver::Fsocket::CallResult
Reference
Object
Included Modules
JSON::Serializable
Defined in:
sqlsync/drivers/fsocket.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#count
: Int64
#count=
(count : Int64)
#rows
: Calls | Nil
#rows=
(rows : Calls | Nil)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
count
: Int64
#
[
View source
]
def
count=
(count : Int64)
#
[
View source
]
def
rows
:
Calls
| Nil
#
[
View source
]
def
rows=
(rows :
Calls
| Nil)
#
[
View source
]