KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > token > bitstringliteralrepresentation


1 package com.daffodilwoods.daffodildb.server.sql99.token;
2
3 import com.daffodilwoods.database.resource.*;
4
5 public class bitstringliteralrepresentation implements com.daffodilwoods.daffodildb.utils.parser.StatementExecuter, token {
6
7    public String JavaDoc _bitstringliteralrepresentation0;
8
9    public Object JavaDoc run(Object JavaDoc object) throws DException {
10       return null;
11    }
12
13    public Object JavaDoc clone() throws CloneNotSupportedException JavaDoc {
14       return this;
15    }
16
17    public String JavaDoc toString() {
18       return _bitstringliteralrepresentation0;
19    }
20
21    public int getType() {
22       return OTHERS;
23    }
24 }
25
Popular Tags