Search:

Type: Posts; User: Doctor X

Search: Search took 0.49 seconds.

  1. Replies
    2
    Views
    3,362

    [SOLVED] Re: Alternative to Enum

    Thanks for the answer, I have read that thread before but it's not what I wanted to do.
    I ended up changing the Statement class to:


    public abstract class Statement {

    private Object[]...
  2. Replies
    2
    Views
    3,362

    [SOLVED] Alternative to Enum

    Okay, on the common library I work on I have a database system, with implementations of MySQL and SQLite.
    Because I like reusing code I use PreparedStatements like this.
    I got the Statement enum:
    ...
Results 1 to 2 of 2