Class: Coopy::Meta

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/coopy/meta.rb

Instance Method Summary collapse

Instance Method Details

#alterColumns(columns) ⇒ Object



6
# File 'lib/lib/coopy/meta.rb', line 6

def alterColumns(columns) puts "Abstract Meta.alterColumns called" end

#applyFlags(flags) ⇒ Object



8
# File 'lib/lib/coopy/meta.rb', line 8

def applyFlags(flags) puts "Abstract Meta.applyFlags called" end

#asTableObject



9
# File 'lib/lib/coopy/meta.rb', line 9

def asTable() puts "Abstract Meta.asTable called" end

#changeRow(rc) ⇒ Object



7
# File 'lib/lib/coopy/meta.rb', line 7

def changeRow(rc) puts "Abstract Meta.changeRow called" end

#cloneMeta(table = nil) ⇒ Object



10
# File 'lib/lib/coopy/meta.rb', line 10

def cloneMeta(table = nil) puts "Abstract Meta.cloneMeta called" end

#getNameObject



16
# File 'lib/lib/coopy/meta.rb', line 16

def getName() puts "Abstract Meta.getName called" end

#getRowStreamObject



13
# File 'lib/lib/coopy/meta.rb', line 13

def getRowStream() puts "Abstract Meta.getRowStream called" end

#isNestedObject



14
# File 'lib/lib/coopy/meta.rb', line 14

def isNested() puts "Abstract Meta.isNested called" end

#isSqlObject



15
# File 'lib/lib/coopy/meta.rb', line 15

def isSql() puts "Abstract Meta.isSql called" end

#useForColumnChangesObject



11
# File 'lib/lib/coopy/meta.rb', line 11

def useForColumnChanges() puts "Abstract Meta.useForColumnChanges called" end

#useForRowChangesObject



12
# File 'lib/lib/coopy/meta.rb', line 12

def useForRowChanges() puts "Abstract Meta.useForRowChanges called" end